COLOR #54373B

HEX: #54373B
RGB: (84,55,59)

Color info

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

RGB color model

#54373B color RGB value is (84,55,59).

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

RGB channels and saturation

R 84 of 255 = 33%
G 55 of 255 = 22%
B 59 of 255 = 23%

84
55
59

R + G + B ~ 26%. #54373B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 55 + 59 = 198 (100%)
R 84 of 198 ~ 42.42%
G 55 of 198 ~ 27.78%
B 59 of 198 ~ 29.8%

%42.42
%27.78
%29.8

CMYK color model

#54373B color CMYK value is (0,35,30,67).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 29.76%
  • key color value is 67.06%
CMYK:
(0,35,30,67)
C0M35Y30K67 
(0%,35%,30%,67%)
(0.00/0.35/0.30/0.67)	

CMYK percentages

%0
%34.52
%29.76
%67.06

Codes

Color #54373B in popluar color models

54373B
RGB845559
HSL352°20.86%27.25%
HSB/HSV352°34.52%32.94%
CMYK0.00%34.52%29.76%
67.06%

Color #54373B in popluar number systems.

HEX54373B
Decimal845559
Binary1010100110111111011
Octal1246773

Shades and tints

Shades of #54373B

#54373B
(84,55,59)
#4D3236
(77,50,54)
#462D31
(70,45,49)
#3F282C
(63,40,44)
#382327
(56,35,39)
#311E22
(49,30,34)
#2A191D
(42,25,29)
#231418
(35,20,24)
#1C0F13
(28,15,19)
#150A0E
(21,10,14)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #54373B

#54373B
(84,55,59)
#63494C
(99,73,76)
#725B5D
(114,91,93)
#816D6E
(129,109,110)
#907F7F
(144,127,127)
#9F9190
(159,145,144)
#AEA3A1
(174,163,161)
#BDB5B2
(189,181,178)
#CCC7C3
(204,199,195)
#DBD9D4
(219,217,212)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54373B; }

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

This text font color is #54373B.


Background Color

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

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

This div background color is #54373B.


Border color

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

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

This div border color is #54373B.


Opacity

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

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

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

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

This text has shadow with #54373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54373B on black background.


Color preview on white background

This text has color #54373B on white background.



Black color preview on #54373B background

This text has black color on #54373B background.


White color preview on #54373B background

This text has white color on #54373B background.