COLOR #31213D

HEX: #31213D RGB: (49,33,61)

Color info

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

RGB color model

#31213D color RGB value is (49,33,61).

RGB: (49,33,61) (19%, 13%, 24%)

RGB channels and saturation

R 49 of 255 = 19%
G 33 of 255 = 13%
B 61 of 255 = 24%

49
33
61

R + G + B ~ 19%. #31213D is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 33 + 61 = 143 (100%)
R 49 of 143 ~ 34.27%
G 33 of 143 ~ 23.08%
B 61 of 143 ~ 42.66'%

%34.27
%23.08
%42.66

CMYK color model

#31213D color CMYK value is (20,46,0,76).

  • cyan value is 19.67%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (20,46,0,76)
C20M46Y0K76 (20%, 46%, 0%, 76%)
(0.20 / 0.46 / 0.00 / 0.76)

CMYK percentages

%19.67
%45.9
%0
%76.08

Codes

Color #31213D in popluar color models

31 21 3D
RGB 49 33 61
HSL 274° 29.79% 18.43%
HSB/HSV 274° 45.90% 23.92%
CMYK 19.67% 45.90% 0.00%
76.08%

Color #31213D in popluar number systems.

HEX 31 21 3D
Decimal 49 33 61
Binary 110001 100001 111101
Octal 61 41 75

Shades and tints

Shades of #31213D

#31213D
(49,33,61)
#2D1E38
(45,30,56)
#291B33
(41,27,51)
#25182E
(37,24,46)
#211529
(33,21,41)
#1D1224
(29,18,36)
#190F1F
(25,15,31)
#150C1A
(21,12,26)
#110915
(17,9,21)
#0D0610
(13,6,16)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #31213D

#31213D
(49,33,61)
#43354E
(67,53,78)
#55495F
(85,73,95)
#675D70
(103,93,112)
#797181
(121,113,129)
#8B8592
(139,133,146)
#9D99A3
(157,153,163)
#AFADB4
(175,173,180)
#C1C1C5
(193,193,197)
#D3D5D6
(211,213,214)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31213D color. Also use rgb(49,33,61) instead hex code.

Text Font Color

.myTextColor { color: #31213D; }

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

This text font color is #31213D.

Background Color

.myBgColor { background-color: #31213D; }

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

This div background color is #31213D.

Border color

.myBorderColor { border: 1px solid #31213D; }

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

This div border color is #31213D.

Opacity

.myOpacity80 { color: #31213D; opacity: 0.8; }

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

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

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

This text has shadow with #31213D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31213D.

Preview

Color preview on black background

This text has color #31213D on black background.


Color preview on white background

This text has color #31213D on white background.


Black color preview on #31213D background

This text has black color on #31213D background.


White color preview on #31213D background

This text has white color on #31213D background.


Related colors

Complementary color

Complementary color for #hex is #CEDEC2.


I love getcolorcode.com

Triadic colors

1 #3D3121 and #213D31 with #31213D are triadic colors.

2 #3D2131 and #21313D with #31213D are triadic colors.