COLOR #311E3C

HEX: #311E3C
RGB: (49,30,60)

Color info

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

RGB color model

#311E3C color RGB value is (49,30,60).

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

RGB channels and saturation

R 49 of 255 = 19%
G 30 of 255 = 12%
B 60 of 255 = 24%

49
30
60

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

Portions of RGB colors in percentages

R + G + B =
49 + 30 + 60 = 139 (100%)
R 49 of 139 ~ 35.25%
G 30 of 139 ~ 21.58%
B 60 of 139 ~ 43.17%

%35.25
%21.58
%43.17

CMYK color model

#311E3C color CMYK value is (18,50,0,76).

  • cyan value is 18.33%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(18,50,0,76)
C18M50Y0K76 
(18%,50%,0%,76%)
(0.18/0.50/0.00/0.76)	

CMYK percentages

%18.33
%50
%0
%76.47

Codes

Color #311E3C in popluar color models

311E3C
RGB493060
HSL278°33.33%17.65%
HSB/HSV278°50.00%23.53%
CMYK18.33%50.00%0.00%
76.47%

Color #311E3C in popluar number systems.

HEX311E3C
Decimal493060
Binary11000111110111100
Octal613674

Shades and tints

Shades of #311E3C

#311E3C
(49,30,60)
#2D1C37
(45,28,55)
#291A32
(41,26,50)
#25182D
(37,24,45)
#211628
(33,22,40)
#1D1423
(29,20,35)
#19121E
(25,18,30)
#151019
(21,16,25)
#110E14
(17,14,20)
#0D0C0F
(13,12,15)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #311E3C

#311E3C
(49,30,60)
#43324D
(67,50,77)
#55465E
(85,70,94)
#675A6F
(103,90,111)
#796E80
(121,110,128)
#8B8291
(139,130,145)
#9D96A2
(157,150,162)
#AFAAB3
(175,170,179)
#C1BEC4
(193,190,196)
#D3D2D5
(211,210,213)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311E3C; }

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

This text font color is #311E3C.


Background Color

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

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

This div background color is #311E3C.


Border color

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

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

This div border color is #311E3C.


Opacity

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

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

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

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

This text has shadow with #311E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311E3C on black background.


Color preview on white background

This text has color #311E3C on white background.



Black color preview on #311E3C background

This text has black color on #311E3C background.


White color preview on #311E3C background

This text has white color on #311E3C background.