COLOR #548B4D

HEX: #548B4D RGB: (84,139,77)

Color info

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

RGB color model

#548B4D color RGB value is (84,139,77).

RGB: (84,139,77) (33%, 55%, 30%)

RGB channels and saturation

R 84 of 255 = 33%
G 139 of 255 = 55%
B 77 of 255 = 30%

84
139
77

R + G + B ~ 39%. #548B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 139 + 77 = 300 (100%)
R 84 of 300 ~ 28%
G 139 of 300 ~ 46.33%
B 77 of 300 ~ 25.67'%

%28
%46.33
%25.67

CMYK color model

#548B4D color CMYK value is (40,0,45,45).

  • cyan value is 39.57%
  • magenta value is 0.00%
  • yellow value is 44.60%
  • key color value is 45.49%

CMYK: (40,0,45,45)
C40M0Y45K45 (40%, 0%, 45%, 45%)
(0.40 / 0.00 / 0.45 / 0.45)

CMYK percentages

%39.57
%0
%44.6
%45.49

Codes

Color #548B4D in popluar color models

54 8B 4D
RGB 84 139 77
HSL 113° 28.70% 42.35%
HSB/HSV 113° 44.60% 54.51%
CMYK 39.57% 0.00% 44.60%
45.49%

Color #548B4D in popluar number systems.

HEX 54 8B 4D
Decimal 84 139 77
Binary 1010100 10001011 1001101
Octal 124 213 115

Shades and tints

Shades of #548B4D

#548B4D
(84,139,77)
#4D7F46
(77,127,70)
#46733F
(70,115,63)
#3F6738
(63,103,56)
#385B31
(56,91,49)
#314F2A
(49,79,42)
#2A4323
(42,67,35)
#23371C
(35,55,28)
#1C2B15
(28,43,21)
#151F0E
(21,31,14)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #548B4D

#548B4D
(84,139,77)
#63955D
(99,149,93)
#729F6D
(114,159,109)
#81A97D
(129,169,125)
#90B38D
(144,179,141)
#9FBD9D
(159,189,157)
#AEC7AD
(174,199,173)
#BDD1BD
(189,209,189)
#CCDBCD
(204,219,205)
#DBE5DD
(219,229,221)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #548B4D; }

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

This text font color is #548B4D.

Background Color

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

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

This div background color is #548B4D.

Border color

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

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

This div border color is #548B4D.

Opacity

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

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

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

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

This text has shadow with #548B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #548B4D.

Preview

Color preview on black background

This text has color #548B4D on black background.


Color preview on white background

This text has color #548B4D on white background.


Black color preview on #548B4D background

This text has black color on #548B4D background.


White color preview on #548B4D background

This text has white color on #548B4D background.


Related colors

Complementary color

Complementary color for #hex is #AB74B2.


I love getcolorcode.com

Triadic colors

1 #4D548B and #8B4D54 with #548B4D are triadic colors.

2 #4D8B54 and #8B544D with #548B4D are triadic colors.