COLOR #311F27

HEX: #311F27
RGB: (49,31,39)

Color info

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

RGB color model

#311F27 color RGB value is (49,31,39).

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

RGB channels and saturation

R 49 of 255 = 19%
G 31 of 255 = 12%
B 39 of 255 = 15%

49
31
39

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

Portions of RGB colors in percentages

R + G + B =
49 + 31 + 39 = 119 (100%)
R 49 of 119 ~ 41.18%
G 31 of 119 ~ 26.05%
B 39 of 119 ~ 32.77%

%41.18
%26.05
%32.77

CMYK color model

#311F27 color CMYK value is (0,37,20,81).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 20.41%
  • key color value is 80.78%
CMYK:
(0,37,20,81)
C0M37Y20K81 
(0%,37%,20%,81%)
(0.00/0.37/0.20/0.81)	

CMYK percentages

%0
%36.73
%20.41
%80.78

Codes

Color #311F27 in popluar color models

311F27
RGB493139
HSL333°22.50%15.69%
HSB/HSV333°36.73%19.22%
CMYK0.00%36.73%20.41%
80.78%

Color #311F27 in popluar number systems.

HEX311F27
Decimal493139
Binary11000111111100111
Octal613747

Shades and tints

Shades of #311F27

#311F27
(49,31,39)
#2D1D24
(45,29,36)
#291B21
(41,27,33)
#25191E
(37,25,30)
#21171B
(33,23,27)
#1D1518
(29,21,24)
#191315
(25,19,21)
#151112
(21,17,18)
#110F0F
(17,15,15)
#0D0D0C
(13,13,12)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #311F27

#311F27
(49,31,39)
#43333A
(67,51,58)
#55474D
(85,71,77)
#675B60
(103,91,96)
#796F73
(121,111,115)
#8B8386
(139,131,134)
#9D9799
(157,151,153)
#AFABAC
(175,171,172)
#C1BFBF
(193,191,191)
#D3D3D2
(211,211,210)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311F27; }

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

This text font color is #311F27.


Background Color

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

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

This div background color is #311F27.


Border color

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

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

This div border color is #311F27.


Opacity

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

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

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

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

This text has shadow with #311F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311F27 on black background.


Color preview on white background

This text has color #311F27 on white background.



Black color preview on #311F27 background

This text has black color on #311F27 background.


White color preview on #311F27 background

This text has white color on #311F27 background.