COLOR #555F39

HEX: #555F39 RGB: (85,95,57)

Color info

#555F39 contains red, green and blue colors in about the same proportion. Web safe color of #555F39 is #666633 (or #663).

RGB color model

#555F39 color RGB value is (85,95,57).

RGB: (85,95,57) (33%, 37%, 22%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 57 of 255 = 22%

85
95
57

R + G + B ~ 31%. #555F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 95 + 57 = 237 (100%)
R 85 of 237 ~ 35.86%
G 95 of 237 ~ 40.08%
B 57 of 237 ~ 24.05'%

%35.86
%40.08
%24.05

CMYK color model

#555F39 color CMYK value is (11,0,40,63).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 62.75%

CMYK: (11,0,40,63)
C11M0Y40K63 (11%, 0%, 40%, 63%)
(0.11 / 0.00 / 0.40 / 0.63)

CMYK percentages

%10.53
%0
%40
%62.75

Codes

Color #555F39 in popluar color models

55 5F 39
RGB 85 95 57
HSL 76° 25.00% 29.80%
HSB/HSV 76° 40.00% 37.25%
CMYK 10.53% 0.00% 40.00%
62.75%

Color #555F39 in popluar number systems.

HEX 55 5F 39
Decimal 85 95 57
Binary 1010101 1011111 111001
Octal 125 137 71

Shades and tints

Shades of #555F39

#555F39
(85,95,57)
#4E5734
(78,87,52)
#474F2F
(71,79,47)
#40472A
(64,71,42)
#393F25
(57,63,37)
#323720
(50,55,32)
#2B2F1B
(43,47,27)
#242716
(36,39,22)
#1D1F11
(29,31,17)
#16170C
(22,23,12)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #555F39

#555F39
(85,95,57)
#646D4B
(100,109,75)
#737B5D
(115,123,93)
#82896F
(130,137,111)
#919781
(145,151,129)
#A0A593
(160,165,147)
#AFB3A5
(175,179,165)
#BEC1B7
(190,193,183)
#CDCFC9
(205,207,201)
#DCDDDB
(220,221,219)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555F39 color. Also use rgb(85,95,57) instead hex code.

Text Font Color

.myTextColor { color: #555F39; }

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

This text font color is #555F39.

Background Color

.myBgColor { background-color: #555F39; }

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

This div background color is #555F39.

Border color

.myBorderColor { border: 1px solid #555F39; }

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

This div border color is #555F39.

Opacity

.myOpacity80 { color: #555F39; opacity: 0.8; }

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

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

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

This text has shadow with #555F39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555F39.

Preview

Color preview on black background

This text has color #555F39 on black background.


Color preview on white background

This text has color #555F39 on white background.


Black color preview on #555F39 background

This text has black color on #555F39 background.


White color preview on #555F39 background

This text has white color on #555F39 background.


Related colors

Complementary color

Complementary color for #hex is #AAA0C6.


I love getcolorcode.com

Triadic colors

1 #39555F and #5F3955 with #555F39 are triadic colors.

2 #395F55 and #5F5539 with #555F39 are triadic colors.