COLOR #548461

HEX: #548461
RGB: (84,132,97)

Color info

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

RGB color model

#548461 color RGB value is (84,132,97).

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

RGB channels and saturation

R 84 of 255 = 33%
G 132 of 255 = 52%
B 97 of 255 = 38%

84
132
97

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

Portions of RGB colors in percentages

R + G + B =
84 + 132 + 97 = 313 (100%)
R 84 of 313 ~ 26.84%
G 132 of 313 ~ 42.17%
B 97 of 313 ~ 30.99%

%26.84
%42.17
%30.99

CMYK color model

#548461 color CMYK value is (36,0,27,48).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(36,0,27,48)
C36M0Y27K48 
(36%,0%,27%,48%)
(0.36/0.00/0.27/0.48)	

CMYK percentages

%36.36
%0
%26.52
%48.24

Codes

Color #548461 in popluar color models

548461
RGB8413297
HSL136°22.22%42.35%
HSB/HSV136°36.36%51.76%
CMYK36.36%0.00%26.52%
48.24%

Color #548461 in popluar number systems.

HEX548461
Decimal8413297
Binary1010100100001001100001
Octal124204141

Shades and tints

Shades of #548461

#548461
(84,132,97)
#4D7859
(77,120,89)
#466C51
(70,108,81)
#3F6049
(63,96,73)
#385441
(56,84,65)
#314839
(49,72,57)
#2A3C31
(42,60,49)
#233029
(35,48,41)
#1C2421
(28,36,33)
#151819
(21,24,25)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #548461

#548461
(84,132,97)
#638F6F
(99,143,111)
#729A7D
(114,154,125)
#81A58B
(129,165,139)
#90B099
(144,176,153)
#9FBBA7
(159,187,167)
#AEC6B5
(174,198,181)
#BDD1C3
(189,209,195)
#CCDCD1
(204,220,209)
#DBE7DF
(219,231,223)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #548461; }

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

This text font color is #548461.


Background Color

.myBgColor { background-color: #548461; }

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

This div background color is #548461.


Border color

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

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

This div border color is #548461.


Opacity

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

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

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

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

This text has shadow with #548461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548461 on black background.


Color preview on white background

This text has color #548461 on white background.



Black color preview on #548461 background

This text has black color on #548461 background.


White color preview on #548461 background

This text has white color on #548461 background.