COLOR #554853

HEX: #554853 RGB: (85,72,83)

Color info

#554853 contains red, green and blue colors in about the same proportion. Web safe color of #554853 is #663366 (or #636).

RGB color model

#554853 color RGB value is (85,72,83).

RGB: (85,72,83) (33%, 28%, 33%)

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 83 of 255 = 33%

85
72
83

R + G + B ~ 31%. #554853 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 72 + 83 = 240 (100%)
R 85 of 240 ~ 35.42%
G 72 of 240 ~ 30%
B 83 of 240 ~ 34.58'%

%35.42
%30
%34.58

CMYK color model

#554853 color CMYK value is (0,15,2,67).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 2.35%
  • key color value is 66.67%

CMYK: (0,15,2,67)
C0M15Y2K67 (0%, 15%, 2%, 67%)
(0.00 / 0.15 / 0.02 / 0.67)

CMYK percentages

%0
%15.29
%2.35
%66.67

Codes

Color #554853 in popluar color models

55 48 53
RGB 85 72 83
HSL 309° 8.28% 30.78%
HSB/HSV 309° 15.29% 33.33%
CMYK 0.00% 15.29% 2.35%
66.67%

Color #554853 in popluar number systems.

HEX 55 48 53
Decimal 85 72 83
Binary 1010101 1001000 1010011
Octal 125 110 123

Shades and tints

Shades of #554853

#554853
(85,72,83)
#4E424C
(78,66,76)
#473C45
(71,60,69)
#40363E
(64,54,62)
#393037
(57,48,55)
#322A30
(50,42,48)
#2B2429
(43,36,41)
#241E22
(36,30,34)
#1D181B
(29,24,27)
#161214
(22,18,20)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #554853

#554853
(85,72,83)
#645862
(100,88,98)
#736871
(115,104,113)
#827880
(130,120,128)
#91888F
(145,136,143)
#A0989E
(160,152,158)
#AFA8AD
(175,168,173)
#BEB8BC
(190,184,188)
#CDC8CB
(205,200,203)
#DCD8DA
(220,216,218)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554853 color. Also use rgb(85,72,83) instead hex code.

Text Font Color

.myTextColor { color: #554853; }

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

This text font color is #554853.

Background Color

.myBgColor { background-color: #554853; }

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

This div background color is #554853.

Border color

.myBorderColor { border: 1px solid #554853; }

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

This div border color is #554853.

Opacity

.myOpacity80 { color: #554853; opacity: 0.8; }

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

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

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

This text has shadow with #554853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554853.

Preview

Color preview on black background

This text has color #554853 on black background.


Color preview on white background

This text has color #554853 on white background.


Black color preview on #554853 background

This text has black color on #554853 background.


White color preview on #554853 background

This text has white color on #554853 background.


Related colors

Complementary color

Complementary color for #hex is #AAB7AC.


I love getcolorcode.com

Triadic colors

1 #535548 and #485355 with #554853 are triadic colors.

2 #534855 and #485553 with #554853 are triadic colors.