COLOR #54436D

HEX: #54436D
RGB: (84,67,109)

Color info

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

RGB color model

#54436D color RGB value is (84,67,109).

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

RGB channels and saturation

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

84
67
109

R + G + B ~ 34%. #54436D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 67 + 109 = 260 (100%)
R 84 of 260 ~ 32.31%
G 67 of 260 ~ 25.77%
B 109 of 260 ~ 41.92%

%32.31
%25.77
%41.92

CMYK color model

#54436D color CMYK value is (23,39,0,57).

  • cyan value is 22.94%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(23,39,0,57)
C23M39Y0K57 
(23%,39%,0%,57%)
(0.23/0.39/0.00/0.57)	

CMYK percentages

%22.94
%38.53
%0
%57.25

Codes

Color #54436D in popluar color models

54436D
RGB8467109
HSL264°23.86%34.51%
HSB/HSV264°38.53%42.75%
CMYK22.94%38.53%0.00%
57.25%

Color #54436D in popluar number systems.

HEX54436D
Decimal8467109
Binary101010010000111101101
Octal124103155

Shades and tints

Shades of #54436D

#54436D
(84,67,109)
#4D3D64
(77,61,100)
#46375B
(70,55,91)
#3F3152
(63,49,82)
#382B49
(56,43,73)
#312540
(49,37,64)
#2A1F37
(42,31,55)
#23192E
(35,25,46)
#1C1325
(28,19,37)
#150D1C
(21,13,28)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #54436D

#54436D
(84,67,109)
#63547A
(99,84,122)
#726587
(114,101,135)
#817694
(129,118,148)
#9087A1
(144,135,161)
#9F98AE
(159,152,174)
#AEA9BB
(174,169,187)
#BDBAC8
(189,186,200)
#CCCBD5
(204,203,213)
#DBDCE2
(219,220,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54436D; }

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

This text font color is #54436D.


Background Color

.myBgColor { background-color: #54436D; }

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

This div background color is #54436D.


Border color

.myBorderColor { border: 1px solid #54436D; }

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

This div border color is #54436D.


Opacity

.myOpacity80 { color: #54436D; opacity: 0.8; }

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

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

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

This text has shadow with #54436D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54436D on black background.


Color preview on white background

This text has color #54436D on white background.



Black color preview on #54436D background

This text has black color on #54436D background.


White color preview on #54436D background

This text has white color on #54436D background.