COLOR #334013

HEX: #334013
RGB: (51,64,19)

Color info

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

RGB color model

#334013 color RGB value is (51,64,19).

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

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 19 of 255 = 7%

51
64
19

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

Portions of RGB colors in percentages

R + G + B =
51 + 64 + 19 = 134 (100%)
R 51 of 134 ~ 38.06%
G 64 of 134 ~ 47.76%
B 19 of 134 ~ 14.18%

%38.06
%47.76
%14.18

CMYK color model

#334013 color CMYK value is (20,0,70,75).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 70.31%
  • key color value is 74.90%
CMYK:
(20,0,70,75)
C20M0Y70K75 
(20%,0%,70%,75%)
(0.20/0.00/0.70/0.75)	

CMYK percentages

%20.31
%0
%70.31
%74.9

Codes

Color #334013 in popluar color models

334013
RGB516419
HSL77°54.22%16.27%
HSB/HSV77°70.31%25.10%
CMYK20.31%0.00%70.31%
74.90%

Color #334013 in popluar number systems.

HEX334013
Decimal516419
Binary110011100000010011
Octal6310023

Shades and tints

Shades of #334013

#334013
(51,64,19)
#2F3B12
(47,59,18)
#2B3611
(43,54,17)
#273110
(39,49,16)
#232C0F
(35,44,15)
#1F270E
(31,39,14)
#1B220D
(27,34,13)
#171D0C
(23,29,12)
#13180B
(19,24,11)
#0F130A
(15,19,10)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #334013

#334013
(51,64,19)
#455128
(69,81,40)
#57623D
(87,98,61)
#697352
(105,115,82)
#7B8467
(123,132,103)
#8D957C
(141,149,124)
#9FA691
(159,166,145)
#B1B7A6
(177,183,166)
#C3C8BB
(195,200,187)
#D5D9D0
(213,217,208)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334013; }

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

This text font color is #334013.


Background Color

.myBgColor { background-color: #334013; }

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

This div background color is #334013.


Border color

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

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

This div border color is #334013.


Opacity

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

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

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

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

This text has shadow with #334013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334013 on black background.


Color preview on white background

This text has color #334013 on white background.



Black color preview on #334013 background

This text has black color on #334013 background.


White color preview on #334013 background

This text has white color on #334013 background.