COLOR #55A308

HEX: #55A308
RGB: (85,163,8)

Color info

#55A308 contains mainly green color. Web safe color of #55A308 is #669900 (or #690).

RGB color model

#55A308 color RGB value is (85,163,8).

  • red value is 85;
  • green value is 163;
  • blue value is 8.
RGB:
(85,163,8)
(33%,64%,3%)

RGB channels and saturation

R 85 of 255 = 33%
G 163 of 255 = 64%
B 8 of 255 = 3%

85
163
8

R + G + B ~ 33%. #55A308 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 163 + 8 = 256 (100%)
R 85 of 256 ~ 33.2%
G 163 of 256 ~ 63.67%
B 8 of 256 ~ 3.13%

%33.2
%63.67

CMYK color model

#55A308 color CMYK value is (48,0,95,36).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 95.09%
  • key color value is 36.08%
CMYK:
(48,0,95,36)
C48M0Y95K36 
(48%,0%,95%,36%)
(0.48/0.00/0.95/0.36)	

CMYK percentages

%47.85
%0
%95.09
%36.08

Codes

Color #55A308 in popluar color models

55A308
RGB851638
HSL90°90.64%33.53%
HSB/HSV90°95.09%63.92%
CMYK47.85%0.00%95.09%
36.08%

Color #55A308 in popluar number systems.

HEX55A308
Decimal851638
Binary1010101101000111000
Octal12524310

Shades and tints

Shades of #55A308

#55A308
(85,163,8)
#4E9508
(78,149,8)
#478708
(71,135,8)
#407908
(64,121,8)
#396B08
(57,107,8)
#325D08
(50,93,8)
#2B4F08
(43,79,8)
#244108
(36,65,8)
#1D3308
(29,51,8)
#162508
(22,37,8)
#0F1708
(15,23,8)
#000000
(0,0,0)

Tints of #55A308

#55A308
(85,163,8)
#64AB1E
(100,171,30)
#73B334
(115,179,52)
#82BB4A
(130,187,74)
#91C360
(145,195,96)
#A0CB76
(160,203,118)
#AFD38C
(175,211,140)
#BEDBA2
(190,219,162)
#CDE3B8
(205,227,184)
#DCEBCE
(220,235,206)
#EBF3E4
(235,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A308 color. Also use rgb(85,163,8) instead hex code.

Text Font Color

.myTextColor { color: #55A308; }

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

This text font color is #55A308.


Background Color

.myBgColor { background-color: #55A308; }

<div style="background-color:#55A308">Inner text</div>

This div background color is #55A308.


Border color

.myBorderColor { border: 1px solid #55A308; }

<div style="border:3px solid #55A308">Div</div>

This div border color is #55A308.


Opacity

.myOpacity80 { color: #55A308; opacity: 0.8; }

<p style="color:#55A308;opacity:0.8;">80%</p>

Text with #55A308 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 #55A308;}

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

This text has shadow with #55A308 color.

.textShadow {text-shadow: 3px 3px 1px #55A308, 3px 3px 1px red;}

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

This text has shadow with #55A308 primary color and red secondary color.


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

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

This text has shadow with #55A308 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A308 on black background.


Color preview on white background

This text has color #55A308 on white background.



Black color preview on #55A308 background

This text has black color on #55A308 background.


White color preview on #55A308 background

This text has white color on #55A308 background.