COLOR #544A52

HEX: #544A52
RGB: (84,74,82)

Color info

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

RGB color model

#544A52 color RGB value is (84,74,82).

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

RGB channels and saturation

R 84 of 255 = 33%
G 74 of 255 = 29%
B 82 of 255 = 32%

84
74
82

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

Portions of RGB colors in percentages

R + G + B =
84 + 74 + 82 = 240 (100%)
R 84 of 240 ~ 35%
G 74 of 240 ~ 30.83%
B 82 of 240 ~ 34.17%

%35
%30.83
%34.17

CMYK color model

#544A52 color CMYK value is (0,12,2,67).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 2.38%
  • key color value is 67.06%
CMYK:
(0,12,2,67)
C0M12Y2K67 
(0%,12%,2%,67%)
(0.00/0.12/0.02/0.67)	

CMYK percentages

%0
%11.9
%2.38
%67.06

Codes

Color #544A52 in popluar color models

544A52
RGB847482
HSL312°6.33%30.98%
HSB/HSV312°11.90%32.94%
CMYK0.00%11.90%2.38%
67.06%

Color #544A52 in popluar number systems.

HEX544A52
Decimal847482
Binary101010010010101010010
Octal124112122

Shades and tints

Shades of #544A52

#544A52
(84,74,82)
#4D444B
(77,68,75)
#463E44
(70,62,68)
#3F383D
(63,56,61)
#383236
(56,50,54)
#312C2F
(49,44,47)
#2A2628
(42,38,40)
#232021
(35,32,33)
#1C1A1A
(28,26,26)
#151413
(21,20,19)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #544A52

#544A52
(84,74,82)
#635A61
(99,90,97)
#726A70
(114,106,112)
#817A7F
(129,122,127)
#908A8E
(144,138,142)
#9F9A9D
(159,154,157)
#AEAAAC
(174,170,172)
#BDBABB
(189,186,187)
#CCCACA
(204,202,202)
#DBDAD9
(219,218,217)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544A52; }

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

This text font color is #544A52.


Background Color

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

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

This div background color is #544A52.


Border color

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

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

This div border color is #544A52.


Opacity

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

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

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

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

This text has shadow with #544A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544A52 on black background.


Color preview on white background

This text has color #544A52 on white background.



Black color preview on #544A52 background

This text has black color on #544A52 background.


White color preview on #544A52 background

This text has white color on #544A52 background.