COLOR #55602A

HEX: #55602A
RGB: (85,96,42)

Color info

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

RGB color model

#55602A color RGB value is (85,96,42).

  • red value is 85;
  • green value is 96;
  • blue value is 42.
RGB:
(85,96,42)
(33%,38%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 42 of 255 = 16%

85
96
42

R + G + B ~ 29%. #55602A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 42 = 223 (100%)
R 85 of 223 ~ 38.12%
G 96 of 223 ~ 43.05%
B 42 of 223 ~ 18.83%

%38.12
%43.05
%18.83

CMYK color model

#55602A color CMYK value is (11,0,56,62).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 62.35%
CMYK:
(11,0,56,62)
C11M0Y56K62 
(11%,0%,56%,62%)
(0.11/0.00/0.56/0.62)	

CMYK percentages

%11.46
%0
%56.25
%62.35

Codes

Color #55602A in popluar color models

55602A
RGB859642
HSL72°39.13%27.06%
HSB/HSV72°56.25%37.65%
CMYK11.46%0.00%56.25%
62.35%

Color #55602A in popluar number systems.

HEX55602A
Decimal859642
Binary10101011100000101010
Octal12514052

Shades and tints

Shades of #55602A

#55602A
(85,96,42)
#4E5827
(78,88,39)
#475024
(71,80,36)
#404821
(64,72,33)
#39401E
(57,64,30)
#32381B
(50,56,27)
#2B3018
(43,48,24)
#242815
(36,40,21)
#1D2012
(29,32,18)
#16180F
(22,24,15)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #55602A

#55602A
(85,96,42)
#646E3D
(100,110,61)
#737C50
(115,124,80)
#828A63
(130,138,99)
#919876
(145,152,118)
#A0A689
(160,166,137)
#AFB49C
(175,180,156)
#BEC2AF
(190,194,175)
#CDD0C2
(205,208,194)
#DCDED5
(220,222,213)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55602A color. Also use rgb(85,96,42) instead hex code.

Text Font Color

.myTextColor { color: #55602A; }

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

This text font color is #55602A.


Background Color

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

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

This div background color is #55602A.


Border color

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

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

This div border color is #55602A.


Opacity

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

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

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

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

This text has shadow with #55602A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55602A on black background.


Color preview on white background

This text has color #55602A on white background.



Black color preview on #55602A background

This text has black color on #55602A background.


White color preview on #55602A background

This text has white color on #55602A background.