COLOR #334020

HEX: #334020
RGB: (51,64,32)

Color info

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

RGB color model

#334020 color RGB value is (51,64,32).

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

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 32 of 255 = 13%

51
64
32

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

Portions of RGB colors in percentages

R + G + B =
51 + 64 + 32 = 147 (100%)
R 51 of 147 ~ 34.69%
G 64 of 147 ~ 43.54%
B 32 of 147 ~ 21.77%

%34.69
%43.54
%21.77

CMYK color model

#334020 color CMYK value is (20,0,50,75).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.90%
CMYK:
(20,0,50,75)
C20M0Y50K75 
(20%,0%,50%,75%)
(0.20/0.00/0.50/0.75)	

CMYK percentages

%20.31
%0
%50
%74.9

Codes

Color #334020 in popluar color models

334020
RGB516432
HSL84°33.33%18.82%
HSB/HSV84°50.00%25.10%
CMYK20.31%0.00%50.00%
74.90%

Color #334020 in popluar number systems.

HEX334020
Decimal516432
Binary1100111000000100000
Octal6310040

Shades and tints

Shades of #334020

#334020
(51,64,32)
#2F3B1E
(47,59,30)
#2B361C
(43,54,28)
#27311A
(39,49,26)
#232C18
(35,44,24)
#1F2716
(31,39,22)
#1B2214
(27,34,20)
#171D12
(23,29,18)
#131810
(19,24,16)
#0F130E
(15,19,14)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #334020

#334020
(51,64,32)
#455134
(69,81,52)
#576248
(87,98,72)
#69735C
(105,115,92)
#7B8470
(123,132,112)
#8D9584
(141,149,132)
#9FA698
(159,166,152)
#B1B7AC
(177,183,172)
#C3C8C0
(195,200,192)
#D5D9D4
(213,217,212)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334020; }

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

This text font color is #334020.


Background Color

.myBgColor { background-color: #334020; }

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

This div background color is #334020.


Border color

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

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

This div border color is #334020.


Opacity

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

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

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

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

This text has shadow with #334020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334020 on black background.


Color preview on white background

This text has color #334020 on white background.



Black color preview on #334020 background

This text has black color on #334020 background.


White color preview on #334020 background

This text has white color on #334020 background.