COLOR #334520

HEX: #334520
RGB: (51,69,32)

Color info

#334520 contains red, green and blue colors in about the same proportion. Web safe color of #334520 is #333333 (or #333).

RGB color model

#334520 color RGB value is (51,69,32).

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

RGB channels and saturation

R 51 of 255 = 20%
G 69 of 255 = 27%
B 32 of 255 = 13%

51
69
32

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

Portions of RGB colors in percentages

R + G + B =
51 + 69 + 32 = 152 (100%)
R 51 of 152 ~ 33.55%
G 69 of 152 ~ 45.39%
B 32 of 152 ~ 21.05%

%33.55
%45.39
%21.05

CMYK color model

#334520 color CMYK value is (26,0,54,73).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 53.62%
  • key color value is 72.94%
CMYK:
(26,0,54,73)
C26M0Y54K73 
(26%,0%,54%,73%)
(0.26/0.00/0.54/0.73)	

CMYK percentages

%26.09
%0
%53.62
%72.94

Codes

Color #334520 in popluar color models

334520
RGB516932
HSL89°36.63%19.80%
HSB/HSV89°53.62%27.06%
CMYK26.09%0.00%53.62%
72.94%

Color #334520 in popluar number systems.

HEX334520
Decimal516932
Binary1100111000101100000
Octal6310540

Shades and tints

Shades of #334520

#334520
(51,69,32)
#2F3F1E
(47,63,30)
#2B391C
(43,57,28)
#27331A
(39,51,26)
#232D18
(35,45,24)
#1F2716
(31,39,22)
#1B2114
(27,33,20)
#171B12
(23,27,18)
#131510
(19,21,16)
#0F0F0E
(15,15,14)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #334520

#334520
(51,69,32)
#455534
(69,85,52)
#576548
(87,101,72)
#69755C
(105,117,92)
#7B8570
(123,133,112)
#8D9584
(141,149,132)
#9FA598
(159,165,152)
#B1B5AC
(177,181,172)
#C3C5C0
(195,197,192)
#D5D5D4
(213,213,212)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334520; }

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

This text font color is #334520.


Background Color

.myBgColor { background-color: #334520; }

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

This div background color is #334520.


Border color

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

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

This div border color is #334520.


Opacity

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

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

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

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

This text has shadow with #334520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334520 on black background.


Color preview on white background

This text has color #334520 on white background.



Black color preview on #334520 background

This text has black color on #334520 background.


White color preview on #334520 background

This text has white color on #334520 background.