COLOR #548456

HEX: #548456
RGB: (84,132,86)

Color info

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

RGB color model

#548456 color RGB value is (84,132,86).

  • red value is 84;
  • green value is 132;
  • blue value is 86.
RGB:
(84,132,86)
(33%,52%,34%)

RGB channels and saturation

R 84 of 255 = 33%
G 132 of 255 = 52%
B 86 of 255 = 34%

84
132
86

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

Portions of RGB colors in percentages

R + G + B =
84 + 132 + 86 = 302 (100%)
R 84 of 302 ~ 27.81%
G 132 of 302 ~ 43.71%
B 86 of 302 ~ 28.48%

%27.81
%43.71
%28.48

CMYK color model

#548456 color CMYK value is (36,0,35,48).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK:
(36,0,35,48)
C36M0Y35K48 
(36%,0%,35%,48%)
(0.36/0.00/0.35/0.48)	

CMYK percentages

%36.36
%0
%34.85
%48.24

Codes

Color #548456 in popluar color models

548456
RGB8413286
HSL123°22.22%42.35%
HSB/HSV123°36.36%51.76%
CMYK36.36%0.00%34.85%
48.24%

Color #548456 in popluar number systems.

HEX548456
Decimal8413286
Binary1010100100001001010110
Octal124204126

Shades and tints

Shades of #548456

#548456
(84,132,86)
#4D784F
(77,120,79)
#466C48
(70,108,72)
#3F6041
(63,96,65)
#38543A
(56,84,58)
#314833
(49,72,51)
#2A3C2C
(42,60,44)
#233025
(35,48,37)
#1C241E
(28,36,30)
#151817
(21,24,23)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #548456

#548456
(84,132,86)
#638F65
(99,143,101)
#729A74
(114,154,116)
#81A583
(129,165,131)
#90B092
(144,176,146)
#9FBBA1
(159,187,161)
#AEC6B0
(174,198,176)
#BDD1BF
(189,209,191)
#CCDCCE
(204,220,206)
#DBE7DD
(219,231,221)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548456 color. Also use rgb(84,132,86) instead hex code.

Text Font Color

.myTextColor { color: #548456; }

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

This text font color is #548456.


Background Color

.myBgColor { background-color: #548456; }

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

This div background color is #548456.


Border color

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

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

This div border color is #548456.


Opacity

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

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

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

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

This text has shadow with #548456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548456 on black background.


Color preview on white background

This text has color #548456 on white background.



Black color preview on #548456 background

This text has black color on #548456 background.


White color preview on #548456 background

This text has white color on #548456 background.