COLOR #395256

HEX: #395256
RGB: (57,82,86)

Color info

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

RGB color model

#395256 color RGB value is (57,82,86).

  • red value is 57;
  • green value is 82;
  • blue value is 86.
RGB:
(57,82,86)
(22%,32%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 82 of 255 = 32%
B 86 of 255 = 34%

57
82
86

R + G + B ~ 29%. #395256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 82 + 86 = 225 (100%)
R 57 of 225 ~ 25.33%
G 82 of 225 ~ 36.44%
B 86 of 225 ~ 38.22%

%25.33
%36.44
%38.22

CMYK color model

#395256 color CMYK value is (34,5,0,66).

  • cyan value is 33.72%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(34,5,0,66)
C34M5Y0K66 
(34%,5%,0%,66%)
(0.34/0.05/0.00/0.66)	

CMYK percentages

%33.72
%4.65
%0
%66.27

Codes

Color #395256 in popluar color models

395256
RGB578286
HSL188°20.28%28.04%
HSB/HSV188°33.72%33.73%
CMYK33.72%4.65%0.00%
66.27%

Color #395256 in popluar number systems.

HEX395256
Decimal578286
Binary11100110100101010110
Octal71122126

Shades and tints

Shades of #395256

#395256
(57,82,86)
#344B4F
(52,75,79)
#2F4448
(47,68,72)
#2A3D41
(42,61,65)
#25363A
(37,54,58)
#202F33
(32,47,51)
#1B282C
(27,40,44)
#162125
(22,33,37)
#111A1E
(17,26,30)
#0C1317
(12,19,23)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #395256

#395256
(57,82,86)
#4B6165
(75,97,101)
#5D7074
(93,112,116)
#6F7F83
(111,127,131)
#818E92
(129,142,146)
#939DA1
(147,157,161)
#A5ACB0
(165,172,176)
#B7BBBF
(183,187,191)
#C9CACE
(201,202,206)
#DBD9DD
(219,217,221)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395256 color. Also use rgb(57,82,86) instead hex code.

Text Font Color

.myTextColor { color: #395256; }

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

This text font color is #395256.


Background Color

.myBgColor { background-color: #395256; }

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

This div background color is #395256.


Border color

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

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

This div border color is #395256.


Opacity

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

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

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

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

This text has shadow with #395256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395256 on black background.


Color preview on white background

This text has color #395256 on white background.



Black color preview on #395256 background

This text has black color on #395256 background.


White color preview on #395256 background

This text has white color on #395256 background.