COLOR #544653

HEX: #544653
RGB: (84,70,83)

Color info

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

RGB color model

#544653 color RGB value is (84,70,83).

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

RGB channels and saturation

R 84 of 255 = 33%
G 70 of 255 = 27%
B 83 of 255 = 33%

84
70
83

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

Portions of RGB colors in percentages

R + G + B =
84 + 70 + 83 = 237 (100%)
R 84 of 237 ~ 35.44%
G 70 of 237 ~ 29.54%
B 83 of 237 ~ 35.02%

%35.44
%29.54
%35.02

CMYK color model

#544653 color CMYK value is (0,17,1,67).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 1.19%
  • key color value is 67.06%
CMYK:
(0,17,1,67)
C0M17Y1K67 
(0%,17%,1%,67%)
(0.00/0.17/0.01/0.67)	

CMYK percentages

%0
%16.67
%1.19
%67.06

Codes

Color #544653 in popluar color models

544653
RGB847083
HSL304°9.09%30.20%
HSB/HSV304°16.67%32.94%
CMYK0.00%16.67%1.19%
67.06%

Color #544653 in popluar number systems.

HEX544653
Decimal847083
Binary101010010001101010011
Octal124106123

Shades and tints

Shades of #544653

#544653
(84,70,83)
#4D404C
(77,64,76)
#463A45
(70,58,69)
#3F343E
(63,52,62)
#382E37
(56,46,55)
#312830
(49,40,48)
#2A2229
(42,34,41)
#231C22
(35,28,34)
#1C161B
(28,22,27)
#151014
(21,16,20)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #544653

#544653
(84,70,83)
#635662
(99,86,98)
#726671
(114,102,113)
#817680
(129,118,128)
#90868F
(144,134,143)
#9F969E
(159,150,158)
#AEA6AD
(174,166,173)
#BDB6BC
(189,182,188)
#CCC6CB
(204,198,203)
#DBD6DA
(219,214,218)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544653; }

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

This text font color is #544653.


Background Color

.myBgColor { background-color: #544653; }

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

This div background color is #544653.


Border color

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

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

This div border color is #544653.


Opacity

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

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

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

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

This text has shadow with #544653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544653 on black background.


Color preview on white background

This text has color #544653 on white background.



Black color preview on #544653 background

This text has black color on #544653 background.


White color preview on #544653 background

This text has white color on #544653 background.