COLOR #54908B

HEX: #54908B RGB: (84,144,139)

Color info

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

RGB color model

#54908B color RGB value is (84,144,139).

RGB: (84,144,139) (33%, 56%, 55%)

RGB channels and saturation

R 84 of 255 = 33%
G 144 of 255 = 56%
B 139 of 255 = 55%

84
144
139

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

Portions of RGB colors in percentages

R + G + B = 84 + 144 + 139 = 367 (100%)
R 84 of 367 ~ 22.89%
G 144 of 367 ~ 39.24%
B 139 of 367 ~ 37.87'%

%22.89
%39.24
%37.87

CMYK color model

#54908B color CMYK value is (42,0,3,44).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 43.53%

CMYK: (42,0,3,44)
C42M0Y3K44 (42%, 0%, 3%, 44%)
(0.42 / 0.00 / 0.03 / 0.44)

CMYK percentages

%41.67
%0
%3.47
%43.53

Codes

Color #54908B in popluar color models

54 90 8B
RGB 84 144 139
HSL 175° 26.32% 44.71%
HSB/HSV 175° 41.67% 56.47%
CMYK 41.67% 0.00% 3.47%
43.53%

Color #54908B in popluar number systems.

HEX 54 90 8B
Decimal 84 144 139
Binary 1010100 10010000 10001011
Octal 124 220 213

Shades and tints

Shades of #54908B

#54908B
(84,144,139)
#4D837F
(77,131,127)
#467673
(70,118,115)
#3F6967
(63,105,103)
#385C5B
(56,92,91)
#314F4F
(49,79,79)
#2A4243
(42,66,67)
#233537
(35,53,55)
#1C282B
(28,40,43)
#151B1F
(21,27,31)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #54908B

#54908B
(84,144,139)
#639A95
(99,154,149)
#72A49F
(114,164,159)
#81AEA9
(129,174,169)
#90B8B3
(144,184,179)
#9FC2BD
(159,194,189)
#AECCC7
(174,204,199)
#BDD6D1
(189,214,209)
#CCE0DB
(204,224,219)
#DBEAE5
(219,234,229)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54908B color. Also use rgb(84,144,139) instead hex code.

Text Font Color

.myTextColor { color: #54908B; }

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

This text font color is #54908B.

Background Color

.myBgColor { background-color: #54908B; }

<div style="background-color:#54908B">Inner text</div>

This div background color is #54908B.

Border color

.myBorderColor { border: 1px solid #54908B; }

<div style="border:3px solid #54908B">Div</div>

This div border color is #54908B.

Opacity

.myOpacity80 { color: #54908B; opacity: 0.8; }

<p style="color:#54908B;opacity:0.8;">80%</p>

Text with #54908B 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 #54908B;}

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

This text has shadow with #54908B color.


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

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

This text has shadow with #54908B primary color and red secondary color.


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

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

This text has shadow with #54908B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54908B.

Preview

Color preview on black background

This text has color #54908B on black background.


Color preview on white background

This text has color #54908B on white background.


Black color preview on #54908B background

This text has black color on #54908B background.


White color preview on #54908B background

This text has white color on #54908B background.


Related colors

Complementary color

Complementary color for #hex is #AB6F74.


I love getcolorcode.com

Triadic colors

1 #8B5490 and #908B54 with #54908B are triadic colors.

2 #8B9054 and #90548B with #54908B are triadic colors.