COLOR #54333D

HEX: #54333D RGB: (84,51,61)

Color info

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

RGB color model

#54333D color RGB value is (84,51,61).

RGB: (84,51,61) (33%, 20%, 24%)

RGB channels and saturation

R 84 of 255 = 33%
G 51 of 255 = 20%
B 61 of 255 = 24%

84
51
61

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

Portions of RGB colors in percentages

R + G + B = 84 + 51 + 61 = 196 (100%)
R 84 of 196 ~ 42.86%
G 51 of 196 ~ 26.02%
B 61 of 196 ~ 31.12'%

%42.86
%26.02
%31.12

CMYK color model

#54333D color CMYK value is (0,39,27,67).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 27.38%
  • key color value is 67.06%

CMYK: (0,39,27,67)
C0M39Y27K67 (0%, 39%, 27%, 67%)
(0.00 / 0.39 / 0.27 / 0.67)

CMYK percentages

%0
%39.29
%27.38
%67.06

Codes

Color #54333D in popluar color models

54 33 3D
RGB 84 51 61
HSL 342° 24.44% 26.47%
HSB/HSV 342° 39.29% 32.94%
CMYK 0.00% 39.29% 27.38%
67.06%

Color #54333D in popluar number systems.

HEX 54 33 3D
Decimal 84 51 61
Binary 1010100 110011 111101
Octal 124 63 75

Shades and tints

Shades of #54333D

#54333D
(84,51,61)
#4D2F38
(77,47,56)
#462B33
(70,43,51)
#3F272E
(63,39,46)
#382329
(56,35,41)
#311F24
(49,31,36)
#2A1B1F
(42,27,31)
#23171A
(35,23,26)
#1C1315
(28,19,21)
#150F10
(21,15,16)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #54333D

#54333D
(84,51,61)
#63454E
(99,69,78)
#72575F
(114,87,95)
#816970
(129,105,112)
#907B81
(144,123,129)
#9F8D92
(159,141,146)
#AE9FA3
(174,159,163)
#BDB1B4
(189,177,180)
#CCC3C5
(204,195,197)
#DBD5D6
(219,213,214)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54333D color. Also use rgb(84,51,61) instead hex code.

Text Font Color

.myTextColor { color: #54333D; }

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

This text font color is #54333D.

Background Color

.myBgColor { background-color: #54333D; }

<div style="background-color:#54333D">Inner text</div>

This div background color is #54333D.

Border color

.myBorderColor { border: 1px solid #54333D; }

<div style="border:3px solid #54333D">Div</div>

This div border color is #54333D.

Opacity

.myOpacity80 { color: #54333D; opacity: 0.8; }

<p style="color:#54333D;opacity:0.8;">80%</p>

Text with #54333D 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 #54333D;}

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

This text has shadow with #54333D color.


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

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

This text has shadow with #54333D primary color and red secondary color.


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

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

This text has shadow with #54333D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54333D.

Preview

Color preview on black background

This text has color #54333D on black background.


Color preview on white background

This text has color #54333D on white background.


Black color preview on #54333D background

This text has black color on #54333D background.


White color preview on #54333D background

This text has white color on #54333D background.


Related colors

Complementary color

Complementary color for #hex is #ABCCC2.


I love getcolorcode.com

Triadic colors

1 #3D5433 and #333D54 with #54333D are triadic colors.

2 #3D3354 and #33543D with #54333D are triadic colors.