COLOR #54841E

HEX: #54841E
RGB: (84,132,30)

Color info

#54841E contains mainly red and green colors. Web safe color of #54841E is #669933 (or #693).

RGB color model

#54841E color RGB value is (84,132,30).

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

RGB channels and saturation

R 84 of 255 = 33%
G 132 of 255 = 52%
B 30 of 255 = 12%

84
132
30

R + G + B ~ 32%. #54841E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 132 + 30 = 246 (100%)
R 84 of 246 ~ 34.15%
G 132 of 246 ~ 53.66%
B 30 of 246 ~ 12.2%

%34.15
%53.66
%12.2

CMYK color model

#54841E color CMYK value is (36,0,77,48).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 77.27%
  • key color value is 48.24%
CMYK:
(36,0,77,48)
C36M0Y77K48 
(36%,0%,77%,48%)
(0.36/0.00/0.77/0.48)	

CMYK percentages

%36.36
%0
%77.27
%48.24

Codes

Color #54841E in popluar color models

54841E
RGB8413230
HSL88°62.96%31.76%
HSB/HSV88°77.27%51.76%
CMYK36.36%0.00%77.27%
48.24%

Color #54841E in popluar number systems.

HEX54841E
Decimal8413230
Binary10101001000010011110
Octal12420436

Shades and tints

Shades of #54841E

#54841E
(84,132,30)
#4D781C
(77,120,28)
#466C1A
(70,108,26)
#3F6018
(63,96,24)
#385416
(56,84,22)
#314814
(49,72,20)
#2A3C12
(42,60,18)
#233010
(35,48,16)
#1C240E
(28,36,14)
#15180C
(21,24,12)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #54841E

#54841E
(84,132,30)
#638F32
(99,143,50)
#729A46
(114,154,70)
#81A55A
(129,165,90)
#90B06E
(144,176,110)
#9FBB82
(159,187,130)
#AEC696
(174,198,150)
#BDD1AA
(189,209,170)
#CCDCBE
(204,220,190)
#DBE7D2
(219,231,210)
#EAF2E6
(234,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54841E color. Also use rgb(84,132,30) instead hex code.

Text Font Color

.myTextColor { color: #54841E; }

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

This text font color is #54841E.


Background Color

.myBgColor { background-color: #54841E; }

<div style="background-color:#54841E">Inner text</div>

This div background color is #54841E.


Border color

.myBorderColor { border: 1px solid #54841E; }

<div style="border:3px solid #54841E">Div</div>

This div border color is #54841E.


Opacity

.myOpacity80 { color: #54841E; opacity: 0.8; }

<p style="color:#54841E;opacity:0.8;">80%</p>

Text with #54841E 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 #54841E;}

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

This text has shadow with #54841E color.

.textShadow {text-shadow: 3px 3px 1px #54841E, 3px 3px 1px red;}

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

This text has shadow with #54841E primary color and red secondary color.


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

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

This text has shadow with #54841E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54841E on black background.


Color preview on white background

This text has color #54841E on white background.



Black color preview on #54841E background

This text has black color on #54841E background.


White color preview on #54841E background

This text has white color on #54841E background.