COLOR #544B4F

HEX: #544B4F
RGB: (84,75,79)

Color info

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

RGB color model

#544B4F color RGB value is (84,75,79).

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

RGB channels and saturation

R 84 of 255 = 33%
G 75 of 255 = 29%
B 79 of 255 = 31%

84
75
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 75 + 79 = 238 (100%)
R 84 of 238 ~ 35.29%
G 75 of 238 ~ 31.51%
B 79 of 238 ~ 33.19%

%35.29
%31.51
%33.19

CMYK color model

#544B4F color CMYK value is (0,11,6,67).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 5.95%
  • key color value is 67.06%
CMYK:
(0,11,6,67)
C0M11Y6K67 
(0%,11%,6%,67%)
(0.00/0.11/0.06/0.67)	

CMYK percentages

%0
%10.71
%5.95
%67.06

Codes

Color #544B4F in popluar color models

544B4F
RGB847579
HSL333°5.66%31.18%
HSB/HSV333°10.71%32.94%
CMYK0.00%10.71%5.95%
67.06%

Color #544B4F in popluar number systems.

HEX544B4F
Decimal847579
Binary101010010010111001111
Octal124113117

Shades and tints

Shades of #544B4F

#544B4F
(84,75,79)
#4D4548
(77,69,72)
#463F41
(70,63,65)
#3F393A
(63,57,58)
#383333
(56,51,51)
#312D2C
(49,45,44)
#2A2725
(42,39,37)
#23211E
(35,33,30)
#1C1B17
(28,27,23)
#151510
(21,21,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #544B4F

#544B4F
(84,75,79)
#635B5F
(99,91,95)
#726B6F
(114,107,111)
#817B7F
(129,123,127)
#908B8F
(144,139,143)
#9F9B9F
(159,155,159)
#AEABAF
(174,171,175)
#BDBBBF
(189,187,191)
#CCCBCF
(204,203,207)
#DBDBDF
(219,219,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544B4F; }

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

This text font color is #544B4F.


Background Color

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

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

This div background color is #544B4F.


Border color

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

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

This div border color is #544B4F.


Opacity

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

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

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

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

This text has shadow with #544B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544B4F on black background.


Color preview on white background

This text has color #544B4F on white background.



Black color preview on #544B4F background

This text has black color on #544B4F background.


White color preview on #544B4F background

This text has white color on #544B4F background.