COLOR #54334D

HEX: #54334D
RGB: (84,51,77)

Color info

#54334D contains red, green and blue colors in about the same proportion. Web safe color of #54334D is #663333 (or #633).

RGB color model

#54334D color RGB value is (84,51,77).

  • red value is 84;
  • green value is 51;
  • blue value is 77.
RGB:
(84,51,77)
(33%,20%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 51 of 255 = 20%
B 77 of 255 = 30%

84
51
77

R + G + B ~ 28%. #54334D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 51 + 77 = 212 (100%)
R 84 of 212 ~ 39.62%
G 51 of 212 ~ 24.06%
B 77 of 212 ~ 36.32%

%39.62
%24.06
%36.32

CMYK color model

#54334D color CMYK value is (0,39,8,67).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,39,8,67)
C0M39Y8K67 
(0%,39%,8%,67%)
(0.00/0.39/0.08/0.67)	

CMYK percentages

%0
%39.29
%8.33
%67.06

Codes

Color #54334D in popluar color models

54334D
RGB845177
HSL313°24.44%26.47%
HSB/HSV313°39.29%32.94%
CMYK0.00%39.29%8.33%
67.06%

Color #54334D in popluar number systems.

HEX54334D
Decimal845177
Binary10101001100111001101
Octal12463115

Shades and tints

Shades of #54334D

#54334D
(84,51,77)
#4D2F46
(77,47,70)
#462B3F
(70,43,63)
#3F2738
(63,39,56)
#382331
(56,35,49)
#311F2A
(49,31,42)
#2A1B23
(42,27,35)
#23171C
(35,23,28)
#1C1315
(28,19,21)
#150F0E
(21,15,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #54334D

#54334D
(84,51,77)
#63455D
(99,69,93)
#72576D
(114,87,109)
#81697D
(129,105,125)
#907B8D
(144,123,141)
#9F8D9D
(159,141,157)
#AE9FAD
(174,159,173)
#BDB1BD
(189,177,189)
#CCC3CD
(204,195,205)
#DBD5DD
(219,213,221)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54334D color. Also use rgb(84,51,77) instead hex code.

Text Font Color

.myTextColor { color: #54334D; }

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

This text font color is #54334D.


Background Color

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

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

This div background color is #54334D.


Border color

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

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

This div border color is #54334D.


Opacity

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

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

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

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

This text has shadow with #54334D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54334D on black background.


Color preview on white background

This text has color #54334D on white background.



Black color preview on #54334D background

This text has black color on #54334D background.


White color preview on #54334D background

This text has white color on #54334D background.