COLOR #312521

HEX: #312521 RGB: (49,37,33)

Color info

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

RGB color model

#312521 color RGB value is (49,37,33).

RGB: (49,37,33) (19%, 15%, 13%)

RGB channels and saturation

R 49 of 255 = 19%
G 37 of 255 = 15%
B 33 of 255 = 13%

49
37
33

R + G + B ~ 16%. #312521 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 37 + 33 = 119 (100%)
R 49 of 119 ~ 41.18%
G 37 of 119 ~ 31.09%
B 33 of 119 ~ 27.73'%

%41.18
%31.09
%27.73

CMYK color model

#312521 color CMYK value is (0,24,33,81).

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

CMYK: (0,24,33,81)
C0M24Y33K81 (0%, 24%, 33%, 81%)
(0.00 / 0.24 / 0.33 / 0.81)

CMYK percentages

%0
%24.49
%32.65
%80.78

Codes

Color #312521 in popluar color models

31 25 21
RGB 49 37 33
HSL 15° 19.51% 16.08%
HSB/HSV 15° 32.65% 19.22%
CMYK 0.00% 24.49% 32.65%
80.78%

Color #312521 in popluar number systems.

HEX 31 25 21
Decimal 49 37 33
Binary 110001 100101 100001
Octal 61 45 41

Shades and tints

Shades of #312521

#312521
(49,37,33)
#2D221E
(45,34,30)
#291F1B
(41,31,27)
#251C18
(37,28,24)
#211915
(33,25,21)
#1D1612
(29,22,18)
#19130F
(25,19,15)
#15100C
(21,16,12)
#110D09
(17,13,9)
#0D0A06
(13,10,6)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #312521

#312521
(49,37,33)
#433835
(67,56,53)
#554B49
(85,75,73)
#675E5D
(103,94,93)
#797171
(121,113,113)
#8B8485
(139,132,133)
#9D9799
(157,151,153)
#AFAAAD
(175,170,173)
#C1BDC1
(193,189,193)
#D3D0D5
(211,208,213)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312521; }

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

This text font color is #312521.

Background Color

.myBgColor { background-color: #312521; }

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

This div background color is #312521.

Border color

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

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

This div border color is #312521.

Opacity

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

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

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

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

This text has shadow with #312521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #312521.

Preview

Color preview on black background

This text has color #312521 on black background.


Color preview on white background

This text has color #312521 on white background.


Black color preview on #312521 background

This text has black color on #312521 background.


White color preview on #312521 background

This text has white color on #312521 background.


Related colors

Complementary color

Complementary color for #hex is #CEDADE.


I love getcolorcode.com

Triadic colors

1 #213125 and #252131 with #312521 are triadic colors.

2 #212531 and #253121 with #312521 are triadic colors.