COLOR #395050

HEX: #395050
RGB: (57,80,80)

Color info

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

RGB color model

#395050 color RGB value is (57,80,80).

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

RGB channels and saturation

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

57
80
80

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

Portions of RGB colors in percentages

R + G + B =
57 + 80 + 80 = 217 (100%)
R 57 of 217 ~ 26.27%
G 80 of 217 ~ 36.87%
B 80 of 217 ~ 36.87%

%26.27
%36.87
%36.87

CMYK color model

#395050 color CMYK value is (29,0,0,69).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(29,0,0,69)
C29M0Y0K69 
(29%,0%,0%,69%)
(0.29/0.00/0.00/0.69)	

CMYK percentages

%28.75
%0
%0
%68.63

Codes

Color #395050 in popluar color models

395050
RGB578080
HSL180°16.79%26.86%
HSB/HSV180°28.75%31.37%
CMYK28.75%0.00%0.00%
68.63%

Color #395050 in popluar number systems.

HEX395050
Decimal578080
Binary11100110100001010000
Octal71120120

Shades and tints

Shades of #395050

#395050
(57,80,80)
#344949
(52,73,73)
#2F4242
(47,66,66)
#2A3B3B
(42,59,59)
#253434
(37,52,52)
#202D2D
(32,45,45)
#1B2626
(27,38,38)
#161F1F
(22,31,31)
#111818
(17,24,24)
#0C1111
(12,17,17)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #395050

#395050
(57,80,80)
#4B5F5F
(75,95,95)
#5D6E6E
(93,110,110)
#6F7D7D
(111,125,125)
#818C8C
(129,140,140)
#939B9B
(147,155,155)
#A5AAAA
(165,170,170)
#B7B9B9
(183,185,185)
#C9C8C8
(201,200,200)
#DBD7D7
(219,215,215)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395050; }

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

This text font color is #395050.


Background Color

.myBgColor { background-color: #395050; }

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

This div background color is #395050.


Border color

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

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

This div border color is #395050.


Opacity

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

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

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

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

This text has shadow with #395050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395050 on black background.


Color preview on white background

This text has color #395050 on white background.



Black color preview on #395050 background

This text has black color on #395050 background.


White color preview on #395050 background

This text has white color on #395050 background.