COLOR #544C75

HEX: #544C75
RGB: (84,76,117)

Color info

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

RGB color model

#544C75 color RGB value is (84,76,117).

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

RGB channels and saturation

R 84 of 255 = 33%
G 76 of 255 = 30%
B 117 of 255 = 46%

84
76
117

R + G + B ~ 36%. #544C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 76 + 117 = 277 (100%)
R 84 of 277 ~ 30.32%
G 76 of 277 ~ 27.44%
B 117 of 277 ~ 42.24%

%30.32
%27.44
%42.24

CMYK color model

#544C75 color CMYK value is (28,35,0,54).

  • cyan value is 28.21%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(28,35,0,54)
C28M35Y0K54 
(28%,35%,0%,54%)
(0.28/0.35/0.00/0.54)	

CMYK percentages

%28.21
%35.04
%0
%54.12

Codes

Color #544C75 in popluar color models

544C75
RGB8476117
HSL252°21.24%37.84%
HSB/HSV252°35.04%45.88%
CMYK28.21%35.04%0.00%
54.12%

Color #544C75 in popluar number systems.

HEX544C75
Decimal8476117
Binary101010010011001110101
Octal124114165

Shades and tints

Shades of #544C75

#544C75
(84,76,117)
#4D466B
(77,70,107)
#464061
(70,64,97)
#3F3A57
(63,58,87)
#38344D
(56,52,77)
#312E43
(49,46,67)
#2A2839
(42,40,57)
#23222F
(35,34,47)
#1C1C25
(28,28,37)
#15161B
(21,22,27)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #544C75

#544C75
(84,76,117)
#635C81
(99,92,129)
#726C8D
(114,108,141)
#817C99
(129,124,153)
#908CA5
(144,140,165)
#9F9CB1
(159,156,177)
#AEACBD
(174,172,189)
#BDBCC9
(189,188,201)
#CCCCD5
(204,204,213)
#DBDCE1
(219,220,225)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544C75; }

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

This text font color is #544C75.


Background Color

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

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

This div background color is #544C75.


Border color

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

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

This div border color is #544C75.


Opacity

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

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

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

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

This text has shadow with #544C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544C75 on black background.


Color preview on white background

This text has color #544C75 on white background.



Black color preview on #544C75 background

This text has black color on #544C75 background.


White color preview on #544C75 background

This text has white color on #544C75 background.