COLOR #544850

HEX: #544850
RGB: (84,72,80)

Color info

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

RGB color model

#544850 color RGB value is (84,72,80).

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

RGB channels and saturation

R 84 of 255 = 33%
G 72 of 255 = 28%
B 80 of 255 = 31%

84
72
80

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

Portions of RGB colors in percentages

R + G + B =
84 + 72 + 80 = 236 (100%)
R 84 of 236 ~ 35.59%
G 72 of 236 ~ 30.51%
B 80 of 236 ~ 33.9%

%35.59
%30.51
%33.9

CMYK color model

#544850 color CMYK value is (0,14,5,67).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(0,14,5,67)
C0M14Y5K67 
(0%,14%,5%,67%)
(0.00/0.14/0.05/0.67)	

CMYK percentages

%0
%14.29
%4.76
%67.06

Codes

Color #544850 in popluar color models

544850
RGB847280
HSL320°7.69%30.59%
HSB/HSV320°14.29%32.94%
CMYK0.00%14.29%4.76%
67.06%

Color #544850 in popluar number systems.

HEX544850
Decimal847280
Binary101010010010001010000
Octal124110120

Shades and tints

Shades of #544850

#544850
(84,72,80)
#4D4249
(77,66,73)
#463C42
(70,60,66)
#3F363B
(63,54,59)
#383034
(56,48,52)
#312A2D
(49,42,45)
#2A2426
(42,36,38)
#231E1F
(35,30,31)
#1C1818
(28,24,24)
#151211
(21,18,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #544850

#544850
(84,72,80)
#63585F
(99,88,95)
#72686E
(114,104,110)
#81787D
(129,120,125)
#90888C
(144,136,140)
#9F989B
(159,152,155)
#AEA8AA
(174,168,170)
#BDB8B9
(189,184,185)
#CCC8C8
(204,200,200)
#DBD8D7
(219,216,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544850 color. Also use rgb(84,72,80) instead hex code.

Text Font Color

.myTextColor { color: #544850; }

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

This text font color is #544850.


Background Color

.myBgColor { background-color: #544850; }

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

This div background color is #544850.


Border color

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

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

This div border color is #544850.


Opacity

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

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

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

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

This text has shadow with #544850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544850 on black background.


Color preview on white background

This text has color #544850 on white background.



Black color preview on #544850 background

This text has black color on #544850 background.


White color preview on #544850 background

This text has white color on #544850 background.