COLOR #31393C

HEX: #31393C RGB: (49,57,60)

Color info

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

RGB color model

#31393C color RGB value is (49,57,60).

RGB: (49,57,60) (19%, 22%, 24%)

RGB channels and saturation

R 49 of 255 = 19%
G 57 of 255 = 22%
B 60 of 255 = 24%

49
57
60

R + G + B ~ 22%. #31393C is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 57 + 60 = 166 (100%)
R 49 of 166 ~ 29.52%
G 57 of 166 ~ 34.34%
B 60 of 166 ~ 36.14'%

%29.52
%34.34
%36.14

CMYK color model

#31393C color CMYK value is (18,5,0,76).

  • cyan value is 18.33%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (18,5,0,76)
C18M5Y0K76 (18%, 5%, 0%, 76%)
(0.18 / 0.05 / 0.00 / 0.76)

CMYK percentages

%18.33
%5
%0
%76.47

Codes

Color #31393C in popluar color models

31 39 3C
RGB 49 57 60
HSL 196° 10.09% 21.37%
HSB/HSV 196° 18.33% 23.53%
CMYK 18.33% 5.00% 0.00%
76.47%

Color #31393C in popluar number systems.

HEX 31 39 3C
Decimal 49 57 60
Binary 110001 111001 111100
Octal 61 71 74

Shades and tints

Shades of #31393C

#31393C
(49,57,60)
#2D3437
(45,52,55)
#292F32
(41,47,50)
#252A2D
(37,42,45)
#212528
(33,37,40)
#1D2023
(29,32,35)
#191B1E
(25,27,30)
#151619
(21,22,25)
#111114
(17,17,20)
#0D0C0F
(13,12,15)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #31393C

#31393C
(49,57,60)
#434B4D
(67,75,77)
#555D5E
(85,93,94)
#676F6F
(103,111,111)
#798180
(121,129,128)
#8B9391
(139,147,145)
#9DA5A2
(157,165,162)
#AFB7B3
(175,183,179)
#C1C9C4
(193,201,196)
#D3DBD5
(211,219,213)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31393C color. Also use rgb(49,57,60) instead hex code.

Text Font Color

.myTextColor { color: #31393C; }

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

This text font color is #31393C.

Background Color

.myBgColor { background-color: #31393C; }

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

This div background color is #31393C.

Border color

.myBorderColor { border: 1px solid #31393C; }

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

This div border color is #31393C.

Opacity

.myOpacity80 { color: #31393C; opacity: 0.8; }

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

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

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

This text has shadow with #31393C color.


.textShadow {text-shadow: 3px 3px 1px #31393C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #31393C; -webkit-box-shadow: 1px 1px 3px 2px #31393C; box-shadow:1px 1px 3px 2px #31393C;">
Div content here
</div>

This div box has shadow with color #31393C.

Preview

Color preview on black background

This text has color #31393C on black background.


Color preview on white background

This text has color #31393C on white background.


Black color preview on #31393C background

This text has black color on #31393C background.


White color preview on #31393C background

This text has white color on #31393C background.


Related colors

Complementary color

Complementary color for #hex is #CEC6C3.


I love getcolorcode.com

Triadic colors

1 #3C3139 and #393C31 with #31393C are triadic colors.

2 #3C3931 and #39313C with #31393C are triadic colors.