COLOR #54766F

HEX: #54766F
RGB: (84,118,111)

Color info

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

RGB color model

#54766F color RGB value is (84,118,111).

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

RGB channels and saturation

R 84 of 255 = 33%
G 118 of 255 = 46%
B 111 of 255 = 44%

84
118
111

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

Portions of RGB colors in percentages

R + G + B =
84 + 118 + 111 = 313 (100%)
R 84 of 313 ~ 26.84%
G 118 of 313 ~ 37.7%
B 111 of 313 ~ 35.46%

%26.84
%37.7
%35.46

CMYK color model

#54766F color CMYK value is (29,0,6,54).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(29,0,6,54)
C29M0Y6K54 
(29%,0%,6%,54%)
(0.29/0.00/0.06/0.54)	

CMYK percentages

%28.81
%0
%5.93
%53.73

Codes

Color #54766F in popluar color models

54766F
RGB84118111
HSL168°16.83%39.61%
HSB/HSV168°28.81%46.27%
CMYK28.81%0.00%5.93%
53.73%

Color #54766F in popluar number systems.

HEX54766F
Decimal84118111
Binary101010011101101101111
Octal124166157

Shades and tints

Shades of #54766F

#54766F
(84,118,111)
#4D6C65
(77,108,101)
#46625B
(70,98,91)
#3F5851
(63,88,81)
#384E47
(56,78,71)
#31443D
(49,68,61)
#2A3A33
(42,58,51)
#233029
(35,48,41)
#1C261F
(28,38,31)
#151C15
(21,28,21)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #54766F

#54766F
(84,118,111)
#63827C
(99,130,124)
#728E89
(114,142,137)
#819A96
(129,154,150)
#90A6A3
(144,166,163)
#9FB2B0
(159,178,176)
#AEBEBD
(174,190,189)
#BDCACA
(189,202,202)
#CCD6D7
(204,214,215)
#DBE2E4
(219,226,228)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54766F color. Also use rgb(84,118,111) instead hex code.

Text Font Color

.myTextColor { color: #54766F; }

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

This text font color is #54766F.


Background Color

.myBgColor { background-color: #54766F; }

<div style="background-color:#54766F">Inner text</div>

This div background color is #54766F.


Border color

.myBorderColor { border: 1px solid #54766F; }

<div style="border:3px solid #54766F">Div</div>

This div border color is #54766F.


Opacity

.myOpacity80 { color: #54766F; opacity: 0.8; }

<p style="color:#54766F;opacity:0.8;">80%</p>

Text with #54766F 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 #54766F;}

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

This text has shadow with #54766F color.

.textShadow {text-shadow: 3px 3px 1px #54766F, 3px 3px 1px red;}

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

This text has shadow with #54766F primary color and red secondary color.


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

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

This text has shadow with #54766F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54766F on black background.


Color preview on white background

This text has color #54766F on white background.



Black color preview on #54766F background

This text has black color on #54766F background.


White color preview on #54766F background

This text has white color on #54766F background.