COLOR #54707C

HEX: #54707C
RGB: (84,112,124)

Color info

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

RGB color model

#54707C color RGB value is (84,112,124).

  • red value is 84;
  • green value is 112;
  • blue value is 124.
RGB:
(84,112,124)
(33%,44%,49%)

RGB channels and saturation

R 84 of 255 = 33%
G 112 of 255 = 44%
B 124 of 255 = 49%

84
112
124

R + G + B ~ 42%. #54707C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 112 + 124 = 320 (100%)
R 84 of 320 ~ 26.25%
G 112 of 320 ~ 35%
B 124 of 320 ~ 38.75%

%26.25
%35
%38.75

CMYK color model

#54707C color CMYK value is (32,10,0,51).

  • cyan value is 32.26%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(32,10,0,51)
C32M10Y0K51 
(32%,10%,0%,51%)
(0.32/0.10/0.00/0.51)	

CMYK percentages

%32.26
%9.68
%0
%51.37

Codes

Color #54707C in popluar color models

54707C
RGB84112124
HSL198°19.23%40.78%
HSB/HSV198°32.26%48.63%
CMYK32.26%9.68%0.00%
51.37%

Color #54707C in popluar number systems.

HEX54707C
Decimal84112124
Binary101010011100001111100
Octal124160174

Shades and tints

Shades of #54707C

#54707C
(84,112,124)
#4D6671
(77,102,113)
#465C66
(70,92,102)
#3F525B
(63,82,91)
#384850
(56,72,80)
#313E45
(49,62,69)
#2A343A
(42,52,58)
#232A2F
(35,42,47)
#1C2024
(28,32,36)
#151619
(21,22,25)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #54707C

#54707C
(84,112,124)
#637D87
(99,125,135)
#728A92
(114,138,146)
#81979D
(129,151,157)
#90A4A8
(144,164,168)
#9FB1B3
(159,177,179)
#AEBEBE
(174,190,190)
#BDCBC9
(189,203,201)
#CCD8D4
(204,216,212)
#DBE5DF
(219,229,223)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54707C color. Also use rgb(84,112,124) instead hex code.

Text Font Color

.myTextColor { color: #54707C; }

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

This text font color is #54707C.


Background Color

.myBgColor { background-color: #54707C; }

<div style="background-color:#54707C">Inner text</div>

This div background color is #54707C.


Border color

.myBorderColor { border: 1px solid #54707C; }

<div style="border:3px solid #54707C">Div</div>

This div border color is #54707C.


Opacity

.myOpacity80 { color: #54707C; opacity: 0.8; }

<p style="color:#54707C;opacity:0.8;">80%</p>

Text with #54707C 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 #54707C;}

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

This text has shadow with #54707C color.

.textShadow {text-shadow: 3px 3px 1px #54707C, 3px 3px 1px red;}

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

This text has shadow with #54707C primary color and red secondary color.


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

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

This text has shadow with #54707C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54707C on black background.


Color preview on white background

This text has color #54707C on white background.



Black color preview on #54707C background

This text has black color on #54707C background.


White color preview on #54707C background

This text has white color on #54707C background.