COLOR #55592E

HEX: #55592E
RGB: (85,89,46)

Color info

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

RGB color model

#55592E color RGB value is (85,89,46).

  • red value is 85;
  • green value is 89;
  • blue value is 46.
RGB:
(85,89,46)
(33%,35%,18%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 46 of 255 = 18%

85
89
46

R + G + B ~ 29%. #55592E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 46 = 220 (100%)
R 85 of 220 ~ 38.64%
G 89 of 220 ~ 40.45%
B 46 of 220 ~ 20.91%

%38.64
%40.45
%20.91

CMYK color model

#55592E color CMYK value is (4,0,48,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 48.31%
  • key color value is 65.10%
CMYK:
(4,0,48,65)
C4M0Y48K65 
(4%,0%,48%,65%)
(0.04/0.00/0.48/0.65)	

CMYK percentages

%4.49
%0
%48.31
%65.1

Codes

Color #55592E in popluar color models

55592E
RGB858946
HSL66°31.85%26.47%
HSB/HSV66°48.31%34.90%
CMYK4.49%0.00%48.31%
65.10%

Color #55592E in popluar number systems.

HEX55592E
Decimal858946
Binary10101011011001101110
Octal12513156

Shades and tints

Shades of #55592E

#55592E
(85,89,46)
#4E512A
(78,81,42)
#474926
(71,73,38)
#404122
(64,65,34)
#39391E
(57,57,30)
#32311A
(50,49,26)
#2B2916
(43,41,22)
#242112
(36,33,18)
#1D190E
(29,25,14)
#16110A
(22,17,10)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #55592E

#55592E
(85,89,46)
#646841
(100,104,65)
#737754
(115,119,84)
#828667
(130,134,103)
#91957A
(145,149,122)
#A0A48D
(160,164,141)
#AFB3A0
(175,179,160)
#BEC2B3
(190,194,179)
#CDD1C6
(205,209,198)
#DCE0D9
(220,224,217)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55592E color. Also use rgb(85,89,46) instead hex code.

Text Font Color

.myTextColor { color: #55592E; }

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

This text font color is #55592E.


Background Color

.myBgColor { background-color: #55592E; }

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

This div background color is #55592E.


Border color

.myBorderColor { border: 1px solid #55592E; }

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

This div border color is #55592E.


Opacity

.myOpacity80 { color: #55592E; opacity: 0.8; }

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

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

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

This text has shadow with #55592E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55592E on black background.


Color preview on white background

This text has color #55592E on white background.



Black color preview on #55592E background

This text has black color on #55592E background.


White color preview on #55592E background

This text has white color on #55592E background.