COLOR #54726A

HEX: #54726A RGB: (84,114,106)

Color info

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

RGB color model

#54726A color RGB value is (84,114,106).

RGB: (84,114,106) (33%, 45%, 42%)

RGB channels and saturation

R 84 of 255 = 33%
G 114 of 255 = 45%
B 106 of 255 = 42%

84
114
106

R + G + B ~ 40%. #54726A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 114 + 106 = 304 (100%)
R 84 of 304 ~ 27.63%
G 114 of 304 ~ 37.5%
B 106 of 304 ~ 34.87'%

%27.63
%37.5
%34.87

CMYK color model

#54726A color CMYK value is (26,0,7,55).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%

CMYK: (26,0,7,55)
C26M0Y7K55 (26%, 0%, 7%, 55%)
(0.26 / 0.00 / 0.07 / 0.55)

CMYK percentages

%26.32
%0
%7.02
%55.29

Codes

Color #54726A in popluar color models

54 72 6A
RGB 84 114 106
HSL 164° 15.15% 38.82%
HSB/HSV 164° 26.32% 44.71%
CMYK 26.32% 0.00% 7.02%
55.29%

Color #54726A in popluar number systems.

HEX 54 72 6A
Decimal 84 114 106
Binary 1010100 1110010 1101010
Octal 124 162 152

Shades and tints

Shades of #54726A

#54726A
(84,114,106)
#4D6861
(77,104,97)
#465E58
(70,94,88)
#3F544F
(63,84,79)
#384A46
(56,74,70)
#31403D
(49,64,61)
#2A3634
(42,54,52)
#232C2B
(35,44,43)
#1C2222
(28,34,34)
#151819
(21,24,25)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #54726A

#54726A
(84,114,106)
#637E77
(99,126,119)
#728A84
(114,138,132)
#819691
(129,150,145)
#90A29E
(144,162,158)
#9FAEAB
(159,174,171)
#AEBAB8
(174,186,184)
#BDC6C5
(189,198,197)
#CCD2D2
(204,210,210)
#DBDEDF
(219,222,223)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54726A color. Also use rgb(84,114,106) instead hex code.

Text Font Color

.myTextColor { color: #54726A; }

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

This text font color is #54726A.

Background Color

.myBgColor { background-color: #54726A; }

<div style="background-color:#54726A">Inner text</div>

This div background color is #54726A.

Border color

.myBorderColor { border: 1px solid #54726A; }

<div style="border:3px solid #54726A">Div</div>

This div border color is #54726A.

Opacity

.myOpacity80 { color: #54726A; opacity: 0.8; }

<p style="color:#54726A;opacity:0.8;">80%</p>

Text with #54726A 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 #54726A;}

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

This text has shadow with #54726A color.


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

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

This text has shadow with #54726A primary color and red secondary color.


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

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

This text has shadow with #54726A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54726A.

Preview

Color preview on black background

This text has color #54726A on black background.


Color preview on white background

This text has color #54726A on white background.


Black color preview on #54726A background

This text has black color on #54726A background.


White color preview on #54726A background

This text has white color on #54726A background.


Related colors

Complementary color

Complementary color for #hex is #AB8D95.


I love getcolorcode.com

Triadic colors

1 #6A5472 and #726A54 with #54726A are triadic colors.

2 #6A7254 and #72546A with #54726A are triadic colors.