COLOR #55AF6C

HEX: #55AF6C
RGB: (85,175,108)

Color info

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

RGB color model

#55AF6C color RGB value is (85,175,108).

  • red value is 85;
  • green value is 175;
  • blue value is 108.
RGB:
(85,175,108)
(33%,69%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 175 of 255 = 69%
B 108 of 255 = 42%

85
175
108

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

Portions of RGB colors in percentages

R + G + B =
85 + 175 + 108 = 368 (100%)
R 85 of 368 ~ 23.1%
G 175 of 368 ~ 47.55%
B 108 of 368 ~ 29.35%

%23.1
%47.55
%29.35

CMYK color model

#55AF6C color CMYK value is (51,0,38,31).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 38.29%
  • key color value is 31.37%
CMYK:
(51,0,38,31)
C51M0Y38K31 
(51%,0%,38%,31%)
(0.51/0.00/0.38/0.31)	

CMYK percentages

%51.43
%0
%38.29
%31.37

Codes

Color #55AF6C in popluar color models

55AF6C
RGB85175108
HSL135°36.00%50.98%
HSB/HSV135°51.43%68.63%
CMYK51.43%0.00%38.29%
31.37%

Color #55AF6C in popluar number systems.

HEX55AF6C
Decimal85175108
Binary1010101101011111101100
Octal125257154

Shades and tints

Shades of #55AF6C

#55AF6C
(85,175,108)
#4EA063
(78,160,99)
#47915A
(71,145,90)
#408251
(64,130,81)
#397348
(57,115,72)
#32643F
(50,100,63)
#2B5536
(43,85,54)
#24462D
(36,70,45)
#1D3724
(29,55,36)
#16281B
(22,40,27)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #55AF6C

#55AF6C
(85,175,108)
#64B679
(100,182,121)
#73BD86
(115,189,134)
#82C493
(130,196,147)
#91CBA0
(145,203,160)
#A0D2AD
(160,210,173)
#AFD9BA
(175,217,186)
#BEE0C7
(190,224,199)
#CDE7D4
(205,231,212)
#DCEEE1
(220,238,225)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AF6C color. Also use rgb(85,175,108) instead hex code.

Text Font Color

.myTextColor { color: #55AF6C; }

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

This text font color is #55AF6C.


Background Color

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

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

This div background color is #55AF6C.


Border color

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

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

This div border color is #55AF6C.


Opacity

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

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

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

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

This text has shadow with #55AF6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AF6C on black background.


Color preview on white background

This text has color #55AF6C on white background.



Black color preview on #55AF6C background

This text has black color on #55AF6C background.


White color preview on #55AF6C background

This text has white color on #55AF6C background.