COLOR #334131

HEX: #334131
RGB: (51,65,49)

Color info

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

RGB color model

#334131 color RGB value is (51,65,49).

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

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 49 of 255 = 19%

51
65
49

R + G + B ~ 21%. #334131 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 65 + 49 = 165 (100%)
R 51 of 165 ~ 30.91%
G 65 of 165 ~ 39.39%
B 49 of 165 ~ 29.7%

%30.91
%39.39
%29.7

CMYK color model

#334131 color CMYK value is (22,0,25,75).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 74.51%
CMYK:
(22,0,25,75)
C22M0Y25K75 
(22%,0%,25%,75%)
(0.22/0.00/0.25/0.75)	

CMYK percentages

%21.54
%0
%24.62
%74.51

Codes

Color #334131 in popluar color models

334131
RGB516549
HSL113°14.04%22.35%
HSB/HSV113°24.62%25.49%
CMYK21.54%0.00%24.62%
74.51%

Color #334131 in popluar number systems.

HEX334131
Decimal516549
Binary1100111000001110001
Octal6310161

Shades and tints

Shades of #334131

#334131
(51,65,49)
#2F3C2D
(47,60,45)
#2B3729
(43,55,41)
#273225
(39,50,37)
#232D21
(35,45,33)
#1F281D
(31,40,29)
#1B2319
(27,35,25)
#171E15
(23,30,21)
#131911
(19,25,17)
#0F140D
(15,20,13)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #334131

#334131
(51,65,49)
#455243
(69,82,67)
#576355
(87,99,85)
#697467
(105,116,103)
#7B8579
(123,133,121)
#8D968B
(141,150,139)
#9FA79D
(159,167,157)
#B1B8AF
(177,184,175)
#C3C9C1
(195,201,193)
#D5DAD3
(213,218,211)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334131; }

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

This text font color is #334131.


Background Color

.myBgColor { background-color: #334131; }

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

This div background color is #334131.


Border color

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

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

This div border color is #334131.


Opacity

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

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

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

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

This text has shadow with #334131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334131 on black background.


Color preview on white background

This text has color #334131 on white background.



Black color preview on #334131 background

This text has black color on #334131 background.


White color preview on #334131 background

This text has white color on #334131 background.