COLOR #54A373

HEX: #54A373
RGB: (84,163,115)

Color info

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

RGB color model

#54A373 color RGB value is (84,163,115).

  • red value is 84;
  • green value is 163;
  • blue value is 115.
RGB:
(84,163,115)
(33%,64%,45%)

RGB channels and saturation

R 84 of 255 = 33%
G 163 of 255 = 64%
B 115 of 255 = 45%

84
163
115

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

Portions of RGB colors in percentages

R + G + B =
84 + 163 + 115 = 362 (100%)
R 84 of 362 ~ 23.2%
G 163 of 362 ~ 45.03%
B 115 of 362 ~ 31.77%

%23.2
%45.03
%31.77

CMYK color model

#54A373 color CMYK value is (48,0,29,36).

  • cyan value is 48.47%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(48,0,29,36)
C48M0Y29K36 
(48%,0%,29%,36%)
(0.48/0.00/0.29/0.36)	

CMYK percentages

%48.47
%0
%29.45
%36.08

Codes

Color #54A373 in popluar color models

54A373
RGB84163115
HSL144°31.98%48.43%
HSB/HSV144°48.47%63.92%
CMYK48.47%0.00%29.45%
36.08%

Color #54A373 in popluar number systems.

HEX54A373
Decimal84163115
Binary1010100101000111110011
Octal124243163

Shades and tints

Shades of #54A373

#54A373
(84,163,115)
#4D9569
(77,149,105)
#46875F
(70,135,95)
#3F7955
(63,121,85)
#386B4B
(56,107,75)
#315D41
(49,93,65)
#2A4F37
(42,79,55)
#23412D
(35,65,45)
#1C3323
(28,51,35)
#152519
(21,37,25)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #54A373

#54A373
(84,163,115)
#63AB7F
(99,171,127)
#72B38B
(114,179,139)
#81BB97
(129,187,151)
#90C3A3
(144,195,163)
#9FCBAF
(159,203,175)
#AED3BB
(174,211,187)
#BDDBC7
(189,219,199)
#CCE3D3
(204,227,211)
#DBEBDF
(219,235,223)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A373 color. Also use rgb(84,163,115) instead hex code.

Text Font Color

.myTextColor { color: #54A373; }

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

This text font color is #54A373.


Background Color

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

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

This div background color is #54A373.


Border color

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

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

This div border color is #54A373.


Opacity

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

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

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

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

This text has shadow with #54A373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A373 on black background.


Color preview on white background

This text has color #54A373 on white background.



Black color preview on #54A373 background

This text has black color on #54A373 background.


White color preview on #54A373 background

This text has white color on #54A373 background.