COLOR #395B4C

HEX: #395B4C
RGB: (57,91,76)

Color info

#395B4C contains red, green and blue colors in about the same proportion. Web safe color of #395B4C is #336633 (or #363).

RGB color model

#395B4C color RGB value is (57,91,76).

  • red value is 57;
  • green value is 91;
  • blue value is 76.
RGB:
(57,91,76)
(22%,36%,30%)

RGB channels and saturation

R 57 of 255 = 22%
G 91 of 255 = 36%
B 76 of 255 = 30%

57
91
76

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

Portions of RGB colors in percentages

R + G + B =
57 + 91 + 76 = 224 (100%)
R 57 of 224 ~ 25.45%
G 91 of 224 ~ 40.63%
B 76 of 224 ~ 33.93%

%25.45
%40.63
%33.93

CMYK color model

#395B4C color CMYK value is (37,0,16,64).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 64.31%
CMYK:
(37,0,16,64)
C37M0Y16K64 
(37%,0%,16%,64%)
(0.37/0.00/0.16/0.64)	

CMYK percentages

%37.36
%0
%16.48
%64.31

Codes

Color #395B4C in popluar color models

395B4C
RGB579176
HSL154°22.97%29.02%
HSB/HSV154°37.36%35.69%
CMYK37.36%0.00%16.48%
64.31%

Color #395B4C in popluar number systems.

HEX395B4C
Decimal579176
Binary11100110110111001100
Octal71133114

Shades and tints

Shades of #395B4C

#395B4C
(57,91,76)
#345346
(52,83,70)
#2F4B40
(47,75,64)
#2A433A
(42,67,58)
#253B34
(37,59,52)
#20332E
(32,51,46)
#1B2B28
(27,43,40)
#162322
(22,35,34)
#111B1C
(17,27,28)
#0C1316
(12,19,22)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #395B4C

#395B4C
(57,91,76)
#4B695C
(75,105,92)
#5D776C
(93,119,108)
#6F857C
(111,133,124)
#81938C
(129,147,140)
#93A19C
(147,161,156)
#A5AFAC
(165,175,172)
#B7BDBC
(183,189,188)
#C9CBCC
(201,203,204)
#DBD9DC
(219,217,220)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395B4C color. Also use rgb(57,91,76) instead hex code.

Text Font Color

.myTextColor { color: #395B4C; }

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

This text font color is #395B4C.


Background Color

.myBgColor { background-color: #395B4C; }

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

This div background color is #395B4C.


Border color

.myBorderColor { border: 1px solid #395B4C; }

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

This div border color is #395B4C.


Opacity

.myOpacity80 { color: #395B4C; opacity: 0.8; }

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

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

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

This text has shadow with #395B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395B4C on black background.


Color preview on white background

This text has color #395B4C on white background.



Black color preview on #395B4C background

This text has black color on #395B4C background.


White color preview on #395B4C background

This text has white color on #395B4C background.