COLOR #316853

HEX: #316853
RGB: (49,104,83)

Color info

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

RGB color model

#316853 color RGB value is (49,104,83).

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

RGB channels and saturation

R 49 of 255 = 19%
G 104 of 255 = 41%
B 83 of 255 = 33%

49
104
83

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

Portions of RGB colors in percentages

R + G + B =
49 + 104 + 83 = 236 (100%)
R 49 of 236 ~ 20.76%
G 104 of 236 ~ 44.07%
B 83 of 236 ~ 35.17%

%20.76
%44.07
%35.17

CMYK color model

#316853 color CMYK value is (53,0,20,59).

  • cyan value is 52.88%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(53,0,20,59)
C53M0Y20K59 
(53%,0%,20%,59%)
(0.53/0.00/0.20/0.59)	

CMYK percentages

%52.88
%0
%20.19
%59.22

Codes

Color #316853 in popluar color models

316853
RGB4910483
HSL157°35.95%30.00%
HSB/HSV157°52.88%40.78%
CMYK52.88%0.00%20.19%
59.22%

Color #316853 in popluar number systems.

HEX316853
Decimal4910483
Binary11000111010001010011
Octal61150123

Shades and tints

Shades of #316853

#316853
(49,104,83)
#2D5F4C
(45,95,76)
#295645
(41,86,69)
#254D3E
(37,77,62)
#214437
(33,68,55)
#1D3B30
(29,59,48)
#193229
(25,50,41)
#152922
(21,41,34)
#11201B
(17,32,27)
#0D1714
(13,23,20)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #316853

#316853
(49,104,83)
#437562
(67,117,98)
#558271
(85,130,113)
#678F80
(103,143,128)
#799C8F
(121,156,143)
#8BA99E
(139,169,158)
#9DB6AD
(157,182,173)
#AFC3BC
(175,195,188)
#C1D0CB
(193,208,203)
#D3DDDA
(211,221,218)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316853; }

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

This text font color is #316853.


Background Color

.myBgColor { background-color: #316853; }

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

This div background color is #316853.


Border color

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

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

This div border color is #316853.


Opacity

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

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

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

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

This text has shadow with #316853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316853 on black background.


Color preview on white background

This text has color #316853 on white background.



Black color preview on #316853 background

This text has black color on #316853 background.


White color preview on #316853 background

This text has white color on #316853 background.