COLOR #395351

HEX: #395351
RGB: (57,83,81)

Color info

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

RGB color model

#395351 color RGB value is (57,83,81).

  • red value is 57;
  • green value is 83;
  • blue value is 81.
RGB:
(57,83,81)
(22%,33%,32%)

RGB channels and saturation

R 57 of 255 = 22%
G 83 of 255 = 33%
B 81 of 255 = 32%

57
83
81

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

Portions of RGB colors in percentages

R + G + B =
57 + 83 + 81 = 221 (100%)
R 57 of 221 ~ 25.79%
G 83 of 221 ~ 37.56%
B 81 of 221 ~ 36.65%

%25.79
%37.56
%36.65

CMYK color model

#395351 color CMYK value is (31,0,2,67).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(31,0,2,67)
C31M0Y2K67 
(31%,0%,2%,67%)
(0.31/0.00/0.02/0.67)	

CMYK percentages

%31.33
%0
%2.41
%67.45

Codes

Color #395351 in popluar color models

395351
RGB578381
HSL175°18.57%27.45%
HSB/HSV175°31.33%32.55%
CMYK31.33%0.00%2.41%
67.45%

Color #395351 in popluar number systems.

HEX395351
Decimal578381
Binary11100110100111010001
Octal71123121

Shades and tints

Shades of #395351

#395351
(57,83,81)
#344C4A
(52,76,74)
#2F4543
(47,69,67)
#2A3E3C
(42,62,60)
#253735
(37,55,53)
#20302E
(32,48,46)
#1B2927
(27,41,39)
#162220
(22,34,32)
#111B19
(17,27,25)
#0C1412
(12,20,18)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #395351

#395351
(57,83,81)
#4B6260
(75,98,96)
#5D716F
(93,113,111)
#6F807E
(111,128,126)
#818F8D
(129,143,141)
#939E9C
(147,158,156)
#A5ADAB
(165,173,171)
#B7BCBA
(183,188,186)
#C9CBC9
(201,203,201)
#DBDAD8
(219,218,216)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395351 color. Also use rgb(57,83,81) instead hex code.

Text Font Color

.myTextColor { color: #395351; }

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

This text font color is #395351.


Background Color

.myBgColor { background-color: #395351; }

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

This div background color is #395351.


Border color

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

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

This div border color is #395351.


Opacity

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

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

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

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

This text has shadow with #395351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395351 on black background.


Color preview on white background

This text has color #395351 on white background.



Black color preview on #395351 background

This text has black color on #395351 background.


White color preview on #395351 background

This text has white color on #395351 background.