COLOR #54383B

HEX: #54383B
RGB: (84,56,59)

Color info

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

RGB color model

#54383B color RGB value is (84,56,59).

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

RGB channels and saturation

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

84
56
59

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

Portions of RGB colors in percentages

R + G + B =
84 + 56 + 59 = 199 (100%)
R 84 of 199 ~ 42.21%
G 56 of 199 ~ 28.14%
B 59 of 199 ~ 29.65%

%42.21
%28.14
%29.65

CMYK color model

#54383B color CMYK value is (0,33,30,67).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 29.76%
  • key color value is 67.06%
CMYK:
(0,33,30,67)
C0M33Y30K67 
(0%,33%,30%,67%)
(0.00/0.33/0.30/0.67)	

CMYK percentages

%0
%33.33
%29.76
%67.06

Codes

Color #54383B in popluar color models

54383B
RGB845659
HSL354°20.00%27.45%
HSB/HSV354°33.33%32.94%
CMYK0.00%33.33%29.76%
67.06%

Color #54383B in popluar number systems.

HEX54383B
Decimal845659
Binary1010100111000111011
Octal1247073

Shades and tints

Shades of #54383B

#54383B
(84,56,59)
#4D3336
(77,51,54)
#462E31
(70,46,49)
#3F292C
(63,41,44)
#382427
(56,36,39)
#311F22
(49,31,34)
#2A1A1D
(42,26,29)
#231518
(35,21,24)
#1C1013
(28,16,19)
#150B0E
(21,11,14)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #54383B

#54383B
(84,56,59)
#634A4C
(99,74,76)
#725C5D
(114,92,93)
#816E6E
(129,110,110)
#90807F
(144,128,127)
#9F9290
(159,146,144)
#AEA4A1
(174,164,161)
#BDB6B2
(189,182,178)
#CCC8C3
(204,200,195)
#DBDAD4
(219,218,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54383B; }

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

This text font color is #54383B.


Background Color

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

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

This div background color is #54383B.


Border color

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

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

This div border color is #54383B.


Opacity

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

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

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

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

This text has shadow with #54383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54383B on black background.


Color preview on white background

This text has color #54383B on white background.



Black color preview on #54383B background

This text has black color on #54383B background.


White color preview on #54383B background

This text has white color on #54383B background.