COLOR #335504

HEX: #335504
RGB: (51,85,4)

Color info

#335504 contains mainly red and green colors. Web safe color of #335504 is #336600 (or #360).

RGB color model

#335504 color RGB value is (51,85,4).

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

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 4 of 255 = 2%

51
85
4

R + G + B ~ 18%. #335504 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 85 + 4 = 140 (100%)
R 51 of 140 ~ 36.43%
G 85 of 140 ~ 60.71%
B 4 of 140 ~ 2.86%

%36.43
%60.71

CMYK color model

#335504 color CMYK value is (40,0,95,67).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 95.29%
  • key color value is 66.67%
CMYK:
(40,0,95,67)
C40M0Y95K67 
(40%,0%,95%,67%)
(0.40/0.00/0.95/0.67)	

CMYK percentages

%40
%0
%95.29
%66.67

Codes

Color #335504 in popluar color models

335504
RGB51854
HSL85°91.01%17.45%
HSB/HSV85°95.29%33.33%
CMYK40.00%0.00%95.29%
66.67%

Color #335504 in popluar number systems.

HEX335504
Decimal51854
Binary1100111010101100
Octal631254

Shades and tints

Shades of #335504

#335504
(51,85,4)
#2F4E04
(47,78,4)
#2B4704
(43,71,4)
#274004
(39,64,4)
#233904
(35,57,4)
#1F3204
(31,50,4)
#1B2B04
(27,43,4)
#172404
(23,36,4)
#131D04
(19,29,4)
#0F1604
(15,22,4)
#0B0F04
(11,15,4)
#000000
(0,0,0)

Tints of #335504

#335504
(51,85,4)
#45641A
(69,100,26)
#577330
(87,115,48)
#698246
(105,130,70)
#7B915C
(123,145,92)
#8DA072
(141,160,114)
#9FAF88
(159,175,136)
#B1BE9E
(177,190,158)
#C3CDB4
(195,205,180)
#D5DCCA
(213,220,202)
#E7EBE0
(231,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335504; }

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

This text font color is #335504.


Background Color

.myBgColor { background-color: #335504; }

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

This div background color is #335504.


Border color

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

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

This div border color is #335504.


Opacity

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

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

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

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

This text has shadow with #335504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335504 on black background.


Color preview on white background

This text has color #335504 on white background.



Black color preview on #335504 background

This text has black color on #335504 background.


White color preview on #335504 background

This text has white color on #335504 background.