COLOR #313229

HEX: #313229 RGB: (49,50,41)

Color info

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

RGB color model

#313229 color RGB value is (49,50,41).

RGB: (49,50,41) (19%, 20%, 16%)

RGB channels and saturation

R 49 of 255 = 19%
G 50 of 255 = 20%
B 41 of 255 = 16%

49
50
41

R + G + B ~ 18%. #313229 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 50 + 41 = 140 (100%)
R 49 of 140 ~ 35%
G 50 of 140 ~ 35.71%
B 41 of 140 ~ 29.29'%

%35
%35.71
%29.29

CMYK color model

#313229 color CMYK value is (2,0,18,80).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 80.39%
CMYK: (2,0,18,80) C2M0Y18K80 (2%,0%,18%,80%) (0.02/0.00/0.18/0.80) 

CMYK percentages

%2
%0
%18
%80.39

Codes

Color #313229 in popluar color models

31 32 29
RGB 49 50 41
HSL 67° 9.89% 17.84%
HSB/HSV 67° 18.00% 19.61%
CMYK 2.00% 0.00% 18.00%
80.39%

Color #313229 in popluar number systems.

HEX 31 32 29
Decimal 49 50 41
Binary 110001 110010 101001
Octal 61 62 51

Shades and tints

Shades of #313229

#313229
(49,50,41)
#2D2E26
(45,46,38)
#292A23
(41,42,35)
#252620
(37,38,32)
#21221D
(33,34,29)
#1D1E1A
(29,30,26)
#191A17
(25,26,23)
#151614
(21,22,20)
#111211
(17,18,17)
#0D0E0E
(13,14,14)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #313229

#313229
(49,50,41)
#43443C
(67,68,60)
#55564F
(85,86,79)
#676862
(103,104,98)
#797A75
(121,122,117)
#8B8C88
(139,140,136)
#9D9E9B
(157,158,155)
#AFB0AE
(175,176,174)
#C1C2C1
(193,194,193)
#D3D4D4
(211,212,212)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313229 color. Also use rgb(49,50,41) instead hex code.

Text Font Color

.myTextColor { color: #313229; }

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

This text font color is #313229.

Background Color

.myBgColor { background-color: #313229; }

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

This div background color is #313229.

Border color

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

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

This div border color is #313229.

Opacity

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

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

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

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

This text has shadow with #313229 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313229.

Preview

Color preview on black background

This text has color #313229 on black background.


Color preview on white background

This text has color #313229 on white background.


Black color preview on #313229 background

This text has black color on #313229 background.


White color preview on #313229 background

This text has white color on #313229 background.


Related colors

Complementary color

Complementary color for #hex is #CECDD6.


I love getcolorcode.com

Triadic colors

1 #293132 and #322931 with #313229 are triadic colors.

2 #293231 and #323129 with #313229 are triadic colors.