COLOR #54323B

HEX: #54323B
RGB: (84,50,59)

Color info

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

RGB color model

#54323B color RGB value is (84,50,59).

  • red value is 84;
  • green value is 50;
  • blue value is 59.
RGB:
(84,50,59)
(33%,20%,23%)

RGB channels and saturation

R 84 of 255 = 33%
G 50 of 255 = 20%
B 59 of 255 = 23%

84
50
59

R + G + B ~ 25%. #54323B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 50 + 59 = 193 (100%)
R 84 of 193 ~ 43.52%
G 50 of 193 ~ 25.91%
B 59 of 193 ~ 30.57%

%43.52
%25.91
%30.57

CMYK color model

#54323B color CMYK value is (0,40,30,67).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 29.76%
  • key color value is 67.06%
CMYK:
(0,40,30,67)
C0M40Y30K67 
(0%,40%,30%,67%)
(0.00/0.40/0.30/0.67)	

CMYK percentages

%0
%40.48
%29.76
%67.06

Codes

Color #54323B in popluar color models

54323B
RGB845059
HSL344°25.37%26.27%
HSB/HSV344°40.48%32.94%
CMYK0.00%40.48%29.76%
67.06%

Color #54323B in popluar number systems.

HEX54323B
Decimal845059
Binary1010100110010111011
Octal1246273

Shades and tints

Shades of #54323B

#54323B
(84,50,59)
#4D2E36
(77,46,54)
#462A31
(70,42,49)
#3F262C
(63,38,44)
#382227
(56,34,39)
#311E22
(49,30,34)
#2A1A1D
(42,26,29)
#231618
(35,22,24)
#1C1213
(28,18,19)
#150E0E
(21,14,14)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #54323B

#54323B
(84,50,59)
#63444C
(99,68,76)
#72565D
(114,86,93)
#81686E
(129,104,110)
#907A7F
(144,122,127)
#9F8C90
(159,140,144)
#AE9EA1
(174,158,161)
#BDB0B2
(189,176,178)
#CCC2C3
(204,194,195)
#DBD4D4
(219,212,212)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54323B color. Also use rgb(84,50,59) instead hex code.

Text Font Color

.myTextColor { color: #54323B; }

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

This text font color is #54323B.


Background Color

.myBgColor { background-color: #54323B; }

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

This div background color is #54323B.


Border color

.myBorderColor { border: 1px solid #54323B; }

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

This div border color is #54323B.


Opacity

.myOpacity80 { color: #54323B; opacity: 0.8; }

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

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

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

This text has shadow with #54323B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54323B on black background.


Color preview on white background

This text has color #54323B on white background.



Black color preview on #54323B background

This text has black color on #54323B background.


White color preview on #54323B background

This text has white color on #54323B background.