COLOR #54615B

HEX: #54615B
RGB: (84,97,91)

Color info

#54615B contains red, green and blue colors in about the same proportion. Web safe color of #54615B is #666666 (or #666).

RGB color model

#54615B color RGB value is (84,97,91).

  • red value is 84;
  • green value is 97;
  • blue value is 91.
RGB:
(84,97,91)
(33%,38%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 97 of 255 = 38%
B 91 of 255 = 36%

84
97
91

R + G + B ~ 36%. #54615B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 97 + 91 = 272 (100%)
R 84 of 272 ~ 30.88%
G 97 of 272 ~ 35.66%
B 91 of 272 ~ 33.46%

%30.88
%35.66
%33.46

CMYK color model

#54615B color CMYK value is (13,0,6,62).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(13,0,6,62)
C13M0Y6K62 
(13%,0%,6%,62%)
(0.13/0.00/0.06/0.62)	

CMYK percentages

%13.4
%0
%6.19
%61.96

Codes

Color #54615B in popluar color models

54615B
RGB849791
HSL152°7.18%35.49%
HSB/HSV152°13.40%38.04%
CMYK13.40%0.00%6.19%
61.96%

Color #54615B in popluar number systems.

HEX54615B
Decimal849791
Binary101010011000011011011
Octal124141133

Shades and tints

Shades of #54615B

#54615B
(84,97,91)
#4D5953
(77,89,83)
#46514B
(70,81,75)
#3F4943
(63,73,67)
#38413B
(56,65,59)
#313933
(49,57,51)
#2A312B
(42,49,43)
#232923
(35,41,35)
#1C211B
(28,33,27)
#151913
(21,25,19)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #54615B

#54615B
(84,97,91)
#636F69
(99,111,105)
#727D77
(114,125,119)
#818B85
(129,139,133)
#909993
(144,153,147)
#9FA7A1
(159,167,161)
#AEB5AF
(174,181,175)
#BDC3BD
(189,195,189)
#CCD1CB
(204,209,203)
#DBDFD9
(219,223,217)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54615B color. Also use rgb(84,97,91) instead hex code.

Text Font Color

.myTextColor { color: #54615B; }

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

This text font color is #54615B.


Background Color

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

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

This div background color is #54615B.


Border color

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

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

This div border color is #54615B.


Opacity

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

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

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

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

This text has shadow with #54615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54615B on black background.


Color preview on white background

This text has color #54615B on white background.



Black color preview on #54615B background

This text has black color on #54615B background.


White color preview on #54615B background

This text has white color on #54615B background.