COLOR #39555B

HEX: #39555B
RGB: (57,85,91)

Color info

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

RGB color model

#39555B color RGB value is (57,85,91).

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

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 91 of 255 = 36%

57
85
91

R + G + B ~ 30%. #39555B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 91 = 233 (100%)
R 57 of 233 ~ 24.46%
G 85 of 233 ~ 36.48%
B 91 of 233 ~ 39.06%

%24.46
%36.48
%39.06

CMYK color model

#39555B color CMYK value is (37,7,0,64).

  • cyan value is 37.36%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(37,7,0,64)
C37M7Y0K64 
(37%,7%,0%,64%)
(0.37/0.07/0.00/0.64)	

CMYK percentages

%37.36
%6.59
%0
%64.31

Codes

Color #39555B in popluar color models

39555B
RGB578591
HSL191°22.97%29.02%
HSB/HSV191°37.36%35.69%
CMYK37.36%6.59%0.00%
64.31%

Color #39555B in popluar number systems.

HEX39555B
Decimal578591
Binary11100110101011011011
Octal71125133

Shades and tints

Shades of #39555B

#39555B
(57,85,91)
#344E53
(52,78,83)
#2F474B
(47,71,75)
#2A4043
(42,64,67)
#25393B
(37,57,59)
#203233
(32,50,51)
#1B2B2B
(27,43,43)
#162423
(22,36,35)
#111D1B
(17,29,27)
#0C1613
(12,22,19)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #39555B

#39555B
(57,85,91)
#4B6469
(75,100,105)
#5D7377
(93,115,119)
#6F8285
(111,130,133)
#819193
(129,145,147)
#93A0A1
(147,160,161)
#A5AFAF
(165,175,175)
#B7BEBD
(183,190,189)
#C9CDCB
(201,205,203)
#DBDCD9
(219,220,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39555B color. Also use rgb(57,85,91) instead hex code.

Text Font Color

.myTextColor { color: #39555B; }

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

This text font color is #39555B.


Background Color

.myBgColor { background-color: #39555B; }

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

This div background color is #39555B.


Border color

.myBorderColor { border: 1px solid #39555B; }

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

This div border color is #39555B.


Opacity

.myOpacity80 { color: #39555B; opacity: 0.8; }

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

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

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

This text has shadow with #39555B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39555B on black background.


Color preview on white background

This text has color #39555B on white background.



Black color preview on #39555B background

This text has black color on #39555B background.


White color preview on #39555B background

This text has white color on #39555B background.