COLOR #544F53

HEX: #544F53
RGB: (84,79,83)

Color info

#544F53 contains red, green and blue colors in about the same proportion. Web safe color of #544F53 is #666666 (or #666).

RGB color model

#544F53 color RGB value is (84,79,83).

  • red value is 84;
  • green value is 79;
  • blue value is 83.
RGB:
(84,79,83)
(33%,31%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 79 of 255 = 31%
B 83 of 255 = 33%

84
79
83

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

Portions of RGB colors in percentages

R + G + B =
84 + 79 + 83 = 246 (100%)
R 84 of 246 ~ 34.15%
G 79 of 246 ~ 32.11%
B 83 of 246 ~ 33.74%

%34.15
%32.11
%33.74

CMYK color model

#544F53 color CMYK value is (0,6,1,67).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 1.19%
  • key color value is 67.06%
CMYK:
(0,6,1,67)
C0M6Y1K67 
(0%,6%,1%,67%)
(0.00/0.06/0.01/0.67)	

CMYK percentages

%0
%5.95
%1.19
%67.06

Codes

Color #544F53 in popluar color models

544F53
RGB847983
HSL312°3.07%31.96%
HSB/HSV312°5.95%32.94%
CMYK0.00%5.95%1.19%
67.06%

Color #544F53 in popluar number systems.

HEX544F53
Decimal847983
Binary101010010011111010011
Octal124117123

Shades and tints

Shades of #544F53

#544F53
(84,79,83)
#4D484C
(77,72,76)
#464145
(70,65,69)
#3F3A3E
(63,58,62)
#383337
(56,51,55)
#312C30
(49,44,48)
#2A2529
(42,37,41)
#231E22
(35,30,34)
#1C171B
(28,23,27)
#151014
(21,16,20)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #544F53

#544F53
(84,79,83)
#635F62
(99,95,98)
#726F71
(114,111,113)
#817F80
(129,127,128)
#908F8F
(144,143,143)
#9F9F9E
(159,159,158)
#AEAFAD
(174,175,173)
#BDBFBC
(189,191,188)
#CCCFCB
(204,207,203)
#DBDFDA
(219,223,218)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544F53 color. Also use rgb(84,79,83) instead hex code.

Text Font Color

.myTextColor { color: #544F53; }

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

This text font color is #544F53.


Background Color

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

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

This div background color is #544F53.


Border color

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

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

This div border color is #544F53.


Opacity

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

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

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

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

This text has shadow with #544F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544F53 on black background.


Color preview on white background

This text has color #544F53 on white background.



Black color preview on #544F53 background

This text has black color on #544F53 background.


White color preview on #544F53 background

This text has white color on #544F53 background.