COLOR #548971

HEX: #548971
RGB: (84,137,113)

Color info

#548971 contains red, green and blue colors in about the same proportion. Web safe color of #548971 is #669966 (or #696).

RGB color model

#548971 color RGB value is (84,137,113).

  • red value is 84;
  • green value is 137;
  • blue value is 113.
RGB:
(84,137,113)
(33%,54%,44%)

RGB channels and saturation

R 84 of 255 = 33%
G 137 of 255 = 54%
B 113 of 255 = 44%

84
137
113

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

Portions of RGB colors in percentages

R + G + B =
84 + 137 + 113 = 334 (100%)
R 84 of 334 ~ 25.15%
G 137 of 334 ~ 41.02%
B 113 of 334 ~ 33.83%

%25.15
%41.02
%33.83

CMYK color model

#548971 color CMYK value is (39,0,18,46).

  • cyan value is 38.69%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(39,0,18,46)
C39M0Y18K46 
(39%,0%,18%,46%)
(0.39/0.00/0.18/0.46)	

CMYK percentages

%38.69
%0
%17.52
%46.27

Codes

Color #548971 in popluar color models

548971
RGB84137113
HSL153°23.98%43.33%
HSB/HSV153°38.69%53.73%
CMYK38.69%0.00%17.52%
46.27%

Color #548971 in popluar number systems.

HEX548971
Decimal84137113
Binary1010100100010011110001
Octal124211161

Shades and tints

Shades of #548971

#548971
(84,137,113)
#4D7D67
(77,125,103)
#46715D
(70,113,93)
#3F6553
(63,101,83)
#385949
(56,89,73)
#314D3F
(49,77,63)
#2A4135
(42,65,53)
#23352B
(35,53,43)
#1C2921
(28,41,33)
#151D17
(21,29,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #548971

#548971
(84,137,113)
#63937D
(99,147,125)
#729D89
(114,157,137)
#81A795
(129,167,149)
#90B1A1
(144,177,161)
#9FBBAD
(159,187,173)
#AEC5B9
(174,197,185)
#BDCFC5
(189,207,197)
#CCD9D1
(204,217,209)
#DBE3DD
(219,227,221)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548971 color. Also use rgb(84,137,113) instead hex code.

Text Font Color

.myTextColor { color: #548971; }

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

This text font color is #548971.


Background Color

.myBgColor { background-color: #548971; }

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

This div background color is #548971.


Border color

.myBorderColor { border: 1px solid #548971; }

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

This div border color is #548971.


Opacity

.myOpacity80 { color: #548971; opacity: 0.8; }

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

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

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

This text has shadow with #548971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548971 on black background.


Color preview on white background

This text has color #548971 on white background.



Black color preview on #548971 background

This text has black color on #548971 background.


White color preview on #548971 background

This text has white color on #548971 background.