COLOR #54335D

HEX: #54335D
RGB: (84,51,93)

Color info

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

RGB color model

#54335D color RGB value is (84,51,93).

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

RGB channels and saturation

R 84 of 255 = 33%
G 51 of 255 = 20%
B 93 of 255 = 36%

84
51
93

R + G + B ~ 30%. #54335D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 51 + 93 = 228 (100%)
R 84 of 228 ~ 36.84%
G 51 of 228 ~ 22.37%
B 93 of 228 ~ 40.79%

%36.84
%22.37
%40.79

CMYK color model

#54335D color CMYK value is (10,45,0,64).

  • cyan value is 9.68%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(10,45,0,64)
C10M45Y0K64 
(10%,45%,0%,64%)
(0.10/0.45/0.00/0.64)	

CMYK percentages

%9.68
%45.16
%0
%63.53

Codes

Color #54335D in popluar color models

54335D
RGB845193
HSL287°29.17%28.24%
HSB/HSV287°45.16%36.47%
CMYK9.68%45.16%0.00%
63.53%

Color #54335D in popluar number systems.

HEX54335D
Decimal845193
Binary10101001100111011101
Octal12463135

Shades and tints

Shades of #54335D

#54335D
(84,51,93)
#4D2F55
(77,47,85)
#462B4D
(70,43,77)
#3F2745
(63,39,69)
#38233D
(56,35,61)
#311F35
(49,31,53)
#2A1B2D
(42,27,45)
#231725
(35,23,37)
#1C131D
(28,19,29)
#150F15
(21,15,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #54335D

#54335D
(84,51,93)
#63456B
(99,69,107)
#725779
(114,87,121)
#816987
(129,105,135)
#907B95
(144,123,149)
#9F8DA3
(159,141,163)
#AE9FB1
(174,159,177)
#BDB1BF
(189,177,191)
#CCC3CD
(204,195,205)
#DBD5DB
(219,213,219)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54335D; }

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

This text font color is #54335D.


Background Color

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

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

This div background color is #54335D.


Border color

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

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

This div border color is #54335D.


Opacity

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

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

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

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

This text has shadow with #54335D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54335D on black background.


Color preview on white background

This text has color #54335D on white background.



Black color preview on #54335D background

This text has black color on #54335D background.


White color preview on #54335D background

This text has white color on #54335D background.