COLOR #311D3B

HEX: #311D3B RGB: (49,29,59)

Color info

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

RGB color model

#311D3B color RGB value is (49,29,59).

RGB: (49,29,59) (19%, 11%, 23%)

RGB channels and saturation

R 49 of 255 = 19%
G 29 of 255 = 11%
B 59 of 255 = 23%

49
29
59

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

Portions of RGB colors in percentages

R + G + B = 49 + 29 + 59 = 137 (100%)
R 49 of 137 ~ 35.77%
G 29 of 137 ~ 21.17%
B 59 of 137 ~ 43.07'%

%35.77
%21.17
%43.07

CMYK color model

#311D3B color CMYK value is (17,51,0,77).

  • cyan value is 16.95%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (17,51,0,77)
C17M51Y0K77 (17%, 51%, 0%, 77%)
(0.17 / 0.51 / 0.00 / 0.77)

CMYK percentages

%16.95
%50.85
%0
%76.86

Codes

Color #311D3B in popluar color models

31 1D 3B
RGB 49 29 59
HSL 280° 34.09% 17.25%
HSB/HSV 280° 50.85% 23.14%
CMYK 16.95% 50.85% 0.00%
76.86%

Color #311D3B in popluar number systems.

HEX 31 1D 3B
Decimal 49 29 59
Binary 110001 11101 111011
Octal 61 35 73

Shades and tints

Shades of #311D3B

#311D3B
(49,29,59)
#2D1B36
(45,27,54)
#291931
(41,25,49)
#25172C
(37,23,44)
#211527
(33,21,39)
#1D1322
(29,19,34)
#19111D
(25,17,29)
#150F18
(21,15,24)
#110D13
(17,13,19)
#0D0B0E
(13,11,14)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #311D3B

#311D3B
(49,29,59)
#43314C
(67,49,76)
#55455D
(85,69,93)
#67596E
(103,89,110)
#796D7F
(121,109,127)
#8B8190
(139,129,144)
#9D95A1
(157,149,161)
#AFA9B2
(175,169,178)
#C1BDC3
(193,189,195)
#D3D1D4
(211,209,212)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311D3B color. Also use rgb(49,29,59) instead hex code.

Text Font Color

.myTextColor { color: #311D3B; }

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

This text font color is #311D3B.

Background Color

.myBgColor { background-color: #311D3B; }

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

This div background color is #311D3B.

Border color

.myBorderColor { border: 1px solid #311D3B; }

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

This div border color is #311D3B.

Opacity

.myOpacity80 { color: #311D3B; opacity: 0.8; }

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

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

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

This text has shadow with #311D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #311D3B.

Preview

Color preview on black background

This text has color #311D3B on black background.


Color preview on white background

This text has color #311D3B on white background.


Black color preview on #311D3B background

This text has black color on #311D3B background.


White color preview on #311D3B background

This text has white color on #311D3B background.


Related colors

Complementary color

Complementary color for #hex is #CEE2C4.


I love getcolorcode.com

Triadic colors

1 #3B311D and #1D3B31 with #311D3B are triadic colors.

2 #3B1D31 and #1D313B with #311D3B are triadic colors.