COLOR #335D08

HEX: #335D08 RGB: (51,93,8)

Color info

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

RGB color model

#335D08 color RGB value is (51,93,8).

RGB: (51,93,8) (20%, 36%, 3%)

RGB channels and saturation

R 51 of 255 = 20%
G 93 of 255 = 36%
B 8 of 255 = 3%

51
93
8

R + G + B ~ 20%. #335D08 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 93 + 8 = 152 (100%)
R 51 of 152 ~ 33.55%
G 93 of 152 ~ 61.18%
B 8 of 152 ~ 5.26'%

%33.55
%61.18

CMYK color model

#335D08 color CMYK value is (45,0,91,64).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 91.40%
  • key color value is 63.53%

CMYK: (45,0,91,64)
C45M0Y91K64 (45%, 0%, 91%, 64%)
(0.45 / 0.00 / 0.91 / 0.64)

CMYK percentages

%45.16
%0
%91.4
%63.53

Codes

Color #335D08 in popluar color models

33 5D 08
RGB 51 93 8
HSL 90° 84.16% 19.80%
HSB/HSV 90° 91.40% 36.47%
CMYK 45.16% 0.00% 91.40%
63.53%

Color #335D08 in popluar number systems.

HEX 33 5D 08
Decimal 51 93 8
Binary 110011 1011101 1000
Octal 63 135 10

Shades and tints

Shades of #335D08

#335D08
(51,93,8)
#2F5508
(47,85,8)
#2B4D08
(43,77,8)
#274508
(39,69,8)
#233D08
(35,61,8)
#1F3508
(31,53,8)
#1B2D08
(27,45,8)
#172508
(23,37,8)
#131D08
(19,29,8)
#0F1508
(15,21,8)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #335D08

#335D08
(51,93,8)
#456B1E
(69,107,30)
#577934
(87,121,52)
#69874A
(105,135,74)
#7B9560
(123,149,96)
#8DA376
(141,163,118)
#9FB18C
(159,177,140)
#B1BFA2
(177,191,162)
#C3CDB8
(195,205,184)
#D5DBCE
(213,219,206)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335D08 color. Also use rgb(51,93,8) instead hex code.

Text Font Color

.myTextColor { color: #335D08; }

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

This text font color is #335D08.

Background Color

.myBgColor { background-color: #335D08; }

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

This div background color is #335D08.

Border color

.myBorderColor { border: 1px solid #335D08; }

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

This div border color is #335D08.

Opacity

.myOpacity80 { color: #335D08; opacity: 0.8; }

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

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

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

This text has shadow with #335D08 color.


.textShadow {text-shadow: 3px 3px 1px #335D08', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #335D08; -webkit-box-shadow: 1px 1px 3px 2px #335D08; box-shadow:1px 1px 3px 2px #335D08;">
Div content here
</div>

This div box has shadow with color #335D08.

Preview

Color preview on black background

This text has color #335D08 on black background.


Color preview on white background

This text has color #335D08 on white background.


Black color preview on #335D08 background

This text has black color on #335D08 background.


White color preview on #335D08 background

This text has white color on #335D08 background.


Related colors

Complementary color

Complementary color for #hex is #CCA2F7.


I love getcolorcode.com

Triadic colors

1 #08335D and #5D0833 with #335D08 are triadic colors.

2 #085D33 and #5D3308 with #335D08 are triadic colors.