COLOR #54374C

HEX: #54374C
RGB: (84,55,76)

Color info

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

RGB color model

#54374C color RGB value is (84,55,76).

  • red value is 84;
  • green value is 55;
  • blue value is 76.
RGB:
(84,55,76)
(33%,22%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 55 of 255 = 22%
B 76 of 255 = 30%

84
55
76

R + G + B ~ 28%. #54374C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 55 + 76 = 215 (100%)
R 84 of 215 ~ 39.07%
G 55 of 215 ~ 25.58%
B 76 of 215 ~ 35.35%

%39.07
%25.58
%35.35

CMYK color model

#54374C color CMYK value is (0,35,10,67).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 9.52%
  • key color value is 67.06%
CMYK:
(0,35,10,67)
C0M35Y10K67 
(0%,35%,10%,67%)
(0.00/0.35/0.10/0.67)	

CMYK percentages

%0
%34.52
%9.52
%67.06

Codes

Color #54374C in popluar color models

54374C
RGB845576
HSL317°20.86%27.25%
HSB/HSV317°34.52%32.94%
CMYK0.00%34.52%9.52%
67.06%

Color #54374C in popluar number systems.

HEX54374C
Decimal845576
Binary10101001101111001100
Octal12467114

Shades and tints

Shades of #54374C

#54374C
(84,55,76)
#4D3246
(77,50,70)
#462D40
(70,45,64)
#3F283A
(63,40,58)
#382334
(56,35,52)
#311E2E
(49,30,46)
#2A1928
(42,25,40)
#231422
(35,20,34)
#1C0F1C
(28,15,28)
#150A16
(21,10,22)
#0E0510
(14,5,16)
#000000
(0,0,0)

Tints of #54374C

#54374C
(84,55,76)
#63495C
(99,73,92)
#725B6C
(114,91,108)
#816D7C
(129,109,124)
#907F8C
(144,127,140)
#9F919C
(159,145,156)
#AEA3AC
(174,163,172)
#BDB5BC
(189,181,188)
#CCC7CC
(204,199,204)
#DBD9DC
(219,217,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54374C color. Also use rgb(84,55,76) instead hex code.

Text Font Color

.myTextColor { color: #54374C; }

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

This text font color is #54374C.


Background Color

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

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

This div background color is #54374C.


Border color

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

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

This div border color is #54374C.


Opacity

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

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

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

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

This text has shadow with #54374C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54374C on black background.


Color preview on white background

This text has color #54374C on white background.



Black color preview on #54374C background

This text has black color on #54374C background.


White color preview on #54374C background

This text has white color on #54374C background.