COLOR #54756E

HEX: #54756E
RGB: (84,117,110)

Color info

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

RGB color model

#54756E color RGB value is (84,117,110).

  • red value is 84;
  • green value is 117;
  • blue value is 110.
RGB:
(84,117,110)
(33%,46%,43%)

RGB channels and saturation

R 84 of 255 = 33%
G 117 of 255 = 46%
B 110 of 255 = 43%

84
117
110

R + G + B ~ 41%. #54756E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 117 + 110 = 311 (100%)
R 84 of 311 ~ 27.01%
G 117 of 311 ~ 37.62%
B 110 of 311 ~ 35.37%

%27.01
%37.62
%35.37

CMYK color model

#54756E color CMYK value is (28,0,6,54).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(28,0,6,54)
C28M0Y6K54 
(28%,0%,6%,54%)
(0.28/0.00/0.06/0.54)	

CMYK percentages

%28.21
%0
%5.98
%54.12

Codes

Color #54756E in popluar color models

54756E
RGB84117110
HSL167°16.42%39.41%
HSB/HSV167°28.21%45.88%
CMYK28.21%0.00%5.98%
54.12%

Color #54756E in popluar number systems.

HEX54756E
Decimal84117110
Binary101010011101011101110
Octal124165156

Shades and tints

Shades of #54756E

#54756E
(84,117,110)
#4D6B64
(77,107,100)
#46615A
(70,97,90)
#3F5750
(63,87,80)
#384D46
(56,77,70)
#31433C
(49,67,60)
#2A3932
(42,57,50)
#232F28
(35,47,40)
#1C251E
(28,37,30)
#151B14
(21,27,20)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #54756E

#54756E
(84,117,110)
#63817B
(99,129,123)
#728D88
(114,141,136)
#819995
(129,153,149)
#90A5A2
(144,165,162)
#9FB1AF
(159,177,175)
#AEBDBC
(174,189,188)
#BDC9C9
(189,201,201)
#CCD5D6
(204,213,214)
#DBE1E3
(219,225,227)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54756E color. Also use rgb(84,117,110) instead hex code.

Text Font Color

.myTextColor { color: #54756E; }

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

This text font color is #54756E.


Background Color

.myBgColor { background-color: #54756E; }

<div style="background-color:#54756E">Inner text</div>

This div background color is #54756E.


Border color

.myBorderColor { border: 1px solid #54756E; }

<div style="border:3px solid #54756E">Div</div>

This div border color is #54756E.


Opacity

.myOpacity80 { color: #54756E; opacity: 0.8; }

<p style="color:#54756E;opacity:0.8;">80%</p>

Text with #54756E 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 #54756E;}

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

This text has shadow with #54756E color.

.textShadow {text-shadow: 3px 3px 1px #54756E, 3px 3px 1px red;}

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

This text has shadow with #54756E primary color and red secondary color.


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

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

This text has shadow with #54756E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54756E on black background.


Color preview on white background

This text has color #54756E on white background.



Black color preview on #54756E background

This text has black color on #54756E background.


White color preview on #54756E background

This text has white color on #54756E background.