COLOR #54403B

HEX: #54403B RGB: (84,64,59)

Color info

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

RGB color model

#54403B color RGB value is (84,64,59).

RGB: (84,64,59) (33%, 25%, 23%)

RGB channels and saturation

R 84 of 255 = 33%
G 64 of 255 = 25%
B 59 of 255 = 23%

84
64
59

R + G + B ~ 27%. #54403B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 64 + 59 = 207 (100%)
R 84 of 207 ~ 40.58%
G 64 of 207 ~ 30.92%
B 59 of 207 ~ 28.5'%

%40.58
%30.92
%28.5

CMYK color model

#54403B color CMYK value is (0,24,30,67).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 29.76%
  • key color value is 67.06%
CMYK: (0,24,30,67) C0M24Y30K67 (0%,24%,30%,67%) (0.00/0.24/0.30/0.67) 

CMYK percentages

%0
%23.81
%29.76
%67.06

Codes

Color #54403B in popluar color models

54 40 3B
RGB 84 64 59
HSL 12° 17.48% 28.04%
HSB/HSV 12° 29.76% 32.94%
CMYK 0.00% 23.81% 29.76%
67.06%

Color #54403B in popluar number systems.

HEX 54 40 3B
Decimal 84 64 59
Binary 1010100 1000000 111011
Octal 124 100 73

Shades and tints

Shades of #54403B

#54403B
(84,64,59)
#4D3B36
(77,59,54)
#463631
(70,54,49)
#3F312C
(63,49,44)
#382C27
(56,44,39)
#312722
(49,39,34)
#2A221D
(42,34,29)
#231D18
(35,29,24)
#1C1813
(28,24,19)
#15130E
(21,19,14)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #54403B

#54403B
(84,64,59)
#63514C
(99,81,76)
#72625D
(114,98,93)
#81736E
(129,115,110)
#90847F
(144,132,127)
#9F9590
(159,149,144)
#AEA6A1
(174,166,161)
#BDB7B2
(189,183,178)
#CCC8C3
(204,200,195)
#DBD9D4
(219,217,212)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54403B; }

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

This text font color is #54403B.

Background Color

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

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

This div background color is #54403B.

Border color

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

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

This div border color is #54403B.

Opacity

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

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

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

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

This text has shadow with #54403B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54403B.

Preview

Color preview on black background

This text has color #54403B on black background.


Color preview on white background

This text has color #54403B on white background.


Black color preview on #54403B background

This text has black color on #54403B background.


White color preview on #54403B background

This text has white color on #54403B background.


Related colors

Complementary color

Complementary color for #hex is #ABBFC4.


I love getcolorcode.com

Triadic colors

1 #3B5440 and #403B54 with #54403B are triadic colors.

2 #3B4054 and #40543B with #54403B are triadic colors.