COLOR #312742

HEX: #312742
RGB: (49,39,66)

Color info

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

RGB color model

#312742 color RGB value is (49,39,66).

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

RGB channels and saturation

R 49 of 255 = 19%
G 39 of 255 = 15%
B 66 of 255 = 26%

49
39
66

R + G + B ~ 20%. #312742 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 39 + 66 = 154 (100%)
R 49 of 154 ~ 31.82%
G 39 of 154 ~ 25.32%
B 66 of 154 ~ 42.86%

%31.82
%25.32
%42.86

CMYK color model

#312742 color CMYK value is (26,41,0,74).

  • cyan value is 25.76%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(26,41,0,74)
C26M41Y0K74 
(26%,41%,0%,74%)
(0.26/0.41/0.00/0.74)	

CMYK percentages

%25.76
%40.91
%0
%74.12

Codes

Color #312742 in popluar color models

312742
RGB493966
HSL262°25.71%20.59%
HSB/HSV262°40.91%25.88%
CMYK25.76%40.91%0.00%
74.12%

Color #312742 in popluar number systems.

HEX312742
Decimal493966
Binary1100011001111000010
Octal6147102

Shades and tints

Shades of #312742

#312742
(49,39,66)
#2D243C
(45,36,60)
#292136
(41,33,54)
#251E30
(37,30,48)
#211B2A
(33,27,42)
#1D1824
(29,24,36)
#19151E
(25,21,30)
#151218
(21,18,24)
#110F12
(17,15,18)
#0D0C0C
(13,12,12)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #312742

#312742
(49,39,66)
#433A53
(67,58,83)
#554D64
(85,77,100)
#676075
(103,96,117)
#797386
(121,115,134)
#8B8697
(139,134,151)
#9D99A8
(157,153,168)
#AFACB9
(175,172,185)
#C1BFCA
(193,191,202)
#D3D2DB
(211,210,219)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312742; }

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

This text font color is #312742.


Background Color

.myBgColor { background-color: #312742; }

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

This div background color is #312742.


Border color

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

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

This div border color is #312742.


Opacity

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

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

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

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

This text has shadow with #312742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312742 on black background.


Color preview on white background

This text has color #312742 on white background.



Black color preview on #312742 background

This text has black color on #312742 background.


White color preview on #312742 background

This text has white color on #312742 background.