COLOR #55800A

HEX: #55800A
RGB: (85,128,10)

Color info

#55800A contains mainly red and green colors. Web safe color of #55800A is #666600 (or #660).

RGB color model

#55800A color RGB value is (85,128,10).

  • red value is 85;
  • green value is 128;
  • blue value is 10.
RGB:
(85,128,10)
(33%,50%,4%)

RGB channels and saturation

R 85 of 255 = 33%
G 128 of 255 = 50%
B 10 of 255 = 4%

85
128
10

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

Portions of RGB colors in percentages

R + G + B =
85 + 128 + 10 = 223 (100%)
R 85 of 223 ~ 38.12%
G 128 of 223 ~ 57.4%
B 10 of 223 ~ 4.48%

%38.12
%57.4

CMYK color model

#55800A color CMYK value is (34,0,92,50).

  • cyan value is 33.59%
  • magenta value is 0.00%
  • yellow value is 92.19%
  • key color value is 49.80%
CMYK:
(34,0,92,50)
C34M0Y92K50 
(34%,0%,92%,50%)
(0.34/0.00/0.92/0.50)	

CMYK percentages

%33.59
%0
%92.19
%49.8

Codes

Color #55800A in popluar color models

55800A
RGB8512810
HSL82°85.51%27.06%
HSB/HSV82°92.19%50.20%
CMYK33.59%0.00%92.19%
49.80%

Color #55800A in popluar number systems.

HEX55800A
Decimal8512810
Binary1010101100000001010
Octal12520012

Shades and tints

Shades of #55800A

#55800A
(85,128,10)
#4E750A
(78,117,10)
#476A0A
(71,106,10)
#405F0A
(64,95,10)
#39540A
(57,84,10)
#32490A
(50,73,10)
#2B3E0A
(43,62,10)
#24330A
(36,51,10)
#1D280A
(29,40,10)
#161D0A
(22,29,10)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #55800A

#55800A
(85,128,10)
#648B20
(100,139,32)
#739636
(115,150,54)
#82A14C
(130,161,76)
#91AC62
(145,172,98)
#A0B778
(160,183,120)
#AFC28E
(175,194,142)
#BECDA4
(190,205,164)
#CDD8BA
(205,216,186)
#DCE3D0
(220,227,208)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55800A color. Also use rgb(85,128,10) instead hex code.

Text Font Color

.myTextColor { color: #55800A; }

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

This text font color is #55800A.


Background Color

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

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

This div background color is #55800A.


Border color

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

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

This div border color is #55800A.


Opacity

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

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

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

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

This text has shadow with #55800A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55800A on black background.


Color preview on white background

This text has color #55800A on white background.



Black color preview on #55800A background

This text has black color on #55800A background.


White color preview on #55800A background

This text has white color on #55800A background.