COLOR #548F52

HEX: #548F52
RGB: (84,143,82)

Color info

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

RGB color model

#548F52 color RGB value is (84,143,82).

  • red value is 84;
  • green value is 143;
  • blue value is 82.
RGB:
(84,143,82)
(33%,56%,32%)

RGB channels and saturation

R 84 of 255 = 33%
G 143 of 255 = 56%
B 82 of 255 = 32%

84
143
82

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

Portions of RGB colors in percentages

R + G + B =
84 + 143 + 82 = 309 (100%)
R 84 of 309 ~ 27.18%
G 143 of 309 ~ 46.28%
B 82 of 309 ~ 26.54%

%27.18
%46.28
%26.54

CMYK color model

#548F52 color CMYK value is (41,0,43,44).

  • cyan value is 41.26%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%
CMYK:
(41,0,43,44)
C41M0Y43K44 
(41%,0%,43%,44%)
(0.41/0.00/0.43/0.44)	

CMYK percentages

%41.26
%0
%42.66
%43.92

Codes

Color #548F52 in popluar color models

548F52
RGB8414382
HSL118°27.11%44.12%
HSB/HSV118°42.66%56.08%
CMYK41.26%0.00%42.66%
43.92%

Color #548F52 in popluar number systems.

HEX548F52
Decimal8414382
Binary1010100100011111010010
Octal124217122

Shades and tints

Shades of #548F52

#548F52
(84,143,82)
#4D824B
(77,130,75)
#467544
(70,117,68)
#3F683D
(63,104,61)
#385B36
(56,91,54)
#314E2F
(49,78,47)
#2A4128
(42,65,40)
#233421
(35,52,33)
#1C271A
(28,39,26)
#151A13
(21,26,19)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #548F52

#548F52
(84,143,82)
#639961
(99,153,97)
#72A370
(114,163,112)
#81AD7F
(129,173,127)
#90B78E
(144,183,142)
#9FC19D
(159,193,157)
#AECBAC
(174,203,172)
#BDD5BB
(189,213,187)
#CCDFCA
(204,223,202)
#DBE9D9
(219,233,217)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #548F52; }

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

This text font color is #548F52.


Background Color

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

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

This div background color is #548F52.


Border color

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

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

This div border color is #548F52.


Opacity

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

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

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

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

This text has shadow with #548F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548F52 on black background.


Color preview on white background

This text has color #548F52 on white background.



Black color preview on #548F52 background

This text has black color on #548F52 background.


White color preview on #548F52 background

This text has white color on #548F52 background.