COLOR #54767D

HEX: #54767D
RGB: (84,118,125)

Color info

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

RGB color model

#54767D color RGB value is (84,118,125).

  • red value is 84;
  • green value is 118;
  • blue value is 125.
RGB:
(84,118,125)
(33%,46%,49%)

RGB channels and saturation

R 84 of 255 = 33%
G 118 of 255 = 46%
B 125 of 255 = 49%

84
118
125

R + G + B ~ 43%. #54767D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 118 + 125 = 327 (100%)
R 84 of 327 ~ 25.69%
G 118 of 327 ~ 36.09%
B 125 of 327 ~ 38.23%

%25.69
%36.09
%38.23

CMYK color model

#54767D color CMYK value is (33,6,0,51).

  • cyan value is 32.80%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(33,6,0,51)
C33M6Y0K51 
(33%,6%,0%,51%)
(0.33/0.06/0.00/0.51)	

CMYK percentages

%32.8
%5.6
%0
%50.98

Codes

Color #54767D in popluar color models

54767D
RGB84118125
HSL190°19.62%40.98%
HSB/HSV190°32.80%49.02%
CMYK32.80%5.60%0.00%
50.98%

Color #54767D in popluar number systems.

HEX54767D
Decimal84118125
Binary101010011101101111101
Octal124166175

Shades and tints

Shades of #54767D

#54767D
(84,118,125)
#4D6C72
(77,108,114)
#466267
(70,98,103)
#3F585C
(63,88,92)
#384E51
(56,78,81)
#314446
(49,68,70)
#2A3A3B
(42,58,59)
#233030
(35,48,48)
#1C2625
(28,38,37)
#151C1A
(21,28,26)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #54767D

#54767D
(84,118,125)
#638288
(99,130,136)
#728E93
(114,142,147)
#819A9E
(129,154,158)
#90A6A9
(144,166,169)
#9FB2B4
(159,178,180)
#AEBEBF
(174,190,191)
#BDCACA
(189,202,202)
#CCD6D5
(204,214,213)
#DBE2E0
(219,226,224)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54767D color. Also use rgb(84,118,125) instead hex code.

Text Font Color

.myTextColor { color: #54767D; }

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

This text font color is #54767D.


Background Color

.myBgColor { background-color: #54767D; }

<div style="background-color:#54767D">Inner text</div>

This div background color is #54767D.


Border color

.myBorderColor { border: 1px solid #54767D; }

<div style="border:3px solid #54767D">Div</div>

This div border color is #54767D.


Opacity

.myOpacity80 { color: #54767D; opacity: 0.8; }

<p style="color:#54767D;opacity:0.8;">80%</p>

Text with #54767D 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 #54767D;}

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

This text has shadow with #54767D color.

.textShadow {text-shadow: 3px 3px 1px #54767D, 3px 3px 1px red;}

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

This text has shadow with #54767D primary color and red secondary color.


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

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

This text has shadow with #54767D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54767D on black background.


Color preview on white background

This text has color #54767D on white background.



Black color preview on #54767D background

This text has black color on #54767D background.


White color preview on #54767D background

This text has white color on #54767D background.