COLOR #54866D

HEX: #54866D
RGB: (84,134,109)

Color info

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

RGB color model

#54866D color RGB value is (84,134,109).

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

RGB channels and saturation

R 84 of 255 = 33%
G 134 of 255 = 53%
B 109 of 255 = 43%

84
134
109

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

Portions of RGB colors in percentages

R + G + B =
84 + 134 + 109 = 327 (100%)
R 84 of 327 ~ 25.69%
G 134 of 327 ~ 40.98%
B 109 of 327 ~ 33.33%

%25.69
%40.98
%33.33

CMYK color model

#54866D color CMYK value is (37,0,19,47).

  • cyan value is 37.31%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 47.45%
CMYK:
(37,0,19,47)
C37M0Y19K47 
(37%,0%,19%,47%)
(0.37/0.00/0.19/0.47)	

CMYK percentages

%37.31
%0
%18.66
%47.45

Codes

Color #54866D in popluar color models

54866D
RGB84134109
HSL150°22.94%42.75%
HSB/HSV150°37.31%52.55%
CMYK37.31%0.00%18.66%
47.45%

Color #54866D in popluar number systems.

HEX54866D
Decimal84134109
Binary1010100100001101101101
Octal124206155

Shades and tints

Shades of #54866D

#54866D
(84,134,109)
#4D7A64
(77,122,100)
#466E5B
(70,110,91)
#3F6252
(63,98,82)
#385649
(56,86,73)
#314A40
(49,74,64)
#2A3E37
(42,62,55)
#23322E
(35,50,46)
#1C2625
(28,38,37)
#151A1C
(21,26,28)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #54866D

#54866D
(84,134,109)
#63917A
(99,145,122)
#729C87
(114,156,135)
#81A794
(129,167,148)
#90B2A1
(144,178,161)
#9FBDAE
(159,189,174)
#AEC8BB
(174,200,187)
#BDD3C8
(189,211,200)
#CCDED5
(204,222,213)
#DBE9E2
(219,233,226)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54866D; }

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

This text font color is #54866D.


Background Color

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

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

This div background color is #54866D.


Border color

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

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

This div border color is #54866D.


Opacity

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

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

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

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

This text has shadow with #54866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54866D on black background.


Color preview on white background

This text has color #54866D on white background.



Black color preview on #54866D background

This text has black color on #54866D background.


White color preview on #54866D background

This text has white color on #54866D background.