COLOR #395872

HEX: #395872
RGB: (57,88,114)

Color info

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

RGB color model

#395872 color RGB value is (57,88,114).

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

RGB channels and saturation

R 57 of 255 = 22%
G 88 of 255 = 35%
B 114 of 255 = 45%

57
88
114

R + G + B ~ 34%. #395872 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 88 + 114 = 259 (100%)
R 57 of 259 ~ 22.01%
G 88 of 259 ~ 33.98%
B 114 of 259 ~ 44.02%

%22.01
%33.98
%44.02

CMYK color model

#395872 color CMYK value is (50,23,0,55).

  • cyan value is 50.00%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(50,23,0,55)
C50M23Y0K55 
(50%,23%,0%,55%)
(0.50/0.23/0.00/0.55)	

CMYK percentages

%50
%22.81
%0
%55.29

Codes

Color #395872 in popluar color models

395872
RGB5788114
HSL207°33.33%33.53%
HSB/HSV207°50.00%44.71%
CMYK50.00%22.81%0.00%
55.29%

Color #395872 in popluar number systems.

HEX395872
Decimal5788114
Binary11100110110001110010
Octal71130162

Shades and tints

Shades of #395872

#395872
(57,88,114)
#345068
(52,80,104)
#2F485E
(47,72,94)
#2A4054
(42,64,84)
#25384A
(37,56,74)
#203040
(32,48,64)
#1B2836
(27,40,54)
#16202C
(22,32,44)
#111822
(17,24,34)
#0C1018
(12,16,24)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #395872

#395872
(57,88,114)
#4B677E
(75,103,126)
#5D768A
(93,118,138)
#6F8596
(111,133,150)
#8194A2
(129,148,162)
#93A3AE
(147,163,174)
#A5B2BA
(165,178,186)
#B7C1C6
(183,193,198)
#C9D0D2
(201,208,210)
#DBDFDE
(219,223,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395872; }

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

This text font color is #395872.


Background Color

.myBgColor { background-color: #395872; }

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

This div background color is #395872.


Border color

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

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

This div border color is #395872.


Opacity

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

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

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

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

This text has shadow with #395872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395872 on black background.


Color preview on white background

This text has color #395872 on white background.



Black color preview on #395872 background

This text has black color on #395872 background.


White color preview on #395872 background

This text has white color on #395872 background.