COLOR #313129

HEX: #313129
RGB: (49,49,41)

Color info

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

RGB color model

#313129 color RGB value is (49,49,41).

  • red value is 49;
  • green value is 49;
  • blue value is 41.
RGB:
(49,49,41)
(19%,19%,16%)

RGB channels and saturation

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

49
49
41

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

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 41 = 139 (100%)
R 49 of 139 ~ 35.25%
G 49 of 139 ~ 35.25%
B 41 of 139 ~ 29.5%

%35.25
%35.25
%29.5

CMYK color model

#313129 color CMYK value is (0,0,16,81).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 80.78%
CMYK:
(0,0,16,81)
C0M0Y16K81 
(0%,0%,16%,81%)
(0.00/0.00/0.16/0.81)	

CMYK percentages

%0
%0
%16.33
%80.78

Codes

Color #313129 in popluar color models

313129
RGB494941
HSL60°8.89%17.65%
HSB/HSV60°16.33%19.22%
CMYK0.00%0.00%16.33%
80.78%

Color #313129 in popluar number systems.

HEX313129
Decimal494941
Binary110001110001101001
Octal616151

Shades and tints

Shades of #313129

#313129
(49,49,41)
#2D2D26
(45,45,38)
#292923
(41,41,35)
#252520
(37,37,32)
#21211D
(33,33,29)
#1D1D1A
(29,29,26)
#191917
(25,25,23)
#151514
(21,21,20)
#111111
(17,17,17)
#0D0D0E
(13,13,14)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #313129

#313129
(49,49,41)
#43433C
(67,67,60)
#55554F
(85,85,79)
#676762
(103,103,98)
#797975
(121,121,117)
#8B8B88
(139,139,136)
#9D9D9B
(157,157,155)
#AFAFAE
(175,175,174)
#C1C1C1
(193,193,193)
#D3D3D4
(211,211,212)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313129; }

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

This text font color is #313129.


Background Color

.myBgColor { background-color: #313129; }

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

This div background color is #313129.


Border color

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

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

This div border color is #313129.


Opacity

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

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

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

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

This text has shadow with #313129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313129 on black background.


Color preview on white background

This text has color #313129 on white background.



Black color preview on #313129 background

This text has black color on #313129 background.


White color preview on #313129 background

This text has white color on #313129 background.