COLOR #548F4D

HEX: #548F4D RGB: (84,143,77)

Color info

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

RGB color model

#548F4D color RGB value is (84,143,77).

RGB: (84,143,77) (33%, 56%, 30%)

RGB channels and saturation

R 84 of 255 = 33%
G 143 of 255 = 56%
B 77 of 255 = 30%

84
143
77

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

Portions of RGB colors in percentages

R + G + B = 84 + 143 + 77 = 304 (100%)
R 84 of 304 ~ 27.63%
G 143 of 304 ~ 47.04%
B 77 of 304 ~ 25.33'%

%27.63
%47.04
%25.33

CMYK color model

#548F4D color CMYK value is (41,0,46,44).

  • cyan value is 41.26%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 43.92%
CMYK: (41,0,46,44) C41M0Y46K44 (41%,0%,46%,44%) (0.41/0.00/0.46/0.44) 

CMYK percentages

%41.26
%0
%46.15
%43.92

Codes

Color #548F4D in popluar color models

54 8F 4D
RGB 84 143 77
HSL 114° 30.00% 43.14%
HSB/HSV 114° 46.15% 56.08%
CMYK 41.26% 0.00% 46.15%
43.92%

Color #548F4D in popluar number systems.

HEX 54 8F 4D
Decimal 84 143 77
Binary 1010100 10001111 1001101
Octal 124 217 115

Shades and tints

Shades of #548F4D

#548F4D
(84,143,77)
#4D8246
(77,130,70)
#46753F
(70,117,63)
#3F6838
(63,104,56)
#385B31
(56,91,49)
#314E2A
(49,78,42)
#2A4123
(42,65,35)
#23341C
(35,52,28)
#1C2715
(28,39,21)
#151A0E
(21,26,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #548F4D

#548F4D
(84,143,77)
#63995D
(99,153,93)
#72A36D
(114,163,109)
#81AD7D
(129,173,125)
#90B78D
(144,183,141)
#9FC19D
(159,193,157)
#AECBAD
(174,203,173)
#BDD5BD
(189,213,189)
#CCDFCD
(204,223,205)
#DBE9DD
(219,233,221)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548F4D color. Also use rgb(84,143,77) instead hex code.

Text Font Color

.myTextColor { color: #548F4D; }

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

This text font color is #548F4D.

Background Color

.myBgColor { background-color: #548F4D; }

<div style="background-color:#548F4D">Inner text</div>

This div background color is #548F4D.

Border color

.myBorderColor { border: 1px solid #548F4D; }

<div style="border:3px solid #548F4D">Div</div>

This div border color is #548F4D.

Opacity

.myOpacity80 { color: #548F4D; opacity: 0.8; }

<p style="color:#548F4D;opacity:0.8;">80%</p>

Text with #548F4D 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 #548F4D;}

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

This text has shadow with #548F4D color.


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

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

This text has shadow with #548F4D primary color and red secondary color.


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

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

This text has shadow with #548F4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #548F4D.

Preview

Color preview on black background

This text has color #548F4D on black background.


Color preview on white background

This text has color #548F4D on white background.


Black color preview on #548F4D background

This text has black color on #548F4D background.


White color preview on #548F4D background

This text has white color on #548F4D background.


Related colors

Complementary color

Complementary color for #hex is #AB70B2.


I love getcolorcode.com

Triadic colors

1 #4D548F and #8F4D54 with #548F4D are triadic colors.

2 #4D8F54 and #8F544D with #548F4D are triadic colors.