COLOR #54845D

HEX: #54845D
RGB: (84,132,93)

Color info

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

RGB color model

#54845D color RGB value is (84,132,93).

  • red value is 84;
  • green value is 132;
  • blue value is 93.
RGB:
(84,132,93)
(33%,52%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 132 of 255 = 52%
B 93 of 255 = 36%

84
132
93

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

Portions of RGB colors in percentages

R + G + B =
84 + 132 + 93 = 309 (100%)
R 84 of 309 ~ 27.18%
G 132 of 309 ~ 42.72%
B 93 of 309 ~ 30.1%

%27.18
%42.72
%30.1

CMYK color model

#54845D color CMYK value is (36,0,30,48).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(36,0,30,48)
C36M0Y30K48 
(36%,0%,30%,48%)
(0.36/0.00/0.30/0.48)	

CMYK percentages

%36.36
%0
%29.55
%48.24

Codes

Color #54845D in popluar color models

54845D
RGB8413293
HSL131°22.22%42.35%
HSB/HSV131°36.36%51.76%
CMYK36.36%0.00%29.55%
48.24%

Color #54845D in popluar number systems.

HEX54845D
Decimal8413293
Binary1010100100001001011101
Octal124204135

Shades and tints

Shades of #54845D

#54845D
(84,132,93)
#4D7855
(77,120,85)
#466C4D
(70,108,77)
#3F6045
(63,96,69)
#38543D
(56,84,61)
#314835
(49,72,53)
#2A3C2D
(42,60,45)
#233025
(35,48,37)
#1C241D
(28,36,29)
#151815
(21,24,21)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #54845D

#54845D
(84,132,93)
#638F6B
(99,143,107)
#729A79
(114,154,121)
#81A587
(129,165,135)
#90B095
(144,176,149)
#9FBBA3
(159,187,163)
#AEC6B1
(174,198,177)
#BDD1BF
(189,209,191)
#CCDCCD
(204,220,205)
#DBE7DB
(219,231,219)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54845D color. Also use rgb(84,132,93) instead hex code.

Text Font Color

.myTextColor { color: #54845D; }

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

This text font color is #54845D.


Background Color

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

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

This div background color is #54845D.


Border color

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

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

This div border color is #54845D.


Opacity

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

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

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

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

This text has shadow with #54845D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54845D on black background.


Color preview on white background

This text has color #54845D on white background.



Black color preview on #54845D background

This text has black color on #54845D background.


White color preview on #54845D background

This text has white color on #54845D background.