COLOR #54807B

HEX: #54807B RGB: (84,128,123)

Color info

#54807B contains red, green and blue colors in about the same proportion. Web safe color of #54807B is #666666 (or #666).

RGB color model

#54807B color RGB value is (84,128,123).

RGB: (84,128,123) (33%, 50%, 48%)

RGB channels and saturation

R 84 of 255 = 33%
G 128 of 255 = 50%
B 123 of 255 = 48%

84
128
123

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

Portions of RGB colors in percentages

R + G + B = 84 + 128 + 123 = 335 (100%)
R 84 of 335 ~ 25.07%
G 128 of 335 ~ 38.21%
B 123 of 335 ~ 36.72'%

%25.07
%38.21
%36.72

CMYK color model

#54807B color CMYK value is (34,0,4,50).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 49.80%

CMYK: (34,0,4,50)
C34M0Y4K50 (34%, 0%, 4%, 50%)
(0.34 / 0.00 / 0.04 / 0.50)

CMYK percentages

%34.38
%0
%3.91
%49.8

Codes

Color #54807B in popluar color models

54 80 7B
RGB 84 128 123
HSL 173° 20.75% 41.57%
HSB/HSV 173° 34.38% 50.20%
CMYK 34.38% 0.00% 3.91%
49.80%

Color #54807B in popluar number systems.

HEX 54 80 7B
Decimal 84 128 123
Binary 1010100 10000000 1111011
Octal 124 200 173

Shades and tints

Shades of #54807B

#54807B
(84,128,123)
#4D7570
(77,117,112)
#466A65
(70,106,101)
#3F5F5A
(63,95,90)
#38544F
(56,84,79)
#314944
(49,73,68)
#2A3E39
(42,62,57)
#23332E
(35,51,46)
#1C2823
(28,40,35)
#151D18
(21,29,24)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #54807B

#54807B
(84,128,123)
#638B87
(99,139,135)
#729693
(114,150,147)
#81A19F
(129,161,159)
#90ACAB
(144,172,171)
#9FB7B7
(159,183,183)
#AEC2C3
(174,194,195)
#BDCDCF
(189,205,207)
#CCD8DB
(204,216,219)
#DBE3E7
(219,227,231)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54807B color. Also use rgb(84,128,123) instead hex code.

Text Font Color

.myTextColor { color: #54807B; }

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

This text font color is #54807B.

Background Color

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

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

This div background color is #54807B.

Border color

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

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

This div border color is #54807B.

Opacity

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

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

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

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

This text has shadow with #54807B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54807B.

Preview

Color preview on black background

This text has color #54807B on black background.


Color preview on white background

This text has color #54807B on white background.


Black color preview on #54807B background

This text has black color on #54807B background.


White color preview on #54807B background

This text has white color on #54807B background.


Related colors

Complementary color

Complementary color for #hex is #AB7F84.


I love getcolorcode.com

Triadic colors

1 #7B5480 and #807B54 with #54807B are triadic colors.

2 #7B8054 and #80547B with #54807B are triadic colors.