COLOR #335625

HEX: #335625
RGB: (51,86,37)

Color info

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

RGB color model

#335625 color RGB value is (51,86,37).

  • red value is 51;
  • green value is 86;
  • blue value is 37.
RGB:
(51,86,37)
(20%,34%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 86 of 255 = 34%
B 37 of 255 = 15%

51
86
37

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

Portions of RGB colors in percentages

R + G + B =
51 + 86 + 37 = 174 (100%)
R 51 of 174 ~ 29.31%
G 86 of 174 ~ 49.43%
B 37 of 174 ~ 21.26%

%29.31
%49.43
%21.26

CMYK color model

#335625 color CMYK value is (41,0,57,66).

  • cyan value is 40.70%
  • magenta value is 0.00%
  • yellow value is 56.98%
  • key color value is 66.27%
CMYK:
(41,0,57,66)
C41M0Y57K66 
(41%,0%,57%,66%)
(0.41/0.00/0.57/0.66)	

CMYK percentages

%40.7
%0
%56.98
%66.27

Codes

Color #335625 in popluar color models

335625
RGB518637
HSL103°39.84%24.12%
HSB/HSV103°56.98%33.73%
CMYK40.70%0.00%56.98%
66.27%

Color #335625 in popluar number systems.

HEX335625
Decimal518637
Binary1100111010110100101
Octal6312645

Shades and tints

Shades of #335625

#335625
(51,86,37)
#2F4F22
(47,79,34)
#2B481F
(43,72,31)
#27411C
(39,65,28)
#233A19
(35,58,25)
#1F3316
(31,51,22)
#1B2C13
(27,44,19)
#172510
(23,37,16)
#131E0D
(19,30,13)
#0F170A
(15,23,10)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #335625

#335625
(51,86,37)
#456538
(69,101,56)
#57744B
(87,116,75)
#69835E
(105,131,94)
#7B9271
(123,146,113)
#8DA184
(141,161,132)
#9FB097
(159,176,151)
#B1BFAA
(177,191,170)
#C3CEBD
(195,206,189)
#D5DDD0
(213,221,208)
#E7ECE3
(231,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335625 color. Also use rgb(51,86,37) instead hex code.

Text Font Color

.myTextColor { color: #335625; }

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

This text font color is #335625.


Background Color

.myBgColor { background-color: #335625; }

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

This div background color is #335625.


Border color

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

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

This div border color is #335625.


Opacity

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

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

Text with #335625 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 #335625;}

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

This text has shadow with #335625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335625 on black background.


Color preview on white background

This text has color #335625 on white background.



Black color preview on #335625 background

This text has black color on #335625 background.


White color preview on #335625 background

This text has white color on #335625 background.