COLOR #54866F

HEX: #54866F
RGB: (84,134,111)

Color info

#54866F contains red, green and blue colors in about the same proportion. Web safe color of #54866F is #669966 (or #696).

RGB color model

#54866F color RGB value is (84,134,111).

  • red value is 84;
  • green value is 134;
  • blue value is 111.
RGB:
(84,134,111)
(33%,53%,44%)

RGB channels and saturation

R 84 of 255 = 33%
G 134 of 255 = 53%
B 111 of 255 = 44%

84
134
111

R + G + B ~ 43%. #54866F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 134 + 111 = 329 (100%)
R 84 of 329 ~ 25.53%
G 134 of 329 ~ 40.73%
B 111 of 329 ~ 33.74%

%25.53
%40.73
%33.74

CMYK color model

#54866F color CMYK value is (37,0,17,47).

  • cyan value is 37.31%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 47.45%
CMYK:
(37,0,17,47)
C37M0Y17K47 
(37%,0%,17%,47%)
(0.37/0.00/0.17/0.47)	

CMYK percentages

%37.31
%0
%17.16
%47.45

Codes

Color #54866F in popluar color models

54866F
RGB84134111
HSL152°22.94%42.75%
HSB/HSV152°37.31%52.55%
CMYK37.31%0.00%17.16%
47.45%

Color #54866F in popluar number systems.

HEX54866F
Decimal84134111
Binary1010100100001101101111
Octal124206157

Shades and tints

Shades of #54866F

#54866F
(84,134,111)
#4D7A65
(77,122,101)
#466E5B
(70,110,91)
#3F6251
(63,98,81)
#385647
(56,86,71)
#314A3D
(49,74,61)
#2A3E33
(42,62,51)
#233229
(35,50,41)
#1C261F
(28,38,31)
#151A15
(21,26,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #54866F

#54866F
(84,134,111)
#63917C
(99,145,124)
#729C89
(114,156,137)
#81A796
(129,167,150)
#90B2A3
(144,178,163)
#9FBDB0
(159,189,176)
#AEC8BD
(174,200,189)
#BDD3CA
(189,211,202)
#CCDED7
(204,222,215)
#DBE9E4
(219,233,228)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54866F color. Also use rgb(84,134,111) instead hex code.

Text Font Color

.myTextColor { color: #54866F; }

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

This text font color is #54866F.


Background Color

.myBgColor { background-color: #54866F; }

<div style="background-color:#54866F">Inner text</div>

This div background color is #54866F.


Border color

.myBorderColor { border: 1px solid #54866F; }

<div style="border:3px solid #54866F">Div</div>

This div border color is #54866F.


Opacity

.myOpacity80 { color: #54866F; opacity: 0.8; }

<p style="color:#54866F;opacity:0.8;">80%</p>

Text with #54866F 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 #54866F;}

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

This text has shadow with #54866F color.

.textShadow {text-shadow: 3px 3px 1px #54866F, 3px 3px 1px red;}

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

This text has shadow with #54866F primary color and red secondary color.


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

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

This text has shadow with #54866F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54866F on black background.


Color preview on white background

This text has color #54866F on white background.



Black color preview on #54866F background

This text has black color on #54866F background.


White color preview on #54866F background

This text has white color on #54866F background.