COLOR #544354

HEX: #544354
RGB: (84,67,84)

Color info

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

RGB color model

#544354 color RGB value is (84,67,84).

  • red value is 84;
  • green value is 67;
  • blue value is 84.
RGB:
(84,67,84)
(33%,26%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 67 of 255 = 26%
B 84 of 255 = 33%

84
67
84

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

Portions of RGB colors in percentages

R + G + B =
84 + 67 + 84 = 235 (100%)
R 84 of 235 ~ 35.74%
G 67 of 235 ~ 28.51%
B 84 of 235 ~ 35.74%

%35.74
%28.51
%35.74

CMYK color model

#544354 color CMYK value is (0,20,0,67).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(0,20,0,67)
C0M20Y0K67 
(0%,20%,0%,67%)
(0.00/0.20/0.00/0.67)	

CMYK percentages

%0
%20.24
%0
%67.06

Codes

Color #544354 in popluar color models

544354
RGB846784
HSL300°11.26%29.61%
HSB/HSV300°20.24%32.94%
CMYK0.00%20.24%0.00%
67.06%

Color #544354 in popluar number systems.

HEX544354
Decimal846784
Binary101010010000111010100
Octal124103124

Shades and tints

Shades of #544354

#544354
(84,67,84)
#4D3D4D
(77,61,77)
#463746
(70,55,70)
#3F313F
(63,49,63)
#382B38
(56,43,56)
#312531
(49,37,49)
#2A1F2A
(42,31,42)
#231923
(35,25,35)
#1C131C
(28,19,28)
#150D15
(21,13,21)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #544354

#544354
(84,67,84)
#635463
(99,84,99)
#726572
(114,101,114)
#817681
(129,118,129)
#908790
(144,135,144)
#9F989F
(159,152,159)
#AEA9AE
(174,169,174)
#BDBABD
(189,186,189)
#CCCBCC
(204,203,204)
#DBDCDB
(219,220,219)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544354 color. Also use rgb(84,67,84) instead hex code.

Text Font Color

.myTextColor { color: #544354; }

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

This text font color is #544354.


Background Color

.myBgColor { background-color: #544354; }

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

This div background color is #544354.


Border color

.myBorderColor { border: 1px solid #544354; }

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

This div border color is #544354.


Opacity

.myOpacity80 { color: #544354; opacity: 0.8; }

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

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

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

This text has shadow with #544354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544354 on black background.


Color preview on white background

This text has color #544354 on white background.



Black color preview on #544354 background

This text has black color on #544354 background.


White color preview on #544354 background

This text has white color on #544354 background.