COLOR #54292A

HEX: #54292A
RGB: (84,41,42)

Color info

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

RGB color model

#54292A color RGB value is (84,41,42).

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

RGB channels and saturation

R 84 of 255 = 33%
G 41 of 255 = 16%
B 42 of 255 = 16%

84
41
42

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

Portions of RGB colors in percentages

R + G + B =
84 + 41 + 42 = 167 (100%)
R 84 of 167 ~ 50.3%
G 41 of 167 ~ 24.55%
B 42 of 167 ~ 25.15%

%50.3
%24.55
%25.15

CMYK color model

#54292A color CMYK value is (0,51,50,67).

  • cyan value is 0.00%
  • magenta value is 51.19%
  • yellow value is 50.00%
  • key color value is 67.06%
CMYK:
(0,51,50,67)
C0M51Y50K67 
(0%,51%,50%,67%)
(0.00/0.51/0.50/0.67)	

CMYK percentages

%0
%51.19
%50
%67.06

Codes

Color #54292A in popluar color models

54292A
RGB844142
HSL359°34.40%24.51%
HSB/HSV359°51.19%32.94%
CMYK0.00%51.19%50.00%
67.06%

Color #54292A in popluar number systems.

HEX54292A
Decimal844142
Binary1010100101001101010
Octal1245152

Shades and tints

Shades of #54292A

#54292A
(84,41,42)
#4D2627
(77,38,39)
#462324
(70,35,36)
#3F2021
(63,32,33)
#381D1E
(56,29,30)
#311A1B
(49,26,27)
#2A1718
(42,23,24)
#231415
(35,20,21)
#1C1112
(28,17,18)
#150E0F
(21,14,15)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #54292A

#54292A
(84,41,42)
#633C3D
(99,60,61)
#724F50
(114,79,80)
#816263
(129,98,99)
#907576
(144,117,118)
#9F8889
(159,136,137)
#AE9B9C
(174,155,156)
#BDAEAF
(189,174,175)
#CCC1C2
(204,193,194)
#DBD4D5
(219,212,213)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54292A; }

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

This text font color is #54292A.


Background Color

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

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

This div background color is #54292A.


Border color

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

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

This div border color is #54292A.


Opacity

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

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

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

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

This text has shadow with #54292A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54292A on black background.


Color preview on white background

This text has color #54292A on white background.



Black color preview on #54292A background

This text has black color on #54292A background.


White color preview on #54292A background

This text has white color on #54292A background.