COLOR #548D4F

HEX: #548D4F
RGB: (84,141,79)

Color info

#548D4F contains mainly red and green colors. Web safe color of #548D4F is #669966 (or #696).

RGB color model

#548D4F color RGB value is (84,141,79).

  • red value is 84;
  • green value is 141;
  • blue value is 79.
RGB:
(84,141,79)
(33%,55%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 141 of 255 = 55%
B 79 of 255 = 31%

84
141
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 141 + 79 = 304 (100%)
R 84 of 304 ~ 27.63%
G 141 of 304 ~ 46.38%
B 79 of 304 ~ 25.99%

%27.63
%46.38
%25.99

CMYK color model

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

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK:
(40,0,44,45)
C40M0Y44K45 
(40%,0%,44%,45%)
(0.40/0.00/0.44/0.45)	

CMYK percentages

%40.43
%0
%43.97
%44.71

Codes

Color #548D4F in popluar color models

548D4F
RGB8414179
HSL115°28.18%43.14%
HSB/HSV115°43.97%55.29%
CMYK40.43%0.00%43.97%
44.71%

Color #548D4F in popluar number systems.

HEX548D4F
Decimal8414179
Binary1010100100011011001111
Octal124215117

Shades and tints

Shades of #548D4F

#548D4F
(84,141,79)
#4D8148
(77,129,72)
#467541
(70,117,65)
#3F693A
(63,105,58)
#385D33
(56,93,51)
#31512C
(49,81,44)
#2A4525
(42,69,37)
#23391E
(35,57,30)
#1C2D17
(28,45,23)
#152110
(21,33,16)
#0E1509
(14,21,9)
#000000
(0,0,0)

Tints of #548D4F

#548D4F
(84,141,79)
#63975F
(99,151,95)
#72A16F
(114,161,111)
#81AB7F
(129,171,127)
#90B58F
(144,181,143)
#9FBF9F
(159,191,159)
#AEC9AF
(174,201,175)
#BDD3BF
(189,211,191)
#CCDDCF
(204,221,207)
#DBE7DF
(219,231,223)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548D4F color. Also use rgb(84,141,79) instead hex code.

Text Font Color

.myTextColor { color: #548D4F; }

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

This text font color is #548D4F.


Background Color

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

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

This div background color is #548D4F.


Border color

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

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

This div border color is #548D4F.


Opacity

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

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

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

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

This text has shadow with #548D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548D4F on black background.


Color preview on white background

This text has color #548D4F on white background.



Black color preview on #548D4F background

This text has black color on #548D4F background.


White color preview on #548D4F background

This text has white color on #548D4F background.