COLOR #335325

HEX: #335325
RGB: (51,83,37)

Color info

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

RGB color model

#335325 color RGB value is (51,83,37).

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

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 37 of 255 = 15%

51
83
37

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

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 37 = 171 (100%)
R 51 of 171 ~ 29.82%
G 83 of 171 ~ 48.54%
B 37 of 171 ~ 21.64%

%29.82
%48.54
%21.64

CMYK color model

#335325 color CMYK value is (39,0,55,67).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 55.42%
  • key color value is 67.45%
CMYK:
(39,0,55,67)
C39M0Y55K67 
(39%,0%,55%,67%)
(0.39/0.00/0.55/0.67)	

CMYK percentages

%38.55
%0
%55.42
%67.45

Codes

Color #335325 in popluar color models

335325
RGB518337
HSL102°38.33%23.53%
HSB/HSV102°55.42%32.55%
CMYK38.55%0.00%55.42%
67.45%

Color #335325 in popluar number systems.

HEX335325
Decimal518337
Binary1100111010011100101
Octal6312345

Shades and tints

Shades of #335325

#335325
(51,83,37)
#2F4C22
(47,76,34)
#2B451F
(43,69,31)
#273E1C
(39,62,28)
#233719
(35,55,25)
#1F3016
(31,48,22)
#1B2913
(27,41,19)
#172210
(23,34,16)
#131B0D
(19,27,13)
#0F140A
(15,20,10)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #335325

#335325
(51,83,37)
#456238
(69,98,56)
#57714B
(87,113,75)
#69805E
(105,128,94)
#7B8F71
(123,143,113)
#8D9E84
(141,158,132)
#9FAD97
(159,173,151)
#B1BCAA
(177,188,170)
#C3CBBD
(195,203,189)
#D5DAD0
(213,218,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335325; }

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

This text font color is #335325.


Background Color

.myBgColor { background-color: #335325; }

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

This div background color is #335325.


Border color

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

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

This div border color is #335325.


Opacity

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

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

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

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

This text has shadow with #335325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335325 on black background.


Color preview on white background

This text has color #335325 on white background.



Black color preview on #335325 background

This text has black color on #335325 background.


White color preview on #335325 background

This text has white color on #335325 background.