COLOR #54292C

HEX: #54292C
RGB: (84,41,44)

Color info

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

RGB color model

#54292C color RGB value is (84,41,44).

  • red value is 84;
  • green value is 41;
  • blue value is 44.
RGB:
(84,41,44)
(33%,16%,17%)

RGB channels and saturation

R 84 of 255 = 33%
G 41 of 255 = 16%
B 44 of 255 = 17%

84
41
44

R + G + B ~ 22%. #54292C is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 41 + 44 = 169 (100%)
R 84 of 169 ~ 49.7%
G 41 of 169 ~ 24.26%
B 44 of 169 ~ 26.04%

%49.7
%24.26
%26.04

CMYK color model

#54292C color CMYK value is (0,51,48,67).

  • cyan value is 0.00%
  • magenta value is 51.19%
  • yellow value is 47.62%
  • key color value is 67.06%
CMYK:
(0,51,48,67)
C0M51Y48K67 
(0%,51%,48%,67%)
(0.00/0.51/0.48/0.67)	

CMYK percentages

%0
%51.19
%47.62
%67.06

Codes

Color #54292C in popluar color models

54292C
RGB844144
HSL356°34.40%24.51%
HSB/HSV356°51.19%32.94%
CMYK0.00%51.19%47.62%
67.06%

Color #54292C in popluar number systems.

HEX54292C
Decimal844144
Binary1010100101001101100
Octal1245154

Shades and tints

Shades of #54292C

#54292C
(84,41,44)
#4D2628
(77,38,40)
#462324
(70,35,36)
#3F2020
(63,32,32)
#381D1C
(56,29,28)
#311A18
(49,26,24)
#2A1714
(42,23,20)
#231410
(35,20,16)
#1C110C
(28,17,12)
#150E08
(21,14,8)
#0E0B04
(14,11,4)
#000000
(0,0,0)

Tints of #54292C

#54292C
(84,41,44)
#633C3F
(99,60,63)
#724F52
(114,79,82)
#816265
(129,98,101)
#907578
(144,117,120)
#9F888B
(159,136,139)
#AE9B9E
(174,155,158)
#BDAEB1
(189,174,177)
#CCC1C4
(204,193,196)
#DBD4D7
(219,212,215)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54292C color. Also use rgb(84,41,44) instead hex code.

Text Font Color

.myTextColor { color: #54292C; }

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

This text font color is #54292C.


Background Color

.myBgColor { background-color: #54292C; }

<div style="background-color:#54292C">Inner text</div>

This div background color is #54292C.


Border color

.myBorderColor { border: 1px solid #54292C; }

<div style="border:3px solid #54292C">Div</div>

This div border color is #54292C.


Opacity

.myOpacity80 { color: #54292C; opacity: 0.8; }

<p style="color:#54292C;opacity:0.8;">80%</p>

Text with #54292C 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 #54292C;}

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

This text has shadow with #54292C color.

.textShadow {text-shadow: 3px 3px 1px #54292C, 3px 3px 1px red;}

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

This text has shadow with #54292C primary color and red secondary color.


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

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

This text has shadow with #54292C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54292C on black background.


Color preview on white background

This text has color #54292C on white background.



Black color preview on #54292C background

This text has black color on #54292C background.


White color preview on #54292C background

This text has white color on #54292C background.