COLOR #55A468

HEX: #55A468
RGB: (85,164,104)

Color info

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

RGB color model

#55A468 color RGB value is (85,164,104).

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

RGB channels and saturation

R 85 of 255 = 33%
G 164 of 255 = 64%
B 104 of 255 = 41%

85
164
104

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

Portions of RGB colors in percentages

R + G + B =
85 + 164 + 104 = 353 (100%)
R 85 of 353 ~ 24.08%
G 164 of 353 ~ 46.46%
B 104 of 353 ~ 29.46%

%24.08
%46.46
%29.46

CMYK color model

#55A468 color CMYK value is (48,0,37,36).

  • cyan value is 48.17%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(48,0,37,36)
C48M0Y37K36 
(48%,0%,37%,36%)
(0.48/0.00/0.37/0.36)	

CMYK percentages

%48.17
%0
%36.59
%35.69

Codes

Color #55A468 in popluar color models

55A468
RGB85164104
HSL134°31.73%48.82%
HSB/HSV134°48.17%64.31%
CMYK48.17%0.00%36.59%
35.69%

Color #55A468 in popluar number systems.

HEX55A468
Decimal85164104
Binary1010101101001001101000
Octal125244150

Shades and tints

Shades of #55A468

#55A468
(85,164,104)
#4E965F
(78,150,95)
#478856
(71,136,86)
#407A4D
(64,122,77)
#396C44
(57,108,68)
#325E3B
(50,94,59)
#2B5032
(43,80,50)
#244229
(36,66,41)
#1D3420
(29,52,32)
#162617
(22,38,23)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #55A468

#55A468
(85,164,104)
#64AC75
(100,172,117)
#73B482
(115,180,130)
#82BC8F
(130,188,143)
#91C49C
(145,196,156)
#A0CCA9
(160,204,169)
#AFD4B6
(175,212,182)
#BEDCC3
(190,220,195)
#CDE4D0
(205,228,208)
#DCECDD
(220,236,221)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A468; }

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

This text font color is #55A468.


Background Color

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

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

This div background color is #55A468.


Border color

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

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

This div border color is #55A468.


Opacity

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

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

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

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

This text has shadow with #55A468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A468 on black background.


Color preview on white background

This text has color #55A468 on white background.



Black color preview on #55A468 background

This text has black color on #55A468 background.


White color preview on #55A468 background

This text has white color on #55A468 background.