COLOR #31535C

HEX: #31535C
RGB: (49,83,92)

Color info

#31535C contains red, green and blue colors in about the same proportion. Web safe color of #31535C is #336666 (or #366).

RGB color model

#31535C color RGB value is (49,83,92).

  • red value is 49;
  • green value is 83;
  • blue value is 92.
RGB:
(49,83,92)
(19%,33%,36%)

RGB channels and saturation

R 49 of 255 = 19%
G 83 of 255 = 33%
B 92 of 255 = 36%

49
83
92

R + G + B ~ 29%. #31535C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 83 + 92 = 224 (100%)
R 49 of 224 ~ 21.88%
G 83 of 224 ~ 37.05%
B 92 of 224 ~ 41.07%

%21.88
%37.05
%41.07

CMYK color model

#31535C color CMYK value is (47,10,0,64).

  • cyan value is 46.74%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(47,10,0,64)
C47M10Y0K64 
(47%,10%,0%,64%)
(0.47/0.10/0.00/0.64)	

CMYK percentages

%46.74
%9.78
%0
%63.92

Codes

Color #31535C in popluar color models

31535C
RGB498392
HSL193°30.50%27.65%
HSB/HSV193°46.74%36.08%
CMYK46.74%9.78%0.00%
63.92%

Color #31535C in popluar number systems.

HEX31535C
Decimal498392
Binary11000110100111011100
Octal61123134

Shades and tints

Shades of #31535C

#31535C
(49,83,92)
#2D4C54
(45,76,84)
#29454C
(41,69,76)
#253E44
(37,62,68)
#21373C
(33,55,60)
#1D3034
(29,48,52)
#19292C
(25,41,44)
#152224
(21,34,36)
#111B1C
(17,27,28)
#0D1414
(13,20,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #31535C

#31535C
(49,83,92)
#43626A
(67,98,106)
#557178
(85,113,120)
#678086
(103,128,134)
#798F94
(121,143,148)
#8B9EA2
(139,158,162)
#9DADB0
(157,173,176)
#AFBCBE
(175,188,190)
#C1CBCC
(193,203,204)
#D3DADA
(211,218,218)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31535C color. Also use rgb(49,83,92) instead hex code.

Text Font Color

.myTextColor { color: #31535C; }

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

This text font color is #31535C.


Background Color

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

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

This div background color is #31535C.


Border color

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

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

This div border color is #31535C.


Opacity

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

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

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

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

This text has shadow with #31535C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31535C on black background.


Color preview on white background

This text has color #31535C on white background.



Black color preview on #31535C background

This text has black color on #31535C background.


White color preview on #31535C background

This text has white color on #31535C background.