COLOR #54714D

HEX: #54714D
RGB: (84,113,77)

Color info

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

RGB color model

#54714D color RGB value is (84,113,77).

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

RGB channels and saturation

R 84 of 255 = 33%
G 113 of 255 = 44%
B 77 of 255 = 30%

84
113
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 113 + 77 = 274 (100%)
R 84 of 274 ~ 30.66%
G 113 of 274 ~ 41.24%
B 77 of 274 ~ 28.1%

%30.66
%41.24
%28.1

CMYK color model

#54714D color CMYK value is (26,0,32,56).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 55.69%
CMYK:
(26,0,32,56)
C26M0Y32K56 
(26%,0%,32%,56%)
(0.26/0.00/0.32/0.56)	

CMYK percentages

%25.66
%0
%31.86
%55.69

Codes

Color #54714D in popluar color models

54714D
RGB8411377
HSL108°18.95%37.25%
HSB/HSV108°31.86%44.31%
CMYK25.66%0.00%31.86%
55.69%

Color #54714D in popluar number systems.

HEX54714D
Decimal8411377
Binary101010011100011001101
Octal124161115

Shades and tints

Shades of #54714D

#54714D
(84,113,77)
#4D6746
(77,103,70)
#465D3F
(70,93,63)
#3F5338
(63,83,56)
#384931
(56,73,49)
#313F2A
(49,63,42)
#2A3523
(42,53,35)
#232B1C
(35,43,28)
#1C2115
(28,33,21)
#15170E
(21,23,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #54714D

#54714D
(84,113,77)
#637D5D
(99,125,93)
#72896D
(114,137,109)
#81957D
(129,149,125)
#90A18D
(144,161,141)
#9FAD9D
(159,173,157)
#AEB9AD
(174,185,173)
#BDC5BD
(189,197,189)
#CCD1CD
(204,209,205)
#DBDDDD
(219,221,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54714D; }

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

This text font color is #54714D.


Background Color

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

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

This div background color is #54714D.


Border color

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

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

This div border color is #54714D.


Opacity

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

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

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

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

This text has shadow with #54714D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54714D on black background.


Color preview on white background

This text has color #54714D on white background.



Black color preview on #54714D background

This text has black color on #54714D background.


White color preview on #54714D background

This text has white color on #54714D background.