COLOR #335527

HEX: #335527
RGB: (51,85,39)

Color info

#335527 contains red, green and blue colors in about the same proportion. Web safe color of #335527 is #336633 (or #363).

RGB color model

#335527 color RGB value is (51,85,39).

  • red value is 51;
  • green value is 85;
  • blue value is 39.
RGB:
(51,85,39)
(20%,33%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 39 of 255 = 15%

51
85
39

R + G + B ~ 23%. #335527 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 85 + 39 = 175 (100%)
R 51 of 175 ~ 29.14%
G 85 of 175 ~ 48.57%
B 39 of 175 ~ 22.29%

%29.14
%48.57
%22.29

CMYK color model

#335527 color CMYK value is (40,0,54,67).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 66.67%
CMYK:
(40,0,54,67)
C40M0Y54K67 
(40%,0%,54%,67%)
(0.40/0.00/0.54/0.67)	

CMYK percentages

%40
%0
%54.12
%66.67

Codes

Color #335527 in popluar color models

335527
RGB518539
HSL104°37.10%24.31%
HSB/HSV104°54.12%33.33%
CMYK40.00%0.00%54.12%
66.67%

Color #335527 in popluar number systems.

HEX335527
Decimal518539
Binary1100111010101100111
Octal6312547

Shades and tints

Shades of #335527

#335527
(51,85,39)
#2F4E24
(47,78,36)
#2B4721
(43,71,33)
#27401E
(39,64,30)
#23391B
(35,57,27)
#1F3218
(31,50,24)
#1B2B15
(27,43,21)
#172412
(23,36,18)
#131D0F
(19,29,15)
#0F160C
(15,22,12)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #335527

#335527
(51,85,39)
#45643A
(69,100,58)
#57734D
(87,115,77)
#698260
(105,130,96)
#7B9173
(123,145,115)
#8DA086
(141,160,134)
#9FAF99
(159,175,153)
#B1BEAC
(177,190,172)
#C3CDBF
(195,205,191)
#D5DCD2
(213,220,210)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335527 color. Also use rgb(51,85,39) instead hex code.

Text Font Color

.myTextColor { color: #335527; }

<p style="color:#335527">This sample text font color is #335527.</p>

This text font color is #335527.


Background Color

.myBgColor { background-color: #335527; }

<div style="background-color:#335527">Inner text</div>

This div background color is #335527.


Border color

.myBorderColor { border: 1px solid #335527; }

<div style="border:3px solid #335527">Div</div>

This div border color is #335527.


Opacity

.myOpacity80 { color: #335527; opacity: 0.8; }

<p style="color:#335527;opacity:0.8;">80%</p>

Text with #335527 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #335527;}

<p style="text-shadow: 3px 3px 1px #335527">Text here.</p>

This text has shadow with #335527 color.

.textShadow {text-shadow: 3px 3px 1px #335527, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #335527, 5px 5px 20px red">Text here.</p>

This text has shadow with #335527 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#335527, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#335527, Direction=45, Strength=4)">Text</p>

This text has shadow with #335527 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #335527;
  -webkit-box-shadow:	1px 1px 3px 2px #335527;
  box-shadow:		1px 1px 3px 2px #335527;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #335527;
-webkit-box-shadow: 1px 1px 3px 2px #335527;
box-shadow:1px 1px 3px 2px #335527;">
Div content here</div>
This div box has shadow with color #335527.

Preview

Color preview on black background

This text has color #335527 on black background.


Color preview on white background

This text has color #335527 on white background.



Black color preview on #335527 background

This text has black color on #335527 background.


White color preview on #335527 background

This text has white color on #335527 background.