COLOR #54A385

HEX: #54A385 RGB: (84,163,133)

Color info

#54A385 contains mainly green and blue colors. Web safe color of #54A385 is #669999 (or #699).

RGB color model

#54A385 color RGB value is (84,163,133).

RGB: (84,163,133) (33%, 64%, 52%)

RGB channels and saturation

R 84 of 255 = 33%
G 163 of 255 = 64%
B 133 of 255 = 52%

84
163
133

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

Portions of RGB colors in percentages

R + G + B = 84 + 163 + 133 = 380 (100%)
R 84 of 380 ~ 22.11%
G 163 of 380 ~ 42.89%
B 133 of 380 ~ 35'%

%22.11
%42.89
%35

CMYK color model

#54A385 color CMYK value is (48,0,18,36).

  • cyan value is 48.47%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 36.08%

CMYK: (48,0,18,36)
C48M0Y18K36 (48%, 0%, 18%, 36%)
(0.48 / 0.00 / 0.18 / 0.36)

CMYK percentages

%48.47
%0
%18.4
%36.08

Codes

Color #54A385 in popluar color models

54 A3 85
RGB 84 163 133
HSL 157° 31.98% 48.43%
HSB/HSV 157° 48.47% 63.92%
CMYK 48.47% 0.00% 18.40%
36.08%

Color #54A385 in popluar number systems.

HEX 54 A3 85
Decimal 84 163 133
Binary 1010100 10100011 10000101
Octal 124 243 205

Shades and tints

Shades of #54A385

#54A385
(84,163,133)
#4D9579
(77,149,121)
#46876D
(70,135,109)
#3F7961
(63,121,97)
#386B55
(56,107,85)
#315D49
(49,93,73)
#2A4F3D
(42,79,61)
#234131
(35,65,49)
#1C3325
(28,51,37)
#152519
(21,37,25)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #54A385

#54A385
(84,163,133)
#63AB90
(99,171,144)
#72B39B
(114,179,155)
#81BBA6
(129,187,166)
#90C3B1
(144,195,177)
#9FCBBC
(159,203,188)
#AED3C7
(174,211,199)
#BDDBD2
(189,219,210)
#CCE3DD
(204,227,221)
#DBEBE8
(219,235,232)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A385; }

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

This text font color is #54A385.

Background Color

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

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

This div background color is #54A385.

Border color

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

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

This div border color is #54A385.

Opacity

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

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

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

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

This text has shadow with #54A385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54A385.

Preview

Color preview on black background

This text has color #54A385 on black background.


Color preview on white background

This text has color #54A385 on white background.


Black color preview on #54A385 background

This text has black color on #54A385 background.


White color preview on #54A385 background

This text has white color on #54A385 background.


Related colors

Complementary color

Complementary color for #hex is #AB5C7A.


I love getcolorcode.com

Triadic colors

1 #8554A3 and #A38554 with #54A385 are triadic colors.

2 #85A354 and #A35485 with #54A385 are triadic colors.