COLOR #311E3A

HEX: #311E3A
RGB: (49,30,58)

Color info

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

RGB color model

#311E3A color RGB value is (49,30,58).

  • red value is 49;
  • green value is 30;
  • blue value is 58.
RGB:
(49,30,58)
(19%,12%,23%)

RGB channels and saturation

R 49 of 255 = 19%
G 30 of 255 = 12%
B 58 of 255 = 23%

49
30
58

R + G + B ~ 18%. #311E3A is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 30 + 58 = 137 (100%)
R 49 of 137 ~ 35.77%
G 30 of 137 ~ 21.9%
B 58 of 137 ~ 42.34%

%35.77
%21.9
%42.34

CMYK color model

#311E3A color CMYK value is (16,48,0,77).

  • cyan value is 15.52%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(16,48,0,77)
C16M48Y0K77 
(16%,48%,0%,77%)
(0.16/0.48/0.00/0.77)	

CMYK percentages

%15.52
%48.28
%0
%77.25

Codes

Color #311E3A in popluar color models

311E3A
RGB493058
HSL281°31.82%17.25%
HSB/HSV281°48.28%22.75%
CMYK15.52%48.28%0.00%
77.25%

Color #311E3A in popluar number systems.

HEX311E3A
Decimal493058
Binary11000111110111010
Octal613672

Shades and tints

Shades of #311E3A

#311E3A
(49,30,58)
#2D1C35
(45,28,53)
#291A30
(41,26,48)
#25182B
(37,24,43)
#211626
(33,22,38)
#1D1421
(29,20,33)
#19121C
(25,18,28)
#151017
(21,16,23)
#110E12
(17,14,18)
#0D0C0D
(13,12,13)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #311E3A

#311E3A
(49,30,58)
#43324B
(67,50,75)
#55465C
(85,70,92)
#675A6D
(103,90,109)
#796E7E
(121,110,126)
#8B828F
(139,130,143)
#9D96A0
(157,150,160)
#AFAAB1
(175,170,177)
#C1BEC2
(193,190,194)
#D3D2D3
(211,210,211)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311E3A color. Also use rgb(49,30,58) instead hex code.

Text Font Color

.myTextColor { color: #311E3A; }

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

This text font color is #311E3A.


Background Color

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

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

This div background color is #311E3A.


Border color

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

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

This div border color is #311E3A.


Opacity

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

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

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

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

This text has shadow with #311E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311E3A on black background.


Color preview on white background

This text has color #311E3A on white background.



Black color preview on #311E3A background

This text has black color on #311E3A background.


White color preview on #311E3A background

This text has white color on #311E3A background.