COLOR #544C83

HEX: #544C83
RGB: (84,76,131)

Color info

#544C83 contains red, green and blue colors in about the same proportion. Web safe color of #544C83 is #663399 (or #639).

RGB color model

#544C83 color RGB value is (84,76,131).

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

RGB channels and saturation

R 84 of 255 = 33%
G 76 of 255 = 30%
B 131 of 255 = 51%

84
76
131

R + G + B ~ 38%. #544C83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 76 + 131 = 291 (100%)
R 84 of 291 ~ 28.87%
G 76 of 291 ~ 26.12%
B 131 of 291 ~ 45.02%

%28.87
%26.12
%45.02

CMYK color model

#544C83 color CMYK value is (36,42,0,49).

  • cyan value is 35.88%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(36,42,0,49)
C36M42Y0K49 
(36%,42%,0%,49%)
(0.36/0.42/0.00/0.49)	

CMYK percentages

%35.88
%41.98
%0
%48.63

Codes

Color #544C83 in popluar color models

544C83
RGB8476131
HSL249°26.57%40.59%
HSB/HSV249°41.98%51.37%
CMYK35.88%41.98%0.00%
48.63%

Color #544C83 in popluar number systems.

HEX544C83
Decimal8476131
Binary1010100100110010000011
Octal124114203

Shades and tints

Shades of #544C83

#544C83
(84,76,131)
#4D4678
(77,70,120)
#46406D
(70,64,109)
#3F3A62
(63,58,98)
#383457
(56,52,87)
#312E4C
(49,46,76)
#2A2841
(42,40,65)
#232236
(35,34,54)
#1C1C2B
(28,28,43)
#151620
(21,22,32)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #544C83

#544C83
(84,76,131)
#635C8E
(99,92,142)
#726C99
(114,108,153)
#817CA4
(129,124,164)
#908CAF
(144,140,175)
#9F9CBA
(159,156,186)
#AEACC5
(174,172,197)
#BDBCD0
(189,188,208)
#CCCCDB
(204,204,219)
#DBDCE6
(219,220,230)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544C83; }

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

This text font color is #544C83.


Background Color

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

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

This div background color is #544C83.


Border color

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

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

This div border color is #544C83.


Opacity

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

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

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

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

This text has shadow with #544C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544C83 on black background.


Color preview on white background

This text has color #544C83 on white background.



Black color preview on #544C83 background

This text has black color on #544C83 background.


White color preview on #544C83 background

This text has white color on #544C83 background.