COLOR #55726A

HEX: #55726A RGB: (85,114,106)

Color info

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

RGB color model

#55726A color RGB value is (85,114,106).

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

RGB channels and saturation

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

85
114
106

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

Portions of RGB colors in percentages

R + G + B = 85 + 114 + 106 = 305 (100%)
R 85 of 305 ~ 27.87%
G 114 of 305 ~ 37.38%
B 106 of 305 ~ 34.75'%

%27.87
%37.38
%34.75

CMYK color model

#55726A color CMYK value is (25,0,7,55).

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

CMYK: (25,0,7,55)
C25M0Y7K55 (25%, 0%, 7%, 55%)
(0.25 / 0.00 / 0.07 / 0.55)

CMYK percentages

%25.44
%0
%7.02
%55.29

Codes

Color #55726A in popluar color models

55 72 6A
RGB 85 114 106
HSL 163° 14.57% 39.02%
HSB/HSV 163° 25.44% 44.71%
CMYK 25.44% 0.00% 7.02%
55.29%

Color #55726A in popluar number systems.

HEX 55 72 6A
Decimal 85 114 106
Binary 1010101 1110010 1101010
Octal 125 162 152

Shades and tints

Shades of #55726A

#55726A
(85,114,106)
#4E6861
(78,104,97)
#475E58
(71,94,88)
#40544F
(64,84,79)
#394A46
(57,74,70)
#32403D
(50,64,61)
#2B3634
(43,54,52)
#242C2B
(36,44,43)
#1D2222
(29,34,34)
#161819
(22,24,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #55726A

#55726A
(85,114,106)
#647E77
(100,126,119)
#738A84
(115,138,132)
#829691
(130,150,145)
#91A29E
(145,162,158)
#A0AEAB
(160,174,171)
#AFBAB8
(175,186,184)
#BEC6C5
(190,198,197)
#CDD2D2
(205,210,210)
#DCDEDF
(220,222,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55726A; }

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

This text font color is #55726A.

Background Color

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

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

This div background color is #55726A.

Border color

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

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

This div border color is #55726A.

Opacity

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

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

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

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

This text has shadow with #55726A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55726A.

Preview

Color preview on black background

This text has color #55726A on black background.


Color preview on white background

This text has color #55726A on white background.


Black color preview on #55726A background

This text has black color on #55726A background.


White color preview on #55726A background

This text has white color on #55726A background.


Related colors

Complementary color

Complementary color for #hex is #AA8D95.


I love getcolorcode.com

Triadic colors

1 #6A5572 and #726A55 with #55726A are triadic colors.

2 #6A7255 and #72556A with #55726A are triadic colors.