COLOR #395572

HEX: #395572
RGB: (57,85,114)

Color info

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

RGB color model

#395572 color RGB value is (57,85,114).

  • red value is 57;
  • green value is 85;
  • blue value is 114.
RGB:
(57,85,114)
(22%,33%,45%)

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 114 of 255 = 45%

57
85
114

R + G + B ~ 33%. #395572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 114 = 256 (100%)
R 57 of 256 ~ 22.27%
G 85 of 256 ~ 33.2%
B 114 of 256 ~ 44.53%

%22.27
%33.2
%44.53

CMYK color model

#395572 color CMYK value is (50,25,0,55).

  • cyan value is 50.00%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(50,25,0,55)
C50M25Y0K55 
(50%,25%,0%,55%)
(0.50/0.25/0.00/0.55)	

CMYK percentages

%50
%25.44
%0
%55.29

Codes

Color #395572 in popluar color models

395572
RGB5785114
HSL211°33.33%33.53%
HSB/HSV211°50.00%44.71%
CMYK50.00%25.44%0.00%
55.29%

Color #395572 in popluar number systems.

HEX395572
Decimal5785114
Binary11100110101011110010
Octal71125162

Shades and tints

Shades of #395572

#395572
(57,85,114)
#344E68
(52,78,104)
#2F475E
(47,71,94)
#2A4054
(42,64,84)
#25394A
(37,57,74)
#203240
(32,50,64)
#1B2B36
(27,43,54)
#16242C
(22,36,44)
#111D22
(17,29,34)
#0C1618
(12,22,24)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #395572

#395572
(57,85,114)
#4B647E
(75,100,126)
#5D738A
(93,115,138)
#6F8296
(111,130,150)
#8191A2
(129,145,162)
#93A0AE
(147,160,174)
#A5AFBA
(165,175,186)
#B7BEC6
(183,190,198)
#C9CDD2
(201,205,210)
#DBDCDE
(219,220,222)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395572; }

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

This text font color is #395572.


Background Color

.myBgColor { background-color: #395572; }

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

This div background color is #395572.


Border color

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

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

This div border color is #395572.


Opacity

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

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

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

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

This text has shadow with #395572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395572 on black background.


Color preview on white background

This text has color #395572 on white background.



Black color preview on #395572 background

This text has black color on #395572 background.


White color preview on #395572 background

This text has white color on #395572 background.