COLOR #544C52

HEX: #544C52
RGB: (84,76,82)

Color info

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

RGB color model

#544C52 color RGB value is (84,76,82).

  • red value is 84;
  • green value is 76;
  • blue value is 82.
RGB:
(84,76,82)
(33%,30%,32%)

RGB channels and saturation

R 84 of 255 = 33%
G 76 of 255 = 30%
B 82 of 255 = 32%

84
76
82

R + G + B ~ 32%. #544C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 76 + 82 = 242 (100%)
R 84 of 242 ~ 34.71%
G 76 of 242 ~ 31.4%
B 82 of 242 ~ 33.88%

%34.71
%31.4
%33.88

CMYK color model

#544C52 color CMYK value is (0,10,2,67).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 2.38%
  • key color value is 67.06%
CMYK:
(0,10,2,67)
C0M10Y2K67 
(0%,10%,2%,67%)
(0.00/0.10/0.02/0.67)	

CMYK percentages

%0
%9.52
%2.38
%67.06

Codes

Color #544C52 in popluar color models

544C52
RGB847682
HSL315°5.00%31.37%
HSB/HSV315°9.52%32.94%
CMYK0.00%9.52%2.38%
67.06%

Color #544C52 in popluar number systems.

HEX544C52
Decimal847682
Binary101010010011001010010
Octal124114122

Shades and tints

Shades of #544C52

#544C52
(84,76,82)
#4D464B
(77,70,75)
#464044
(70,64,68)
#3F3A3D
(63,58,61)
#383436
(56,52,54)
#312E2F
(49,46,47)
#2A2828
(42,40,40)
#232221
(35,34,33)
#1C1C1A
(28,28,26)
#151613
(21,22,19)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #544C52

#544C52
(84,76,82)
#635C61
(99,92,97)
#726C70
(114,108,112)
#817C7F
(129,124,127)
#908C8E
(144,140,142)
#9F9C9D
(159,156,157)
#AEACAC
(174,172,172)
#BDBCBB
(189,188,187)
#CCCCCA
(204,204,202)
#DBDCD9
(219,220,217)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544C52; }

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

This text font color is #544C52.


Background Color

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

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

This div background color is #544C52.


Border color

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

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

This div border color is #544C52.


Opacity

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

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

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

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

This text has shadow with #544C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544C52 on black background.


Color preview on white background

This text has color #544C52 on white background.



Black color preview on #544C52 background

This text has black color on #544C52 background.


White color preview on #544C52 background

This text has white color on #544C52 background.