COLOR #54857B

HEX: #54857B
RGB: (84,133,123)

Color info

#54857B contains red, green and blue colors in about the same proportion. Web safe color of #54857B is #669966 (or #696).

RGB color model

#54857B color RGB value is (84,133,123).

  • red value is 84;
  • green value is 133;
  • blue value is 123.
RGB:
(84,133,123)
(33%,52%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 133 of 255 = 52%
B 123 of 255 = 48%

84
133
123

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

Portions of RGB colors in percentages

R + G + B =
84 + 133 + 123 = 340 (100%)
R 84 of 340 ~ 24.71%
G 133 of 340 ~ 39.12%
B 123 of 340 ~ 36.18%

%24.71
%39.12
%36.18

CMYK color model

#54857B color CMYK value is (37,0,8,48).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(37,0,8,48)
C37M0Y8K48 
(37%,0%,8%,48%)
(0.37/0.00/0.08/0.48)	

CMYK percentages

%36.84
%0
%7.52
%47.84

Codes

Color #54857B in popluar color models

54857B
RGB84133123
HSL168°22.58%42.55%
HSB/HSV168°36.84%52.16%
CMYK36.84%0.00%7.52%
47.84%

Color #54857B in popluar number systems.

HEX54857B
Decimal84133123
Binary1010100100001011111011
Octal124205173

Shades and tints

Shades of #54857B

#54857B
(84,133,123)
#4D7970
(77,121,112)
#466D65
(70,109,101)
#3F615A
(63,97,90)
#38554F
(56,85,79)
#314944
(49,73,68)
#2A3D39
(42,61,57)
#23312E
(35,49,46)
#1C2523
(28,37,35)
#151918
(21,25,24)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #54857B

#54857B
(84,133,123)
#639087
(99,144,135)
#729B93
(114,155,147)
#81A69F
(129,166,159)
#90B1AB
(144,177,171)
#9FBCB7
(159,188,183)
#AEC7C3
(174,199,195)
#BDD2CF
(189,210,207)
#CCDDDB
(204,221,219)
#DBE8E7
(219,232,231)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54857B; }

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

This text font color is #54857B.


Background Color

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

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

This div background color is #54857B.


Border color

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

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

This div border color is #54857B.


Opacity

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

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

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

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

This text has shadow with #54857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54857B on black background.


Color preview on white background

This text has color #54857B on white background.



Black color preview on #54857B background

This text has black color on #54857B background.


White color preview on #54857B background

This text has white color on #54857B background.