COLOR #54AF7A

HEX: #54AF7A
RGB: (84,175,122)

Color info

#54AF7A contains mainly green and blue colors. Web safe color of #54AF7A is #669966 (or #696).

RGB color model

#54AF7A color RGB value is (84,175,122).

  • red value is 84;
  • green value is 175;
  • blue value is 122.
RGB:
(84,175,122)
(33%,69%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 175 of 255 = 69%
B 122 of 255 = 48%

84
175
122

R + G + B ~ 50%. #54AF7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 175 + 122 = 381 (100%)
R 84 of 381 ~ 22.05%
G 175 of 381 ~ 45.93%
B 122 of 381 ~ 32.02%

%22.05
%45.93
%32.02

CMYK color model

#54AF7A color CMYK value is (52,0,30,31).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 31.37%
CMYK:
(52,0,30,31)
C52M0Y30K31 
(52%,0%,30%,31%)
(0.52/0.00/0.30/0.31)	

CMYK percentages

%52
%0
%30.29
%31.37

Codes

Color #54AF7A in popluar color models

54AF7A
RGB84175122
HSL145°36.25%50.78%
HSB/HSV145°52.00%68.63%
CMYK52.00%0.00%30.29%
31.37%

Color #54AF7A in popluar number systems.

HEX54AF7A
Decimal84175122
Binary1010100101011111111010
Octal124257172

Shades and tints

Shades of #54AF7A

#54AF7A
(84,175,122)
#4DA06F
(77,160,111)
#469164
(70,145,100)
#3F8259
(63,130,89)
#38734E
(56,115,78)
#316443
(49,100,67)
#2A5538
(42,85,56)
#23462D
(35,70,45)
#1C3722
(28,55,34)
#152817
(21,40,23)
#0E190C
(14,25,12)
#000000
(0,0,0)

Tints of #54AF7A

#54AF7A
(84,175,122)
#63B686
(99,182,134)
#72BD92
(114,189,146)
#81C49E
(129,196,158)
#90CBAA
(144,203,170)
#9FD2B6
(159,210,182)
#AED9C2
(174,217,194)
#BDE0CE
(189,224,206)
#CCE7DA
(204,231,218)
#DBEEE6
(219,238,230)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AF7A color. Also use rgb(84,175,122) instead hex code.

Text Font Color

.myTextColor { color: #54AF7A; }

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

This text font color is #54AF7A.


Background Color

.myBgColor { background-color: #54AF7A; }

<div style="background-color:#54AF7A">Inner text</div>

This div background color is #54AF7A.


Border color

.myBorderColor { border: 1px solid #54AF7A; }

<div style="border:3px solid #54AF7A">Div</div>

This div border color is #54AF7A.


Opacity

.myOpacity80 { color: #54AF7A; opacity: 0.8; }

<p style="color:#54AF7A;opacity:0.8;">80%</p>

Text with #54AF7A 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 #54AF7A;}

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

This text has shadow with #54AF7A color.

.textShadow {text-shadow: 3px 3px 1px #54AF7A, 3px 3px 1px red;}

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

This text has shadow with #54AF7A primary color and red secondary color.


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

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

This text has shadow with #54AF7A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AF7A on black background.


Color preview on white background

This text has color #54AF7A on white background.



Black color preview on #54AF7A background

This text has black color on #54AF7A background.


White color preview on #54AF7A background

This text has white color on #54AF7A background.