COLOR #315350

HEX: #315350
RGB: (49,83,80)

Color info

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

RGB color model

#315350 color RGB value is (49,83,80).

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

RGB channels and saturation

R 49 of 255 = 19%
G 83 of 255 = 33%
B 80 of 255 = 31%

49
83
80

R + G + B ~ 28%. #315350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 83 + 80 = 212 (100%)
R 49 of 212 ~ 23.11%
G 83 of 212 ~ 39.15%
B 80 of 212 ~ 37.74%

%23.11
%39.15
%37.74

CMYK color model

#315350 color CMYK value is (41,0,4,67).

  • cyan value is 40.96%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(41,0,4,67)
C41M0Y4K67 
(41%,0%,4%,67%)
(0.41/0.00/0.04/0.67)	

CMYK percentages

%40.96
%0
%3.61
%67.45

Codes

Color #315350 in popluar color models

315350
RGB498380
HSL175°25.76%25.88%
HSB/HSV175°40.96%32.55%
CMYK40.96%0.00%3.61%
67.45%

Color #315350 in popluar number systems.

HEX315350
Decimal498380
Binary11000110100111010000
Octal61123120

Shades and tints

Shades of #315350

#315350
(49,83,80)
#2D4C49
(45,76,73)
#294542
(41,69,66)
#253E3B
(37,62,59)
#213734
(33,55,52)
#1D302D
(29,48,45)
#192926
(25,41,38)
#15221F
(21,34,31)
#111B18
(17,27,24)
#0D1411
(13,20,17)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #315350

#315350
(49,83,80)
#43625F
(67,98,95)
#55716E
(85,113,110)
#67807D
(103,128,125)
#798F8C
(121,143,140)
#8B9E9B
(139,158,155)
#9DADAA
(157,173,170)
#AFBCB9
(175,188,185)
#C1CBC8
(193,203,200)
#D3DAD7
(211,218,215)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315350; }

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

This text font color is #315350.


Background Color

.myBgColor { background-color: #315350; }

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

This div background color is #315350.


Border color

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

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

This div border color is #315350.


Opacity

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

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

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

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

This text has shadow with #315350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315350 on black background.


Color preview on white background

This text has color #315350 on white background.



Black color preview on #315350 background

This text has black color on #315350 background.


White color preview on #315350 background

This text has white color on #315350 background.