COLOR #554750

HEX: #554750
RGB: (85,71,80)

Color info

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

RGB color model

#554750 color RGB value is (85,71,80).

  • red value is 85;
  • green value is 71;
  • blue value is 80.
RGB:
(85,71,80)
(33%,28%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 80 of 255 = 31%

85
71
80

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

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 80 = 236 (100%)
R 85 of 236 ~ 36.02%
G 71 of 236 ~ 30.08%
B 80 of 236 ~ 33.9%

%36.02
%30.08
%33.9

CMYK color model

#554750 color CMYK value is (0,16,6,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK:
(0,16,6,67)
C0M16Y6K67 
(0%,16%,6%,67%)
(0.00/0.16/0.06/0.67)	

CMYK percentages

%0
%16.47
%5.88
%66.67

Codes

Color #554750 in popluar color models

554750
RGB857180
HSL321°8.97%30.59%
HSB/HSV321°16.47%33.33%
CMYK0.00%16.47%5.88%
66.67%

Color #554750 in popluar number systems.

HEX554750
Decimal857180
Binary101010110001111010000
Octal125107120

Shades and tints

Shades of #554750

#554750
(85,71,80)
#4E4149
(78,65,73)
#473B42
(71,59,66)
#40353B
(64,53,59)
#392F34
(57,47,52)
#32292D
(50,41,45)
#2B2326
(43,35,38)
#241D1F
(36,29,31)
#1D1718
(29,23,24)
#161111
(22,17,17)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #554750

#554750
(85,71,80)
#64575F
(100,87,95)
#73676E
(115,103,110)
#82777D
(130,119,125)
#91878C
(145,135,140)
#A0979B
(160,151,155)
#AFA7AA
(175,167,170)
#BEB7B9
(190,183,185)
#CDC7C8
(205,199,200)
#DCD7D7
(220,215,215)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554750 color. Also use rgb(85,71,80) instead hex code.

Text Font Color

.myTextColor { color: #554750; }

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

This text font color is #554750.


Background Color

.myBgColor { background-color: #554750; }

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

This div background color is #554750.


Border color

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

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

This div border color is #554750.


Opacity

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

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

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

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

This text has shadow with #554750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554750 on black background.


Color preview on white background

This text has color #554750 on white background.



Black color preview on #554750 background

This text has black color on #554750 background.


White color preview on #554750 background

This text has white color on #554750 background.