COLOR #54865C

HEX: #54865C RGB: (84,134,92)

Color info

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

RGB color model

#54865C color RGB value is (84,134,92).

RGB: (84,134,92) (33%, 53%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 134 of 255 = 53%
B 92 of 255 = 36%

84
134
92

R + G + B ~ 41%. #54865C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 134 + 92 = 310 (100%)
R 84 of 310 ~ 27.1%
G 134 of 310 ~ 43.23%
B 92 of 310 ~ 29.68'%

%27.1
%43.23
%29.68

CMYK color model

#54865C color CMYK value is (37,0,31,47).

  • cyan value is 37.31%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK: (37,0,31,47) C37M0Y31K47 (37%,0%,31%,47%) (0.37/0.00/0.31/0.47) 

CMYK percentages

%37.31
%0
%31.34
%47.45

Codes

Color #54865C in popluar color models

54 86 5C
RGB 84 134 92
HSL 130° 22.94% 42.75%
HSB/HSV 130° 37.31% 52.55%
CMYK 37.31% 0.00% 31.34%
47.45%

Color #54865C in popluar number systems.

HEX 54 86 5C
Decimal 84 134 92
Binary 1010100 10000110 1011100
Octal 124 206 134

Shades and tints

Shades of #54865C

#54865C
(84,134,92)
#4D7A54
(77,122,84)
#466E4C
(70,110,76)
#3F6244
(63,98,68)
#38563C
(56,86,60)
#314A34
(49,74,52)
#2A3E2C
(42,62,44)
#233224
(35,50,36)
#1C261C
(28,38,28)
#151A14
(21,26,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #54865C

#54865C
(84,134,92)
#63916A
(99,145,106)
#729C78
(114,156,120)
#81A786
(129,167,134)
#90B294
(144,178,148)
#9FBDA2
(159,189,162)
#AEC8B0
(174,200,176)
#BDD3BE
(189,211,190)
#CCDECC
(204,222,204)
#DBE9DA
(219,233,218)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54865C color. Also use rgb(84,134,92) instead hex code.

Text Font Color

.myTextColor { color: #54865C; }

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

This text font color is #54865C.

Background Color

.myBgColor { background-color: #54865C; }

<div style="background-color:#54865C">Inner text</div>

This div background color is #54865C.

Border color

.myBorderColor { border: 1px solid #54865C; }

<div style="border:3px solid #54865C">Div</div>

This div border color is #54865C.

Opacity

.myOpacity80 { color: #54865C; opacity: 0.8; }

<p style="color:#54865C;opacity:0.8;">80%</p>

Text with #54865C 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 #54865C;}

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

This text has shadow with #54865C color.


.textShadow {text-shadow: 3px 3px 1px #54865C', 3px 3px 1px red;}

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

This text has shadow with #54865C primary color and red secondary color.


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

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

This text has shadow with #54865C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54865C; -webkit-box-shadow: 1px 1px 3px 2px #54865C; box-shadow:1px 1px 3px 2px #54865C;">
Div content here
</div>

This div box has shadow with color #54865C.

Preview

Color preview on black background

This text has color #54865C on black background.


Color preview on white background

This text has color #54865C on white background.


Black color preview on #54865C background

This text has black color on #54865C background.


White color preview on #54865C background

This text has white color on #54865C background.


Related colors

Complementary color

Complementary color for #hex is #AB79A3.


I love getcolorcode.com

Triadic colors

1 #5C5486 and #865C54 with #54865C are triadic colors.

2 #5C8654 and #86545C with #54865C are triadic colors.