COLOR #315555

HEX: #315555
RGB: (49,85,85)

Color info

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

RGB color model

#315555 color RGB value is (49,85,85).

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

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 85 of 255 = 33%

49
85
85

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

Portions of RGB colors in percentages

R + G + B =
49 + 85 + 85 = 219 (100%)
R 49 of 219 ~ 22.37%
G 85 of 219 ~ 38.81%
B 85 of 219 ~ 38.81%

%22.37
%38.81
%38.81

CMYK color model

#315555 color CMYK value is (42,0,0,67).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(42,0,0,67)
C42M0Y0K67 
(42%,0%,0%,67%)
(0.42/0.00/0.00/0.67)	

CMYK percentages

%42.35
%0
%0
%66.67

Codes

Color #315555 in popluar color models

315555
RGB498585
HSL180°26.87%26.27%
HSB/HSV180°42.35%33.33%
CMYK42.35%0.00%0.00%
66.67%

Color #315555 in popluar number systems.

HEX315555
Decimal498585
Binary11000110101011010101
Octal61125125

Shades and tints

Shades of #315555

#315555
(49,85,85)
#2D4E4E
(45,78,78)
#294747
(41,71,71)
#254040
(37,64,64)
#213939
(33,57,57)
#1D3232
(29,50,50)
#192B2B
(25,43,43)
#152424
(21,36,36)
#111D1D
(17,29,29)
#0D1616
(13,22,22)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #315555

#315555
(49,85,85)
#436464
(67,100,100)
#557373
(85,115,115)
#678282
(103,130,130)
#799191
(121,145,145)
#8BA0A0
(139,160,160)
#9DAFAF
(157,175,175)
#AFBEBE
(175,190,190)
#C1CDCD
(193,205,205)
#D3DCDC
(211,220,220)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315555; }

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

This text font color is #315555.


Background Color

.myBgColor { background-color: #315555; }

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

This div background color is #315555.


Border color

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

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

This div border color is #315555.


Opacity

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

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

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

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

This text has shadow with #315555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315555 on black background.


Color preview on white background

This text has color #315555 on white background.



Black color preview on #315555 background

This text has black color on #315555 background.


White color preview on #315555 background

This text has white color on #315555 background.