COLOR #39555D

HEX: #39555D RGB: (57,85,93)

Color info

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

RGB color model

#39555D color RGB value is (57,85,93).

RGB: (57,85,93) (22%, 33%, 36%)

RGB channels and saturation

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

57
85
93

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

Portions of RGB colors in percentages

R + G + B = 57 + 85 + 93 = 235 (100%)
R 57 of 235 ~ 24.26%
G 85 of 235 ~ 36.17%
B 93 of 235 ~ 39.57'%

%24.26
%36.17
%39.57

CMYK color model

#39555D color CMYK value is (39,9,0,64).

  • cyan value is 38.71%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (39,9,0,64)
C39M9Y0K64 (39%, 9%, 0%, 64%)
(0.39 / 0.09 / 0.00 / 0.64)

CMYK percentages

%38.71
%8.6
%0
%63.53

Codes

Color #39555D in popluar color models

39 55 5D
RGB 57 85 93
HSL 193° 24.00% 29.41%
HSB/HSV 193° 38.71% 36.47%
CMYK 38.71% 8.60% 0.00%
63.53%

Color #39555D in popluar number systems.

HEX 39 55 5D
Decimal 57 85 93
Binary 111001 1010101 1011101
Octal 71 125 135

Shades and tints

Shades of #39555D

#39555D
(57,85,93)
#344E55
(52,78,85)
#2F474D
(47,71,77)
#2A4045
(42,64,69)
#25393D
(37,57,61)
#203235
(32,50,53)
#1B2B2D
(27,43,45)
#162425
(22,36,37)
#111D1D
(17,29,29)
#0C1615
(12,22,21)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #39555D

#39555D
(57,85,93)
#4B646B
(75,100,107)
#5D7379
(93,115,121)
#6F8287
(111,130,135)
#819195
(129,145,149)
#93A0A3
(147,160,163)
#A5AFB1
(165,175,177)
#B7BEBF
(183,190,191)
#C9CDCD
(201,205,205)
#DBDCDB
(219,220,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #39555D; }

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

This text font color is #39555D.

Background Color

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

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

This div background color is #39555D.

Border color

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

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

This div border color is #39555D.

Opacity

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

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

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

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

This text has shadow with #39555D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #39555D.

Preview

Color preview on black background

This text has color #39555D on black background.


Color preview on white background

This text has color #39555D on white background.


Black color preview on #39555D background

This text has black color on #39555D background.


White color preview on #39555D background

This text has white color on #39555D background.


Related colors

Complementary color

Complementary color for #hex is #C6AAA2.


I love getcolorcode.com

Triadic colors

1 #5D3955 and #555D39 with #39555D are triadic colors.

2 #5D5539 and #55395D with #39555D are triadic colors.