COLOR #311F24

HEX: #311F24
RGB: (49,31,36)

Color info

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

RGB color model

#311F24 color RGB value is (49,31,36).

  • red value is 49;
  • green value is 31;
  • blue value is 36.
RGB:
(49,31,36)
(19%,12%,14%)

RGB channels and saturation

R 49 of 255 = 19%
G 31 of 255 = 12%
B 36 of 255 = 14%

49
31
36

R + G + B ~ 15%. #311F24 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 31 + 36 = 116 (100%)
R 49 of 116 ~ 42.24%
G 31 of 116 ~ 26.72%
B 36 of 116 ~ 31.03%

%42.24
%26.72
%31.03

CMYK color model

#311F24 color CMYK value is (0,37,27,81).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 26.53%
  • key color value is 80.78%
CMYK:
(0,37,27,81)
C0M37Y27K81 
(0%,37%,27%,81%)
(0.00/0.37/0.27/0.81)	

CMYK percentages

%0
%36.73
%26.53
%80.78

Codes

Color #311F24 in popluar color models

311F24
RGB493136
HSL343°22.50%15.69%
HSB/HSV343°36.73%19.22%
CMYK0.00%36.73%26.53%
80.78%

Color #311F24 in popluar number systems.

HEX311F24
Decimal493136
Binary11000111111100100
Octal613744

Shades and tints

Shades of #311F24

#311F24
(49,31,36)
#2D1D21
(45,29,33)
#291B1E
(41,27,30)
#25191B
(37,25,27)
#211718
(33,23,24)
#1D1515
(29,21,21)
#191312
(25,19,18)
#15110F
(21,17,15)
#110F0C
(17,15,12)
#0D0D09
(13,13,9)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #311F24

#311F24
(49,31,36)
#433337
(67,51,55)
#55474A
(85,71,74)
#675B5D
(103,91,93)
#796F70
(121,111,112)
#8B8383
(139,131,131)
#9D9796
(157,151,150)
#AFABA9
(175,171,169)
#C1BFBC
(193,191,188)
#D3D3CF
(211,211,207)
#E5E7E2
(229,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311F24 color. Also use rgb(49,31,36) instead hex code.

Text Font Color

.myTextColor { color: #311F24; }

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

This text font color is #311F24.


Background Color

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

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

This div background color is #311F24.


Border color

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

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

This div border color is #311F24.


Opacity

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

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

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

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

This text has shadow with #311F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311F24 on black background.


Color preview on white background

This text has color #311F24 on white background.



Black color preview on #311F24 background

This text has black color on #311F24 background.


White color preview on #311F24 background

This text has white color on #311F24 background.