COLOR #54776C

HEX: #54776C RGB: (84,119,108)

Color info

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

RGB color model

#54776C color RGB value is (84,119,108).

RGB: (84,119,108) (33%, 47%, 42%)

RGB channels and saturation

R 84 of 255 = 33%
G 119 of 255 = 47%
B 108 of 255 = 42%

84
119
108

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

Portions of RGB colors in percentages

R + G + B = 84 + 119 + 108 = 311 (100%)
R 84 of 311 ~ 27.01%
G 119 of 311 ~ 38.26%
B 108 of 311 ~ 34.73'%

%27.01
%38.26
%34.73

CMYK color model

#54776C color CMYK value is (29,0,9,53).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK: (29,0,9,53) C29M0Y9K53 (29%,0%,9%,53%) (0.29/0.00/0.09/0.53) 

CMYK percentages

%29.41
%0
%9.24
%53.33

Codes

Color #54776C in popluar color models

54 77 6C
RGB 84 119 108
HSL 161° 17.24% 39.80%
HSB/HSV 161° 29.41% 46.67%
CMYK 29.41% 0.00% 9.24%
53.33%

Color #54776C in popluar number systems.

HEX 54 77 6C
Decimal 84 119 108
Binary 1010100 1110111 1101100
Octal 124 167 154

Shades and tints

Shades of #54776C

#54776C
(84,119,108)
#4D6D63
(77,109,99)
#46635A
(70,99,90)
#3F5951
(63,89,81)
#384F48
(56,79,72)
#31453F
(49,69,63)
#2A3B36
(42,59,54)
#23312D
(35,49,45)
#1C2724
(28,39,36)
#151D1B
(21,29,27)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #54776C

#54776C
(84,119,108)
#638379
(99,131,121)
#728F86
(114,143,134)
#819B93
(129,155,147)
#90A7A0
(144,167,160)
#9FB3AD
(159,179,173)
#AEBFBA
(174,191,186)
#BDCBC7
(189,203,199)
#CCD7D4
(204,215,212)
#DBE3E1
(219,227,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54776C color. Also use rgb(84,119,108) instead hex code.

Text Font Color

.myTextColor { color: #54776C; }

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

This text font color is #54776C.

Background Color

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

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

This div background color is #54776C.

Border color

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

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

This div border color is #54776C.

Opacity

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

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

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

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

This text has shadow with #54776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54776C.

Preview

Color preview on black background

This text has color #54776C on black background.


Color preview on white background

This text has color #54776C on white background.


Black color preview on #54776C background

This text has black color on #54776C background.


White color preview on #54776C background

This text has white color on #54776C background.


Related colors

Complementary color

Complementary color for #hex is #AB8893.


I love getcolorcode.com

Triadic colors

1 #6C5477 and #776C54 with #54776C are triadic colors.

2 #6C7754 and #77546C with #54776C are triadic colors.