COLOR #54916D

HEX: #54916D RGB: (84,145,109)

Color info

#54916D contains mainly green and blue colors. Web safe color of #54916D is #669966 (or #696).

RGB color model

#54916D color RGB value is (84,145,109).

RGB: (84,145,109) (33%, 57%, 43%)

RGB channels and saturation

R 84 of 255 = 33%
G 145 of 255 = 57%
B 109 of 255 = 43%

84
145
109

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

Portions of RGB colors in percentages

R + G + B = 84 + 145 + 109 = 338 (100%)
R 84 of 338 ~ 24.85%
G 145 of 338 ~ 42.9%
B 109 of 338 ~ 32.25'%

%24.85
%42.9
%32.25

CMYK color model

#54916D color CMYK value is (42,0,25,43).

  • cyan value is 42.07%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 43.14%

CMYK: (42,0,25,43)
C42M0Y25K43 (42%, 0%, 25%, 43%)
(0.42 / 0.00 / 0.25 / 0.43)

CMYK percentages

%42.07
%0
%24.83
%43.14

Codes

Color #54916D in popluar color models

54 91 6D
RGB 84 145 109
HSL 145° 26.64% 44.90%
HSB/HSV 145° 42.07% 56.86%
CMYK 42.07% 0.00% 24.83%
43.14%

Color #54916D in popluar number systems.

HEX 54 91 6D
Decimal 84 145 109
Binary 1010100 10010001 1101101
Octal 124 221 155

Shades and tints

Shades of #54916D

#54916D
(84,145,109)
#4D8464
(77,132,100)
#46775B
(70,119,91)
#3F6A52
(63,106,82)
#385D49
(56,93,73)
#315040
(49,80,64)
#2A4337
(42,67,55)
#23362E
(35,54,46)
#1C2925
(28,41,37)
#151C1C
(21,28,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #54916D

#54916D
(84,145,109)
#639B7A
(99,155,122)
#72A587
(114,165,135)
#81AF94
(129,175,148)
#90B9A1
(144,185,161)
#9FC3AE
(159,195,174)
#AECDBB
(174,205,187)
#BDD7C8
(189,215,200)
#CCE1D5
(204,225,213)
#DBEBE2
(219,235,226)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54916D; }

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

This text font color is #54916D.

Background Color

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

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

This div background color is #54916D.

Border color

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

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

This div border color is #54916D.

Opacity

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

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

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

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

This text has shadow with #54916D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54916D.

Preview

Color preview on black background

This text has color #54916D on black background.


Color preview on white background

This text has color #54916D on white background.


Black color preview on #54916D background

This text has black color on #54916D background.


White color preview on #54916D background

This text has white color on #54916D background.


Related colors

Complementary color

Complementary color for #hex is #AB6E92.


I love getcolorcode.com

Triadic colors

1 #6D5491 and #916D54 with #54916D are triadic colors.

2 #6D9154 and #91546D with #54916D are triadic colors.