COLOR #31615A

HEX: #31615A
RGB: (49,97,90)

Color info

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

RGB color model

#31615A color RGB value is (49,97,90).

  • red value is 49;
  • green value is 97;
  • blue value is 90.
RGB:
(49,97,90)
(19%,38%,35%)

RGB channels and saturation

R 49 of 255 = 19%
G 97 of 255 = 38%
B 90 of 255 = 35%

49
97
90

R + G + B ~ 31%. #31615A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 97 + 90 = 236 (100%)
R 49 of 236 ~ 20.76%
G 97 of 236 ~ 41.1%
B 90 of 236 ~ 38.14%

%20.76
%41.1
%38.14

CMYK color model

#31615A color CMYK value is (49,0,7,62).

  • cyan value is 49.48%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(49,0,7,62)
C49M0Y7K62 
(49%,0%,7%,62%)
(0.49/0.00/0.07/0.62)	

CMYK percentages

%49.48
%0
%7.22
%61.96

Codes

Color #31615A in popluar color models

31615A
RGB499790
HSL171°32.88%28.63%
HSB/HSV171°49.48%38.04%
CMYK49.48%0.00%7.22%
61.96%

Color #31615A in popluar number systems.

HEX31615A
Decimal499790
Binary11000111000011011010
Octal61141132

Shades and tints

Shades of #31615A

#31615A
(49,97,90)
#2D5952
(45,89,82)
#29514A
(41,81,74)
#254942
(37,73,66)
#21413A
(33,65,58)
#1D3932
(29,57,50)
#19312A
(25,49,42)
#152922
(21,41,34)
#11211A
(17,33,26)
#0D1912
(13,25,18)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #31615A

#31615A
(49,97,90)
#436F69
(67,111,105)
#557D78
(85,125,120)
#678B87
(103,139,135)
#799996
(121,153,150)
#8BA7A5
(139,167,165)
#9DB5B4
(157,181,180)
#AFC3C3
(175,195,195)
#C1D1D2
(193,209,210)
#D3DFE1
(211,223,225)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31615A color. Also use rgb(49,97,90) instead hex code.

Text Font Color

.myTextColor { color: #31615A; }

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

This text font color is #31615A.


Background Color

.myBgColor { background-color: #31615A; }

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

This div background color is #31615A.


Border color

.myBorderColor { border: 1px solid #31615A; }

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

This div border color is #31615A.


Opacity

.myOpacity80 { color: #31615A; opacity: 0.8; }

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

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

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

This text has shadow with #31615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31615A on black background.


Color preview on white background

This text has color #31615A on white background.



Black color preview on #31615A background

This text has black color on #31615A background.


White color preview on #31615A background

This text has white color on #31615A background.