COLOR #334012

HEX: #334012 RGB: (51,64,18)

Color info

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

RGB color model

#334012 color RGB value is (51,64,18).

RGB: (51,64,18) (20%, 25%, 7%)

RGB channels and saturation

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

51
64
18

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

Portions of RGB colors in percentages

R + G + B = 51 + 64 + 18 = 133 (100%)
R 51 of 133 ~ 38.35%
G 64 of 133 ~ 48.12%
B 18 of 133 ~ 13.53'%

%38.35
%48.12
%13.53

CMYK color model

#334012 color CMYK value is (20,0,72,75).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 74.90%

CMYK: (20,0,72,75)
C20M0Y72K75 (20%, 0%, 72%, 75%)
(0.20 / 0.00 / 0.72 / 0.75)

CMYK percentages

%20.31
%0
%71.88
%74.9

Codes

Color #334012 in popluar color models

33 40 12
RGB 51 64 18
HSL 77° 56.10% 16.08%
HSB/HSV 77° 71.88% 25.10%
CMYK 20.31% 0.00% 71.88%
74.90%

Color #334012 in popluar number systems.

HEX 33 40 12
Decimal 51 64 18
Binary 110011 1000000 10010
Octal 63 100 22

Shades and tints

Shades of #334012

#334012
(51,64,18)
#2F3B11
(47,59,17)
#2B3610
(43,54,16)
#27310F
(39,49,15)
#232C0E
(35,44,14)
#1F270D
(31,39,13)
#1B220C
(27,34,12)
#171D0B
(23,29,11)
#13180A
(19,24,10)
#0F1309
(15,19,9)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #334012

#334012
(51,64,18)
#455127
(69,81,39)
#57623C
(87,98,60)
#697351
(105,115,81)
#7B8466
(123,132,102)
#8D957B
(141,149,123)
#9FA690
(159,166,144)
#B1B7A5
(177,183,165)
#C3C8BA
(195,200,186)
#D5D9CF
(213,217,207)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334012; }

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

This text font color is #334012.

Background Color

.myBgColor { background-color: #334012; }

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

This div background color is #334012.

Border color

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

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

This div border color is #334012.

Opacity

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

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

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

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

This text has shadow with #334012 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334012.

Preview

Color preview on black background

This text has color #334012 on black background.


Color preview on white background

This text has color #334012 on white background.


Black color preview on #334012 background

This text has black color on #334012 background.


White color preview on #334012 background

This text has white color on #334012 background.


Related colors

Complementary color

Complementary color for #hex is #CCBFED.


I love getcolorcode.com

Triadic colors

1 #123340 and #401233 with #334012 are triadic colors.

2 #124033 and #403312 with #334012 are triadic colors.