COLOR #554F52

HEX: #554F52 RGB: (85,79,82)

Color info

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

RGB color model

#554F52 color RGB value is (85,79,82).

RGB: (85,79,82) (33%, 31%, 32%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 82 of 255 = 32%

85
79
82

R + G + B ~ 32%. #554F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 79 + 82 = 246 (100%)
R 85 of 246 ~ 34.55%
G 79 of 246 ~ 32.11%
B 82 of 246 ~ 33.33'%

%34.55
%32.11
%33.33

CMYK color model

#554F52 color CMYK value is (0,7,4,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 3.53%
  • key color value is 66.67%

CMYK: (0,7,4,67)
C0M7Y4K67 (0%, 7%, 4%, 67%)
(0.00 / 0.07 / 0.04 / 0.67)

CMYK percentages

%0
%7.06
%3.53
%66.67

Codes

Color #554F52 in popluar color models

55 4F 52
RGB 85 79 82
HSL 330° 3.66% 32.16%
HSB/HSV 330° 7.06% 33.33%
CMYK 0.00% 7.06% 3.53%
66.67%

Color #554F52 in popluar number systems.

HEX 55 4F 52
Decimal 85 79 82
Binary 1010101 1001111 1010010
Octal 125 117 122

Shades and tints

Shades of #554F52

#554F52
(85,79,82)
#4E484B
(78,72,75)
#474144
(71,65,68)
#403A3D
(64,58,61)
#393336
(57,51,54)
#322C2F
(50,44,47)
#2B2528
(43,37,40)
#241E21
(36,30,33)
#1D171A
(29,23,26)
#161013
(22,16,19)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #554F52

#554F52
(85,79,82)
#645F61
(100,95,97)
#736F70
(115,111,112)
#827F7F
(130,127,127)
#918F8E
(145,143,142)
#A09F9D
(160,159,157)
#AFAFAC
(175,175,172)
#BEBFBB
(190,191,187)
#CDCFCA
(205,207,202)
#DCDFD9
(220,223,217)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554F52 color. Also use rgb(85,79,82) instead hex code.

Text Font Color

.myTextColor { color: #554F52; }

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

This text font color is #554F52.

Background Color

.myBgColor { background-color: #554F52; }

<div style="background-color:#554F52">Inner text</div>

This div background color is #554F52.

Border color

.myBorderColor { border: 1px solid #554F52; }

<div style="border:3px solid #554F52">Div</div>

This div border color is #554F52.

Opacity

.myOpacity80 { color: #554F52; opacity: 0.8; }

<p style="color:#554F52;opacity:0.8;">80%</p>

Text with #554F52 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 #554F52;}

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

This text has shadow with #554F52 color.


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

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

This text has shadow with #554F52 primary color and red secondary color.


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

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

This text has shadow with #554F52 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #554F52.

Preview

Color preview on black background

This text has color #554F52 on black background.


Color preview on white background

This text has color #554F52 on white background.


Black color preview on #554F52 background

This text has black color on #554F52 background.


White color preview on #554F52 background

This text has white color on #554F52 background.


Related colors

Complementary color

Complementary color for #hex is #AAB0AD.


I love getcolorcode.com

Triadic colors

1 #52554F and #4F5255 with #554F52 are triadic colors.

2 #524F55 and #4F5552 with #554F52 are triadic colors.