COLOR #544F4C

HEX: #544F4C
RGB: (84,79,76)

Color info

#544F4C contains red, green and blue colors in about the same proportion. Web safe color of #544F4C is #666633 (or #663).

RGB color model

#544F4C color RGB value is (84,79,76).

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

RGB channels and saturation

R 84 of 255 = 33%
G 79 of 255 = 31%
B 76 of 255 = 30%

84
79
76

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

Portions of RGB colors in percentages

R + G + B =
84 + 79 + 76 = 239 (100%)
R 84 of 239 ~ 35.15%
G 79 of 239 ~ 33.05%
B 76 of 239 ~ 31.8%

%35.15
%33.05
%31.8

CMYK color model

#544F4C color CMYK value is (0,6,10,67).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 9.52%
  • key color value is 67.06%
CMYK:
(0,6,10,67)
C0M6Y10K67 
(0%,6%,10%,67%)
(0.00/0.06/0.10/0.67)	

CMYK percentages

%0
%5.95
%9.52
%67.06

Codes

Color #544F4C in popluar color models

544F4C
RGB847976
HSL23°5.00%31.37%
HSB/HSV23°9.52%32.94%
CMYK0.00%5.95%9.52%
67.06%

Color #544F4C in popluar number systems.

HEX544F4C
Decimal847976
Binary101010010011111001100
Octal124117114

Shades and tints

Shades of #544F4C

#544F4C
(84,79,76)
#4D4846
(77,72,70)
#464140
(70,65,64)
#3F3A3A
(63,58,58)
#383334
(56,51,52)
#312C2E
(49,44,46)
#2A2528
(42,37,40)
#231E22
(35,30,34)
#1C171C
(28,23,28)
#151016
(21,16,22)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #544F4C

#544F4C
(84,79,76)
#635F5C
(99,95,92)
#726F6C
(114,111,108)
#817F7C
(129,127,124)
#908F8C
(144,143,140)
#9F9F9C
(159,159,156)
#AEAFAC
(174,175,172)
#BDBFBC
(189,191,188)
#CCCFCC
(204,207,204)
#DBDFDC
(219,223,220)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544F4C; }

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

This text font color is #544F4C.


Background Color

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

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

This div background color is #544F4C.


Border color

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

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

This div border color is #544F4C.


Opacity

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

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

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

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

This text has shadow with #544F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544F4C on black background.


Color preview on white background

This text has color #544F4C on white background.



Black color preview on #544F4C background

This text has black color on #544F4C background.


White color preview on #544F4C background

This text has white color on #544F4C background.