COLOR #544B61

HEX: #544B61
RGB: (84,75,97)

Color info

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

RGB color model

#544B61 color RGB value is (84,75,97).

  • red value is 84;
  • green value is 75;
  • blue value is 97.
RGB:
(84,75,97)
(33%,29%,38%)

RGB channels and saturation

R 84 of 255 = 33%
G 75 of 255 = 29%
B 97 of 255 = 38%

84
75
97

R + G + B ~ 33%. #544B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 75 + 97 = 256 (100%)
R 84 of 256 ~ 32.81%
G 75 of 256 ~ 29.3%
B 97 of 256 ~ 37.89%

%32.81
%29.3
%37.89

CMYK color model

#544B61 color CMYK value is (13,23,0,62).

  • cyan value is 13.40%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(13,23,0,62)
C13M23Y0K62 
(13%,23%,0%,62%)
(0.13/0.23/0.00/0.62)	

CMYK percentages

%13.4
%22.68
%0
%61.96

Codes

Color #544B61 in popluar color models

544B61
RGB847597
HSL265°12.79%33.73%
HSB/HSV265°22.68%38.04%
CMYK13.40%22.68%0.00%
61.96%

Color #544B61 in popluar number systems.

HEX544B61
Decimal847597
Binary101010010010111100001
Octal124113141

Shades and tints

Shades of #544B61

#544B61
(84,75,97)
#4D4559
(77,69,89)
#463F51
(70,63,81)
#3F3949
(63,57,73)
#383341
(56,51,65)
#312D39
(49,45,57)
#2A2731
(42,39,49)
#232129
(35,33,41)
#1C1B21
(28,27,33)
#151519
(21,21,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #544B61

#544B61
(84,75,97)
#635B6F
(99,91,111)
#726B7D
(114,107,125)
#817B8B
(129,123,139)
#908B99
(144,139,153)
#9F9BA7
(159,155,167)
#AEABB5
(174,171,181)
#BDBBC3
(189,187,195)
#CCCBD1
(204,203,209)
#DBDBDF
(219,219,223)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544B61 color. Also use rgb(84,75,97) instead hex code.

Text Font Color

.myTextColor { color: #544B61; }

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

This text font color is #544B61.


Background Color

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

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

This div background color is #544B61.


Border color

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

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

This div border color is #544B61.


Opacity

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

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

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

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

This text has shadow with #544B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544B61 on black background.


Color preview on white background

This text has color #544B61 on white background.



Black color preview on #544B61 background

This text has black color on #544B61 background.


White color preview on #544B61 background

This text has white color on #544B61 background.