COLOR #544C50

HEX: #544C50 RGB: (84,76,80)

Color info

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

RGB color model

#544C50 color RGB value is (84,76,80).

RGB: (84,76,80) (33%, 30%, 31%)

RGB channels and saturation

R 84 of 255 = 33%
G 76 of 255 = 30%
B 80 of 255 = 31%

84
76
80

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

Portions of RGB colors in percentages

R + G + B = 84 + 76 + 80 = 240 (100%)
R 84 of 240 ~ 35%
G 76 of 240 ~ 31.67%
B 80 of 240 ~ 33.33'%

%35
%31.67
%33.33

CMYK color model

#544C50 color CMYK value is (0,10,5,67).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 4.76%
  • key color value is 67.06%

CMYK: (0,10,5,67)
C0M10Y5K67 (0%, 10%, 5%, 67%)
(0.00 / 0.10 / 0.05 / 0.67)

CMYK percentages

%0
%9.52
%4.76
%67.06

Codes

Color #544C50 in popluar color models

54 4C 50
RGB 84 76 80
HSL 330° 5.00% 31.37%
HSB/HSV 330° 9.52% 32.94%
CMYK 0.00% 9.52% 4.76%
67.06%

Color #544C50 in popluar number systems.

HEX 54 4C 50
Decimal 84 76 80
Binary 1010100 1001100 1010000
Octal 124 114 120

Shades and tints

Shades of #544C50

#544C50
(84,76,80)
#4D4649
(77,70,73)
#464042
(70,64,66)
#3F3A3B
(63,58,59)
#383434
(56,52,52)
#312E2D
(49,46,45)
#2A2826
(42,40,38)
#23221F
(35,34,31)
#1C1C18
(28,28,24)
#151611
(21,22,17)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #544C50

#544C50
(84,76,80)
#635C5F
(99,92,95)
#726C6E
(114,108,110)
#817C7D
(129,124,125)
#908C8C
(144,140,140)
#9F9C9B
(159,156,155)
#AEACAA
(174,172,170)
#BDBCB9
(189,188,185)
#CCCCC8
(204,204,200)
#DBDCD7
(219,220,215)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544C50; }

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

This text font color is #544C50.

Background Color

.myBgColor { background-color: #544C50; }

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

This div background color is #544C50.

Border color

.myBorderColor { border: 1px solid #544C50; }

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

This div border color is #544C50.

Opacity

.myOpacity80 { color: #544C50; opacity: 0.8; }

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

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

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

This text has shadow with #544C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #544C50.

Preview

Color preview on black background

This text has color #544C50 on black background.


Color preview on white background

This text has color #544C50 on white background.


Black color preview on #544C50 background

This text has black color on #544C50 background.


White color preview on #544C50 background

This text has white color on #544C50 background.


Related colors

Complementary color

Complementary color for #hex is #ABB3AF.


I love getcolorcode.com

Triadic colors

1 #50544C and #4C5054 with #544C50 are triadic colors.

2 #504C54 and #4C5450 with #544C50 are triadic colors.