COLOR #55802D

HEX: #55802D RGB: (85,128,45)

Color info

#55802D contains mainly red and green colors. Web safe color of #55802D is #666633 (or #663).

RGB color model

#55802D color RGB value is (85,128,45).

RGB: (85,128,45) (33%, 50%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 128 of 255 = 50%
B 45 of 255 = 18%

85
128
45

R + G + B ~ 34%. #55802D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 128 + 45 = 258 (100%)
R 85 of 258 ~ 32.95%
G 128 of 258 ~ 49.61%
B 45 of 258 ~ 17.44'%

%32.95
%49.61
%17.44

CMYK color model

#55802D color CMYK value is (34,0,65,50).

  • cyan value is 33.59%
  • magenta value is 0.00%
  • yellow value is 64.84%
  • key color value is 49.80%

CMYK: (34,0,65,50)
C34M0Y65K50 (34%, 0%, 65%, 50%)
(0.34 / 0.00 / 0.65 / 0.50)

CMYK percentages

%33.59
%0
%64.84
%49.8

Codes

Color #55802D in popluar color models

55 80 2D
RGB 85 128 45
HSL 91° 47.98% 33.92%
HSB/HSV 91° 64.84% 50.20%
CMYK 33.59% 0.00% 64.84%
49.80%

Color #55802D in popluar number systems.

HEX 55 80 2D
Decimal 85 128 45
Binary 1010101 10000000 101101
Octal 125 200 55

Shades and tints

Shades of #55802D

#55802D
(85,128,45)
#4E7529
(78,117,41)
#476A25
(71,106,37)
#405F21
(64,95,33)
#39541D
(57,84,29)
#324919
(50,73,25)
#2B3E15
(43,62,21)
#243311
(36,51,17)
#1D280D
(29,40,13)
#161D09
(22,29,9)
#0F1205
(15,18,5)
#000000
(0,0,0)

Tints of #55802D

#55802D
(85,128,45)
#648B40
(100,139,64)
#739653
(115,150,83)
#82A166
(130,161,102)
#91AC79
(145,172,121)
#A0B78C
(160,183,140)
#AFC29F
(175,194,159)
#BECDB2
(190,205,178)
#CDD8C5
(205,216,197)
#DCE3D8
(220,227,216)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55802D color. Also use rgb(85,128,45) instead hex code.

Text Font Color

.myTextColor { color: #55802D; }

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

This text font color is #55802D.

Background Color

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

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

This div background color is #55802D.

Border color

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

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

This div border color is #55802D.

Opacity

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

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

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

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

This text has shadow with #55802D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55802D.

Preview

Color preview on black background

This text has color #55802D on black background.


Color preview on white background

This text has color #55802D on white background.


Black color preview on #55802D background

This text has black color on #55802D background.


White color preview on #55802D background

This text has white color on #55802D background.


Related colors

Complementary color

Complementary color for #hex is #AA7FD2.


I love getcolorcode.com

Triadic colors

1 #2D5580 and #802D55 with #55802D are triadic colors.

2 #2D8055 and #80552D with #55802D are triadic colors.