COLOR #334112

HEX: #334112
RGB: (51,65,18)

Color info

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

RGB color model

#334112 color RGB value is (51,65,18).

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

RGB channels and saturation

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

51
65
18

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

Portions of RGB colors in percentages

R + G + B =
51 + 65 + 18 = 134 (100%)
R 51 of 134 ~ 38.06%
G 65 of 134 ~ 48.51%
B 18 of 134 ~ 13.43%

%38.06
%48.51
%13.43

CMYK color model

#334112 color CMYK value is (22,0,72,75).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 74.51%
CMYK:
(22,0,72,75)
C22M0Y72K75 
(22%,0%,72%,75%)
(0.22/0.00/0.72/0.75)	

CMYK percentages

%21.54
%0
%72.31
%74.51

Codes

Color #334112 in popluar color models

334112
RGB516518
HSL78°56.63%16.27%
HSB/HSV78°72.31%25.49%
CMYK21.54%0.00%72.31%
74.51%

Color #334112 in popluar number systems.

HEX334112
Decimal516518
Binary110011100000110010
Octal6310122

Shades and tints

Shades of #334112

#334112
(51,65,18)
#2F3C11
(47,60,17)
#2B3710
(43,55,16)
#27320F
(39,50,15)
#232D0E
(35,45,14)
#1F280D
(31,40,13)
#1B230C
(27,35,12)
#171E0B
(23,30,11)
#13190A
(19,25,10)
#0F1409
(15,20,9)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #334112

#334112
(51,65,18)
#455227
(69,82,39)
#57633C
(87,99,60)
#697451
(105,116,81)
#7B8566
(123,133,102)
#8D967B
(141,150,123)
#9FA790
(159,167,144)
#B1B8A5
(177,184,165)
#C3C9BA
(195,201,186)
#D5DACF
(213,218,207)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334112; }

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

This text font color is #334112.


Background Color

.myBgColor { background-color: #334112; }

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

This div background color is #334112.


Border color

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

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

This div border color is #334112.


Opacity

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

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

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

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

This text has shadow with #334112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334112 on black background.


Color preview on white background

This text has color #334112 on white background.



Black color preview on #334112 background

This text has black color on #334112 background.


White color preview on #334112 background

This text has white color on #334112 background.