COLOR #334516

HEX: #334516
RGB: (51,69,22)

Color info

#334516 contains red, green and blue colors in about the same proportion. Web safe color of #334516 is #333300 (or #330).

RGB color model

#334516 color RGB value is (51,69,22).

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

RGB channels and saturation

R 51 of 255 = 20%
G 69 of 255 = 27%
B 22 of 255 = 9%

51
69
22

R + G + B ~ 19%. #334516 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 69 + 22 = 142 (100%)
R 51 of 142 ~ 35.92%
G 69 of 142 ~ 48.59%
B 22 of 142 ~ 15.49%

%35.92
%48.59
%15.49

CMYK color model

#334516 color CMYK value is (26,0,68,73).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 68.12%
  • key color value is 72.94%
CMYK:
(26,0,68,73)
C26M0Y68K73 
(26%,0%,68%,73%)
(0.26/0.00/0.68/0.73)	

CMYK percentages

%26.09
%0
%68.12
%72.94

Codes

Color #334516 in popluar color models

334516
RGB516922
HSL83°51.65%17.84%
HSB/HSV83°68.12%27.06%
CMYK26.09%0.00%68.12%
72.94%

Color #334516 in popluar number systems.

HEX334516
Decimal516922
Binary110011100010110110
Octal6310526

Shades and tints

Shades of #334516

#334516
(51,69,22)
#2F3F14
(47,63,20)
#2B3912
(43,57,18)
#273310
(39,51,16)
#232D0E
(35,45,14)
#1F270C
(31,39,12)
#1B210A
(27,33,10)
#171B08
(23,27,8)
#131506
(19,21,6)
#0F0F04
(15,15,4)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #334516

#334516
(51,69,22)
#45552B
(69,85,43)
#576540
(87,101,64)
#697555
(105,117,85)
#7B856A
(123,133,106)
#8D957F
(141,149,127)
#9FA594
(159,165,148)
#B1B5A9
(177,181,169)
#C3C5BE
(195,197,190)
#D5D5D3
(213,213,211)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334516 color. Also use rgb(51,69,22) instead hex code.

Text Font Color

.myTextColor { color: #334516; }

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

This text font color is #334516.


Background Color

.myBgColor { background-color: #334516; }

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

This div background color is #334516.


Border color

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

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

This div border color is #334516.


Opacity

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

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

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

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

This text has shadow with #334516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334516 on black background.


Color preview on white background

This text has color #334516 on white background.



Black color preview on #334516 background

This text has black color on #334516 background.


White color preview on #334516 background

This text has white color on #334516 background.