COLOR #311521

HEX: #311521 RGB: (49,21,33)

Color info

#311521 contains red, green and blue colors in about the same proportion. Web safe color of #311521 is #330033 (or #303).

RGB color model

#311521 color RGB value is (49,21,33).

RGB: (49,21,33) (19%, 8%, 13%)

RGB channels and saturation

R 49 of 255 = 19%
G 21 of 255 = 8%
B 33 of 255 = 13%

49
21
33

R + G + B ~ 13%. #311521 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 21 + 33 = 103 (100%)
R 49 of 103 ~ 47.57%
G 21 of 103 ~ 20.39%
B 33 of 103 ~ 32.04'%

%47.57
%20.39
%32.04

CMYK color model

#311521 color CMYK value is (0,57,33,81).

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

CMYK: (0,57,33,81)
C0M57Y33K81 (0%, 57%, 33%, 81%)
(0.00 / 0.57 / 0.33 / 0.81)

CMYK percentages

%0
%57.14
%32.65
%80.78

Codes

Color #311521 in popluar color models

31 15 21
RGB 49 21 33
HSL 334° 40.00% 13.73%
HSB/HSV 334° 57.14% 19.22%
CMYK 0.00% 57.14% 32.65%
80.78%

Color #311521 in popluar number systems.

HEX 31 15 21
Decimal 49 21 33
Binary 110001 10101 100001
Octal 61 25 41

Shades and tints

Shades of #311521

#311521
(49,21,33)
#2D141E
(45,20,30)
#29131B
(41,19,27)
#251218
(37,18,24)
#211115
(33,17,21)
#1D1012
(29,16,18)
#190F0F
(25,15,15)
#150E0C
(21,14,12)
#110D09
(17,13,9)
#0D0C06
(13,12,6)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #311521

#311521
(49,21,33)
#432A35
(67,42,53)
#553F49
(85,63,73)
#67545D
(103,84,93)
#796971
(121,105,113)
#8B7E85
(139,126,133)
#9D9399
(157,147,153)
#AFA8AD
(175,168,173)
#C1BDC1
(193,189,193)
#D3D2D5
(211,210,213)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311521; }

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

This text font color is #311521.

Background Color

.myBgColor { background-color: #311521; }

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

This div background color is #311521.

Border color

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

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

This div border color is #311521.

Opacity

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

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

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

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

This text has shadow with #311521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #311521.

Preview

Color preview on black background

This text has color #311521 on black background.


Color preview on white background

This text has color #311521 on white background.


Black color preview on #311521 background

This text has black color on #311521 background.


White color preview on #311521 background

This text has white color on #311521 background.


Related colors

Complementary color

Complementary color for #hex is #CEEADE.


I love getcolorcode.com

Triadic colors

1 #213115 and #152131 with #311521 are triadic colors.

2 #211531 and #153121 with #311521 are triadic colors.