COLOR #55A462

HEX: #55A462
RGB: (85,164,98)

Color info

#55A462 contains mainly green color. Web safe color of #55A462 is #669966 (or #696).

RGB color model

#55A462 color RGB value is (85,164,98).

  • red value is 85;
  • green value is 164;
  • blue value is 98.
RGB:
(85,164,98)
(33%,64%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 164 of 255 = 64%
B 98 of 255 = 38%

85
164
98

R + G + B ~ 45%. #55A462 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 164 + 98 = 347 (100%)
R 85 of 347 ~ 24.5%
G 164 of 347 ~ 47.26%
B 98 of 347 ~ 28.24%

%24.5
%47.26
%28.24

CMYK color model

#55A462 color CMYK value is (48,0,40,36).

  • cyan value is 48.17%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(48,0,40,36)
C48M0Y40K36 
(48%,0%,40%,36%)
(0.48/0.00/0.40/0.36)	

CMYK percentages

%48.17
%0
%40.24
%35.69

Codes

Color #55A462 in popluar color models

55A462
RGB8516498
HSL130°31.73%48.82%
HSB/HSV130°48.17%64.31%
CMYK48.17%0.00%40.24%
35.69%

Color #55A462 in popluar number systems.

HEX55A462
Decimal8516498
Binary1010101101001001100010
Octal125244142

Shades and tints

Shades of #55A462

#55A462
(85,164,98)
#4E965A
(78,150,90)
#478852
(71,136,82)
#407A4A
(64,122,74)
#396C42
(57,108,66)
#325E3A
(50,94,58)
#2B5032
(43,80,50)
#24422A
(36,66,42)
#1D3422
(29,52,34)
#16261A
(22,38,26)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #55A462

#55A462
(85,164,98)
#64AC70
(100,172,112)
#73B47E
(115,180,126)
#82BC8C
(130,188,140)
#91C49A
(145,196,154)
#A0CCA8
(160,204,168)
#AFD4B6
(175,212,182)
#BEDCC4
(190,220,196)
#CDE4D2
(205,228,210)
#DCECE0
(220,236,224)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A462 color. Also use rgb(85,164,98) instead hex code.

Text Font Color

.myTextColor { color: #55A462; }

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

This text font color is #55A462.


Background Color

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

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

This div background color is #55A462.


Border color

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

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

This div border color is #55A462.


Opacity

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

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

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

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

This text has shadow with #55A462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A462 on black background.


Color preview on white background

This text has color #55A462 on white background.



Black color preview on #55A462 background

This text has black color on #55A462 background.


White color preview on #55A462 background

This text has white color on #55A462 background.