COLOR #311D3F

HEX: #311D3F
RGB: (49,29,63)

Color info

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

RGB color model

#311D3F color RGB value is (49,29,63).

  • red value is 49;
  • green value is 29;
  • blue value is 63.
RGB:
(49,29,63)
(19%,11%,25%)

RGB channels and saturation

R 49 of 255 = 19%
G 29 of 255 = 11%
B 63 of 255 = 25%

49
29
63

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

Portions of RGB colors in percentages

R + G + B =
49 + 29 + 63 = 141 (100%)
R 49 of 141 ~ 34.75%
G 29 of 141 ~ 20.57%
B 63 of 141 ~ 44.68%

%34.75
%20.57
%44.68

CMYK color model

#311D3F color CMYK value is (22,54,0,75).

  • cyan value is 22.22%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(22,54,0,75)
C22M54Y0K75 
(22%,54%,0%,75%)
(0.22/0.54/0.00/0.75)	

CMYK percentages

%22.22
%53.97
%0
%75.29

Codes

Color #311D3F in popluar color models

311D3F
RGB492963
HSL275°36.96%18.04%
HSB/HSV275°53.97%24.71%
CMYK22.22%53.97%0.00%
75.29%

Color #311D3F in popluar number systems.

HEX311D3F
Decimal492963
Binary11000111101111111
Octal613577

Shades and tints

Shades of #311D3F

#311D3F
(49,29,63)
#2D1B3A
(45,27,58)
#291935
(41,25,53)
#251730
(37,23,48)
#21152B
(33,21,43)
#1D1326
(29,19,38)
#191121
(25,17,33)
#150F1C
(21,15,28)
#110D17
(17,13,23)
#0D0B12
(13,11,18)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #311D3F

#311D3F
(49,29,63)
#433150
(67,49,80)
#554561
(85,69,97)
#675972
(103,89,114)
#796D83
(121,109,131)
#8B8194
(139,129,148)
#9D95A5
(157,149,165)
#AFA9B6
(175,169,182)
#C1BDC7
(193,189,199)
#D3D1D8
(211,209,216)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311D3F color. Also use rgb(49,29,63) instead hex code.

Text Font Color

.myTextColor { color: #311D3F; }

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

This text font color is #311D3F.


Background Color

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

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

This div background color is #311D3F.


Border color

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

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

This div border color is #311D3F.


Opacity

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

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

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

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

This text has shadow with #311D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311D3F on black background.


Color preview on white background

This text has color #311D3F on white background.



Black color preview on #311D3F background

This text has black color on #311D3F background.


White color preview on #311D3F background

This text has white color on #311D3F background.