COLOR #334609

HEX: #334609
RGB: (51,70,9)

Color info

#334609 contains mainly red and green colors. Web safe color of #334609 is #333300 (or #330).

RGB color model

#334609 color RGB value is (51,70,9).

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

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 9 of 255 = 4%

51
70
9

R + G + B ~ 17%. #334609 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 9 = 130 (100%)
R 51 of 130 ~ 39.23%
G 70 of 130 ~ 53.85%
B 9 of 130 ~ 6.92%

%39.23
%53.85

CMYK color model

#334609 color CMYK value is (27,0,87,73).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 87.14%
  • key color value is 72.55%
CMYK:
(27,0,87,73)
C27M0Y87K73 
(27%,0%,87%,73%)
(0.27/0.00/0.87/0.73)	

CMYK percentages

%27.14
%0
%87.14
%72.55

Codes

Color #334609 in popluar color models

334609
RGB51709
HSL79°77.22%15.49%
HSB/HSV79°87.14%27.45%
CMYK27.14%0.00%87.14%
72.55%

Color #334609 in popluar number systems.

HEX334609
Decimal51709
Binary11001110001101001
Octal6310611

Shades and tints

Shades of #334609

#334609
(51,70,9)
#2F4009
(47,64,9)
#2B3A09
(43,58,9)
#273409
(39,52,9)
#232E09
(35,46,9)
#1F2809
(31,40,9)
#1B2209
(27,34,9)
#171C09
(23,28,9)
#131609
(19,22,9)
#0F1009
(15,16,9)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #334609

#334609
(51,70,9)
#45561F
(69,86,31)
#576635
(87,102,53)
#69764B
(105,118,75)
#7B8661
(123,134,97)
#8D9677
(141,150,119)
#9FA68D
(159,166,141)
#B1B6A3
(177,182,163)
#C3C6B9
(195,198,185)
#D5D6CF
(213,214,207)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334609; }

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

This text font color is #334609.


Background Color

.myBgColor { background-color: #334609; }

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

This div background color is #334609.


Border color

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

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

This div border color is #334609.


Opacity

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

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

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

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

This text has shadow with #334609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334609 on black background.


Color preview on white background

This text has color #334609 on white background.



Black color preview on #334609 background

This text has black color on #334609 background.


White color preview on #334609 background

This text has white color on #334609 background.