COLOR #334514

HEX: #334514 RGB: (51,69,20)

Color info

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

RGB color model

#334514 color RGB value is (51,69,20).

RGB: (51,69,20) (20%, 27%, 8%)

RGB channels and saturation

R 51 of 255 = 20%
G 69 of 255 = 27%
B 20 of 255 = 8%

51
69
20

R + G + B ~ 18%. #334514 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 69 + 20 = 140 (100%)
R 51 of 140 ~ 36.43%
G 69 of 140 ~ 49.29%
B 20 of 140 ~ 14.29'%

%36.43
%49.29
%14.29

CMYK color model

#334514 color CMYK value is (26,0,71,73).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 71.01%
  • key color value is 72.94%

CMYK: (26,0,71,73)
C26M0Y71K73 (26%, 0%, 71%, 73%)
(0.26 / 0.00 / 0.71 / 0.73)

CMYK percentages

%26.09
%0
%71.01
%72.94

Codes

Color #334514 in popluar color models

33 45 14
RGB 51 69 20
HSL 82° 55.06% 17.45%
HSB/HSV 82° 71.01% 27.06%
CMYK 26.09% 0.00% 71.01%
72.94%

Color #334514 in popluar number systems.

HEX 33 45 14
Decimal 51 69 20
Binary 110011 1000101 10100
Octal 63 105 24

Shades and tints

Shades of #334514

#334514
(51,69,20)
#2F3F13
(47,63,19)
#2B3912
(43,57,18)
#273311
(39,51,17)
#232D10
(35,45,16)
#1F270F
(31,39,15)
#1B210E
(27,33,14)
#171B0D
(23,27,13)
#13150C
(19,21,12)
#0F0F0B
(15,15,11)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #334514

#334514
(51,69,20)
#455529
(69,85,41)
#57653E
(87,101,62)
#697553
(105,117,83)
#7B8568
(123,133,104)
#8D957D
(141,149,125)
#9FA592
(159,165,146)
#B1B5A7
(177,181,167)
#C3C5BC
(195,197,188)
#D5D5D1
(213,213,209)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334514; }

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

This text font color is #334514.

Background Color

.myBgColor { background-color: #334514; }

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

This div background color is #334514.

Border color

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

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

This div border color is #334514.

Opacity

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

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

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

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

This text has shadow with #334514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334514.

Preview

Color preview on black background

This text has color #334514 on black background.


Color preview on white background

This text has color #334514 on white background.


Black color preview on #334514 background

This text has black color on #334514 background.


White color preview on #334514 background

This text has white color on #334514 background.


Related colors

Complementary color

Complementary color for #hex is #CCBAEB.


I love getcolorcode.com

Triadic colors

1 #143345 and #451433 with #334514 are triadic colors.

2 #144533 and #453314 with #334514 are triadic colors.