COLOR #54614D

HEX: #54614D
RGB: (84,97,77)

Color info

#54614D contains red, green and blue colors in about the same proportion. Web safe color of #54614D is #666633 (or #663).

RGB color model

#54614D color RGB value is (84,97,77).

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

RGB channels and saturation

R 84 of 255 = 33%
G 97 of 255 = 38%
B 77 of 255 = 30%

84
97
77

R + G + B ~ 34%. #54614D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 97 + 77 = 258 (100%)
R 84 of 258 ~ 32.56%
G 97 of 258 ~ 37.6%
B 77 of 258 ~ 29.84%

%32.56
%37.6
%29.84

CMYK color model

#54614D color CMYK value is (13,0,21,62).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(13,0,21,62)
C13M0Y21K62 
(13%,0%,21%,62%)
(0.13/0.00/0.21/0.62)	

CMYK percentages

%13.4
%0
%20.62
%61.96

Codes

Color #54614D in popluar color models

54614D
RGB849777
HSL99°11.49%34.12%
HSB/HSV99°20.62%38.04%
CMYK13.40%0.00%20.62%
61.96%

Color #54614D in popluar number systems.

HEX54614D
Decimal849777
Binary101010011000011001101
Octal124141115

Shades and tints

Shades of #54614D

#54614D
(84,97,77)
#4D5946
(77,89,70)
#46513F
(70,81,63)
#3F4938
(63,73,56)
#384131
(56,65,49)
#31392A
(49,57,42)
#2A3123
(42,49,35)
#23291C
(35,41,28)
#1C2115
(28,33,21)
#15190E
(21,25,14)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #54614D

#54614D
(84,97,77)
#636F5D
(99,111,93)
#727D6D
(114,125,109)
#818B7D
(129,139,125)
#90998D
(144,153,141)
#9FA79D
(159,167,157)
#AEB5AD
(174,181,173)
#BDC3BD
(189,195,189)
#CCD1CD
(204,209,205)
#DBDFDD
(219,223,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54614D color. Also use rgb(84,97,77) instead hex code.

Text Font Color

.myTextColor { color: #54614D; }

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

This text font color is #54614D.


Background Color

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

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

This div background color is #54614D.


Border color

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

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

This div border color is #54614D.


Opacity

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

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

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

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

This text has shadow with #54614D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54614D on black background.


Color preview on white background

This text has color #54614D on white background.



Black color preview on #54614D background

This text has black color on #54614D background.


White color preview on #54614D background

This text has white color on #54614D background.