COLOR #312B15

HEX: #312B15 RGB: (49,43,21)

Color info

#312B15 contains red, green and blue colors in about the same proportion. Web safe color of #312B15 is #333300 (or #330).

RGB color model

#312B15 color RGB value is (49,43,21).

RGB: (49,43,21) (19%, 17%, 8%)

RGB channels and saturation

R 49 of 255 = 19%
G 43 of 255 = 17%
B 21 of 255 = 8%

49
43
21

R + G + B ~ 15%. #312B15 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 43 + 21 = 113 (100%)
R 49 of 113 ~ 43.36%
G 43 of 113 ~ 38.05%
B 21 of 113 ~ 18.58'%

%43.36
%38.05
%18.58

CMYK color model

#312B15 color CMYK value is (0,12,57,81).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 57.14%
  • key color value is 80.78%

CMYK: (0,12,57,81)
C0M12Y57K81 (0%, 12%, 57%, 81%)
(0.00 / 0.12 / 0.57 / 0.81)

CMYK percentages

%0
%12.24
%57.14
%80.78

Codes

Color #312B15 in popluar color models

31 2B 15
RGB 49 43 21
HSL 47° 40.00% 13.73%
HSB/HSV 47° 57.14% 19.22%
CMYK 0.00% 12.24% 57.14%
80.78%

Color #312B15 in popluar number systems.

HEX 31 2B 15
Decimal 49 43 21
Binary 110001 101011 10101
Octal 61 53 25

Shades and tints

Shades of #312B15

#312B15
(49,43,21)
#2D2814
(45,40,20)
#292513
(41,37,19)
#252212
(37,34,18)
#211F11
(33,31,17)
#1D1C10
(29,28,16)
#19190F
(25,25,15)
#15160E
(21,22,14)
#11130D
(17,19,13)
#0D100C
(13,16,12)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #312B15

#312B15
(49,43,21)
#433E2A
(67,62,42)
#55513F
(85,81,63)
#676454
(103,100,84)
#797769
(121,119,105)
#8B8A7E
(139,138,126)
#9D9D93
(157,157,147)
#AFB0A8
(175,176,168)
#C1C3BD
(193,195,189)
#D3D6D2
(211,214,210)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312B15 color. Also use rgb(49,43,21) instead hex code.

Text Font Color

.myTextColor { color: #312B15; }

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

This text font color is #312B15.

Background Color

.myBgColor { background-color: #312B15; }

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

This div background color is #312B15.

Border color

.myBorderColor { border: 1px solid #312B15; }

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

This div border color is #312B15.

Opacity

.myOpacity80 { color: #312B15; opacity: 0.8; }

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

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

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

This text has shadow with #312B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #312B15.

Preview

Color preview on black background

This text has color #312B15 on black background.


Color preview on white background

This text has color #312B15 on white background.


Black color preview on #312B15 background

This text has black color on #312B15 background.


White color preview on #312B15 background

This text has white color on #312B15 background.


Related colors

Complementary color

Complementary color for #hex is #CED4EA.


I love getcolorcode.com

Triadic colors

1 #15312B and #2B1531 with #312B15 are triadic colors.

2 #152B31 and #2B3115 with #312B15 are triadic colors.