COLOR #395748

HEX: #395748
RGB: (57,87,72)

Color info

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

RGB color model

#395748 color RGB value is (57,87,72).

  • red value is 57;
  • green value is 87;
  • blue value is 72.
RGB:
(57,87,72)
(22%,34%,28%)

RGB channels and saturation

R 57 of 255 = 22%
G 87 of 255 = 34%
B 72 of 255 = 28%

57
87
72

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

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 72 = 216 (100%)
R 57 of 216 ~ 26.39%
G 87 of 216 ~ 40.28%
B 72 of 216 ~ 33.33%

%26.39
%40.28
%33.33

CMYK color model

#395748 color CMYK value is (34,0,17,66).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(34,0,17,66)
C34M0Y17K66 
(34%,0%,17%,66%)
(0.34/0.00/0.17/0.66)	

CMYK percentages

%34.48
%0
%17.24
%65.88

Codes

Color #395748 in popluar color models

395748
RGB578772
HSL150°20.83%28.24%
HSB/HSV150°34.48%34.12%
CMYK34.48%0.00%17.24%
65.88%

Color #395748 in popluar number systems.

HEX395748
Decimal578772
Binary11100110101111001000
Octal71127110

Shades and tints

Shades of #395748

#395748
(57,87,72)
#345042
(52,80,66)
#2F493C
(47,73,60)
#2A4236
(42,66,54)
#253B30
(37,59,48)
#20342A
(32,52,42)
#1B2D24
(27,45,36)
#16261E
(22,38,30)
#111F18
(17,31,24)
#0C1812
(12,24,18)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #395748

#395748
(57,87,72)
#4B6658
(75,102,88)
#5D7568
(93,117,104)
#6F8478
(111,132,120)
#819388
(129,147,136)
#93A298
(147,162,152)
#A5B1A8
(165,177,168)
#B7C0B8
(183,192,184)
#C9CFC8
(201,207,200)
#DBDED8
(219,222,216)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395748 color. Also use rgb(57,87,72) instead hex code.

Text Font Color

.myTextColor { color: #395748; }

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

This text font color is #395748.


Background Color

.myBgColor { background-color: #395748; }

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

This div background color is #395748.


Border color

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

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

This div border color is #395748.


Opacity

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

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

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

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

This text has shadow with #395748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395748 on black background.


Color preview on white background

This text has color #395748 on white background.



Black color preview on #395748 background

This text has black color on #395748 background.


White color preview on #395748 background

This text has white color on #395748 background.