COLOR #395053

HEX: #395053
RGB: (57,80,83)

Color info

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

RGB color model

#395053 color RGB value is (57,80,83).

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

RGB channels and saturation

R 57 of 255 = 22%
G 80 of 255 = 31%
B 83 of 255 = 33%

57
80
83

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

Portions of RGB colors in percentages

R + G + B =
57 + 80 + 83 = 220 (100%)
R 57 of 220 ~ 25.91%
G 80 of 220 ~ 36.36%
B 83 of 220 ~ 37.73%

%25.91
%36.36
%37.73

CMYK color model

#395053 color CMYK value is (31,4,0,67).

  • cyan value is 31.33%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(31,4,0,67)
C31M4Y0K67 
(31%,4%,0%,67%)
(0.31/0.04/0.00/0.67)	

CMYK percentages

%31.33
%3.61
%0
%67.45

Codes

Color #395053 in popluar color models

395053
RGB578083
HSL187°18.57%27.45%
HSB/HSV187°31.33%32.55%
CMYK31.33%3.61%0.00%
67.45%

Color #395053 in popluar number systems.

HEX395053
Decimal578083
Binary11100110100001010011
Octal71120123

Shades and tints

Shades of #395053

#395053
(57,80,83)
#34494C
(52,73,76)
#2F4245
(47,66,69)
#2A3B3E
(42,59,62)
#253437
(37,52,55)
#202D30
(32,45,48)
#1B2629
(27,38,41)
#161F22
(22,31,34)
#11181B
(17,24,27)
#0C1114
(12,17,20)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #395053

#395053
(57,80,83)
#4B5F62
(75,95,98)
#5D6E71
(93,110,113)
#6F7D80
(111,125,128)
#818C8F
(129,140,143)
#939B9E
(147,155,158)
#A5AAAD
(165,170,173)
#B7B9BC
(183,185,188)
#C9C8CB
(201,200,203)
#DBD7DA
(219,215,218)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395053; }

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

This text font color is #395053.


Background Color

.myBgColor { background-color: #395053; }

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

This div background color is #395053.


Border color

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

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

This div border color is #395053.


Opacity

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

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

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

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

This text has shadow with #395053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395053 on black background.


Color preview on white background

This text has color #395053 on white background.



Black color preview on #395053 background

This text has black color on #395053 background.


White color preview on #395053 background

This text has white color on #395053 background.