COLOR #334B1F

HEX: #334B1F
RGB: (51,75,31)

Color info

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

RGB color model

#334B1F color RGB value is (51,75,31).

  • red value is 51;
  • green value is 75;
  • blue value is 31.
RGB:
(51,75,31)
(20%,29%,12%)

RGB channels and saturation

R 51 of 255 = 20%
G 75 of 255 = 29%
B 31 of 255 = 12%

51
75
31

R + G + B ~ 20%. #334B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 75 + 31 = 157 (100%)
R 51 of 157 ~ 32.48%
G 75 of 157 ~ 47.77%
B 31 of 157 ~ 19.75%

%32.48
%47.77
%19.75

CMYK color model

#334B1F color CMYK value is (32,0,59,71).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 58.67%
  • key color value is 70.59%
CMYK:
(32,0,59,71)
C32M0Y59K71 
(32%,0%,59%,71%)
(0.32/0.00/0.59/0.71)	

CMYK percentages

%32
%0
%58.67
%70.59

Codes

Color #334B1F in popluar color models

334B1F
RGB517531
HSL93°41.51%20.78%
HSB/HSV93°58.67%29.41%
CMYK32.00%0.00%58.67%
70.59%

Color #334B1F in popluar number systems.

HEX334B1F
Decimal517531
Binary110011100101111111
Octal6311337

Shades and tints

Shades of #334B1F

#334B1F
(51,75,31)
#2F451D
(47,69,29)
#2B3F1B
(43,63,27)
#273919
(39,57,25)
#233317
(35,51,23)
#1F2D15
(31,45,21)
#1B2713
(27,39,19)
#172111
(23,33,17)
#131B0F
(19,27,15)
#0F150D
(15,21,13)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #334B1F

#334B1F
(51,75,31)
#455B33
(69,91,51)
#576B47
(87,107,71)
#697B5B
(105,123,91)
#7B8B6F
(123,139,111)
#8D9B83
(141,155,131)
#9FAB97
(159,171,151)
#B1BBAB
(177,187,171)
#C3CBBF
(195,203,191)
#D5DBD3
(213,219,211)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334B1F color. Also use rgb(51,75,31) instead hex code.

Text Font Color

.myTextColor { color: #334B1F; }

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

This text font color is #334B1F.


Background Color

.myBgColor { background-color: #334B1F; }

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

This div background color is #334B1F.


Border color

.myBorderColor { border: 1px solid #334B1F; }

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

This div border color is #334B1F.


Opacity

.myOpacity80 { color: #334B1F; opacity: 0.8; }

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

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

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

This text has shadow with #334B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334B1F on black background.


Color preview on white background

This text has color #334B1F on white background.



Black color preview on #334B1F background

This text has black color on #334B1F background.


White color preview on #334B1F background

This text has white color on #334B1F background.