COLOR #311918

HEX: #311918
RGB: (49,25,24)

Color info

#311918 contains red, green and blue colors in about the same proportion. Web safe color of #311918 is #330000 (or #300).

RGB color model

#311918 color RGB value is (49,25,24).

  • red value is 49;
  • green value is 25;
  • blue value is 24.
RGB:
(49,25,24)
(19%,10%,9%)

RGB channels and saturation

R 49 of 255 = 19%
G 25 of 255 = 10%
B 24 of 255 = 9%

49
25
24

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

Portions of RGB colors in percentages

R + G + B =
49 + 25 + 24 = 98 (100%)
R 49 of 98 ~ 50%
G 25 of 98 ~ 25.51%
B 24 of 98 ~ 24.49%

%50
%25.51
%24.49

CMYK color model

#311918 color CMYK value is (0,49,51,81).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 51.02%
  • key color value is 80.78%
CMYK:
(0,49,51,81)
C0M49Y51K81 
(0%,49%,51%,81%)
(0.00/0.49/0.51/0.81)	

CMYK percentages

%0
%48.98
%51.02
%80.78

Codes

Color #311918 in popluar color models

311918
RGB492524
HSL34.25%14.31%
HSB/HSV51.02%19.22%
CMYK0.00%48.98%51.02%
80.78%

Color #311918 in popluar number systems.

HEX311918
Decimal492524
Binary1100011100111000
Octal613130

Shades and tints

Shades of #311918

#311918
(49,25,24)
#2D1716
(45,23,22)
#291514
(41,21,20)
#251312
(37,19,18)
#211110
(33,17,16)
#1D0F0E
(29,15,14)
#190D0C
(25,13,12)
#150B0A
(21,11,10)
#110908
(17,9,8)
#0D0706
(13,7,6)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #311918

#311918
(49,25,24)
#432D2D
(67,45,45)
#554142
(85,65,66)
#675557
(103,85,87)
#79696C
(121,105,108)
#8B7D81
(139,125,129)
#9D9196
(157,145,150)
#AFA5AB
(175,165,171)
#C1B9C0
(193,185,192)
#D3CDD5
(211,205,213)
#E5E1EA
(229,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311918 color. Also use rgb(49,25,24) instead hex code.

Text Font Color

.myTextColor { color: #311918; }

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

This text font color is #311918.


Background Color

.myBgColor { background-color: #311918; }

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

This div background color is #311918.


Border color

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

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

This div border color is #311918.


Opacity

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

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

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

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

This text has shadow with #311918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311918 on black background.


Color preview on white background

This text has color #311918 on white background.



Black color preview on #311918 background

This text has black color on #311918 background.


White color preview on #311918 background

This text has white color on #311918 background.