COLOR #39555A

HEX: #39555A RGB: (57,85,90)

Color info

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

RGB color model

#39555A color RGB value is (57,85,90).

RGB: (57,85,90) (22%, 33%, 35%)

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 90 of 255 = 35%

57
85
90

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

Portions of RGB colors in percentages

R + G + B = 57 + 85 + 90 = 232 (100%)
R 57 of 232 ~ 24.57%
G 85 of 232 ~ 36.64%
B 90 of 232 ~ 38.79'%

%24.57
%36.64
%38.79

CMYK color model

#39555A color CMYK value is (37,6,0,65).

  • cyan value is 36.67%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (37,6,0,65)
C37M6Y0K65 (37%, 6%, 0%, 65%)
(0.37 / 0.06 / 0.00 / 0.65)

CMYK percentages

%36.67
%5.56
%0
%64.71

Codes

Color #39555A in popluar color models

39 55 5A
RGB 57 85 90
HSL 189° 22.45% 28.82%
HSB/HSV 189° 36.67% 35.29%
CMYK 36.67% 5.56% 0.00%
64.71%

Color #39555A in popluar number systems.

HEX 39 55 5A
Decimal 57 85 90
Binary 111001 1010101 1011010
Octal 71 125 132

Shades and tints

Shades of #39555A

#39555A
(57,85,90)
#344E52
(52,78,82)
#2F474A
(47,71,74)
#2A4042
(42,64,66)
#25393A
(37,57,58)
#203232
(32,50,50)
#1B2B2A
(27,43,42)
#162422
(22,36,34)
#111D1A
(17,29,26)
#0C1612
(12,22,18)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #39555A

#39555A
(57,85,90)
#4B6469
(75,100,105)
#5D7378
(93,115,120)
#6F8287
(111,130,135)
#819196
(129,145,150)
#93A0A5
(147,160,165)
#A5AFB4
(165,175,180)
#B7BEC3
(183,190,195)
#C9CDD2
(201,205,210)
#DBDCE1
(219,220,225)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #39555A; }

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

This text font color is #39555A.

Background Color

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

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

This div background color is #39555A.

Border color

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

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

This div border color is #39555A.

Opacity

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

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

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

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

This text has shadow with #39555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #39555A.

Preview

Color preview on black background

This text has color #39555A on black background.


Color preview on white background

This text has color #39555A on white background.


Black color preview on #39555A background

This text has black color on #39555A background.


White color preview on #39555A background

This text has white color on #39555A background.


Related colors

Complementary color

Complementary color for #hex is #C6AAA5.


I love getcolorcode.com

Triadic colors

1 #5A3955 and #555A39 with #39555A are triadic colors.

2 #5A5539 and #55395A with #39555A are triadic colors.