COLOR #54834A

HEX: #54834A
RGB: (84,131,74)

Color info

#54834A contains red, green and blue colors in about the same proportion. Web safe color of #54834A is #669933 (or #693).

RGB color model

#54834A color RGB value is (84,131,74).

  • red value is 84;
  • green value is 131;
  • blue value is 74.
RGB:
(84,131,74)
(33%,51%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 131 of 255 = 51%
B 74 of 255 = 29%

84
131
74

R + G + B ~ 38%. #54834A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 131 + 74 = 289 (100%)
R 84 of 289 ~ 29.07%
G 131 of 289 ~ 45.33%
B 74 of 289 ~ 25.61%

%29.07
%45.33
%25.61

CMYK color model

#54834A color CMYK value is (36,0,44,49).

  • cyan value is 35.88%
  • magenta value is 0.00%
  • yellow value is 43.51%
  • key color value is 48.63%
CMYK:
(36,0,44,49)
C36M0Y44K49 
(36%,0%,44%,49%)
(0.36/0.00/0.44/0.49)	

CMYK percentages

%35.88
%0
%43.51
%48.63

Codes

Color #54834A in popluar color models

54834A
RGB8413174
HSL109°27.80%40.20%
HSB/HSV109°43.51%51.37%
CMYK35.88%0.00%43.51%
48.63%

Color #54834A in popluar number systems.

HEX54834A
Decimal8413174
Binary1010100100000111001010
Octal124203112

Shades and tints

Shades of #54834A

#54834A
(84,131,74)
#4D7844
(77,120,68)
#466D3E
(70,109,62)
#3F6238
(63,98,56)
#385732
(56,87,50)
#314C2C
(49,76,44)
#2A4126
(42,65,38)
#233620
(35,54,32)
#1C2B1A
(28,43,26)
#152014
(21,32,20)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #54834A

#54834A
(84,131,74)
#638E5A
(99,142,90)
#72996A
(114,153,106)
#81A47A
(129,164,122)
#90AF8A
(144,175,138)
#9FBA9A
(159,186,154)
#AEC5AA
(174,197,170)
#BDD0BA
(189,208,186)
#CCDBCA
(204,219,202)
#DBE6DA
(219,230,218)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54834A color. Also use rgb(84,131,74) instead hex code.

Text Font Color

.myTextColor { color: #54834A; }

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

This text font color is #54834A.


Background Color

.myBgColor { background-color: #54834A; }

<div style="background-color:#54834A">Inner text</div>

This div background color is #54834A.


Border color

.myBorderColor { border: 1px solid #54834A; }

<div style="border:3px solid #54834A">Div</div>

This div border color is #54834A.


Opacity

.myOpacity80 { color: #54834A; opacity: 0.8; }

<p style="color:#54834A;opacity:0.8;">80%</p>

Text with #54834A 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 #54834A;}

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

This text has shadow with #54834A color.

.textShadow {text-shadow: 3px 3px 1px #54834A, 3px 3px 1px red;}

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

This text has shadow with #54834A primary color and red secondary color.


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

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

This text has shadow with #54834A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54834A on black background.


Color preview on white background

This text has color #54834A on white background.



Black color preview on #54834A background

This text has black color on #54834A background.


White color preview on #54834A background

This text has white color on #54834A background.