COLOR #335809

HEX: #335809
RGB: (51,88,9)

Color info

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

RGB color model

#335809 color RGB value is (51,88,9).

  • red value is 51;
  • green value is 88;
  • blue value is 9.
RGB:
(51,88,9)
(20%,35%,4%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 9 of 255 = 4%

51
88
9

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

Portions of RGB colors in percentages

R + G + B =
51 + 88 + 9 = 148 (100%)
R 51 of 148 ~ 34.46%
G 88 of 148 ~ 59.46%
B 9 of 148 ~ 6.08%

%34.46
%59.46

CMYK color model

#335809 color CMYK value is (42,0,90,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 89.77%
  • key color value is 65.49%
CMYK:
(42,0,90,65)
C42M0Y90K65 
(42%,0%,90%,65%)
(0.42/0.00/0.90/0.65)	

CMYK percentages

%42.05
%0
%89.77
%65.49

Codes

Color #335809 in popluar color models

335809
RGB51889
HSL88°81.44%19.02%
HSB/HSV88°89.77%34.51%
CMYK42.05%0.00%89.77%
65.49%

Color #335809 in popluar number systems.

HEX335809
Decimal51889
Binary11001110110001001
Octal6313011

Shades and tints

Shades of #335809

#335809
(51,88,9)
#2F5009
(47,80,9)
#2B4809
(43,72,9)
#274009
(39,64,9)
#233809
(35,56,9)
#1F3009
(31,48,9)
#1B2809
(27,40,9)
#172009
(23,32,9)
#131809
(19,24,9)
#0F1009
(15,16,9)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #335809

#335809
(51,88,9)
#45671F
(69,103,31)
#577635
(87,118,53)
#69854B
(105,133,75)
#7B9461
(123,148,97)
#8DA377
(141,163,119)
#9FB28D
(159,178,141)
#B1C1A3
(177,193,163)
#C3D0B9
(195,208,185)
#D5DFCF
(213,223,207)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335809 color. Also use rgb(51,88,9) instead hex code.

Text Font Color

.myTextColor { color: #335809; }

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

This text font color is #335809.


Background Color

.myBgColor { background-color: #335809; }

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

This div background color is #335809.


Border color

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

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

This div border color is #335809.


Opacity

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

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

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

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

This text has shadow with #335809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335809 on black background.


Color preview on white background

This text has color #335809 on white background.



Black color preview on #335809 background

This text has black color on #335809 background.


White color preview on #335809 background

This text has white color on #335809 background.