COLOR #548576

HEX: #548576
RGB: (84,133,118)

Color info

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

RGB color model

#548576 color RGB value is (84,133,118).

  • red value is 84;
  • green value is 133;
  • blue value is 118.
RGB:
(84,133,118)
(33%,52%,46%)

RGB channels and saturation

R 84 of 255 = 33%
G 133 of 255 = 52%
B 118 of 255 = 46%

84
133
118

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

Portions of RGB colors in percentages

R + G + B =
84 + 133 + 118 = 335 (100%)
R 84 of 335 ~ 25.07%
G 133 of 335 ~ 39.7%
B 118 of 335 ~ 35.22%

%25.07
%39.7
%35.22

CMYK color model

#548576 color CMYK value is (37,0,11,48).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(37,0,11,48)
C37M0Y11K48 
(37%,0%,11%,48%)
(0.37/0.00/0.11/0.48)	

CMYK percentages

%36.84
%0
%11.28
%47.84

Codes

Color #548576 in popluar color models

548576
RGB84133118
HSL162°22.58%42.55%
HSB/HSV162°36.84%52.16%
CMYK36.84%0.00%11.28%
47.84%

Color #548576 in popluar number systems.

HEX548576
Decimal84133118
Binary1010100100001011110110
Octal124205166

Shades and tints

Shades of #548576

#548576
(84,133,118)
#4D796C
(77,121,108)
#466D62
(70,109,98)
#3F6158
(63,97,88)
#38554E
(56,85,78)
#314944
(49,73,68)
#2A3D3A
(42,61,58)
#233130
(35,49,48)
#1C2526
(28,37,38)
#15191C
(21,25,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #548576

#548576
(84,133,118)
#639082
(99,144,130)
#729B8E
(114,155,142)
#81A69A
(129,166,154)
#90B1A6
(144,177,166)
#9FBCB2
(159,188,178)
#AEC7BE
(174,199,190)
#BDD2CA
(189,210,202)
#CCDDD6
(204,221,214)
#DBE8E2
(219,232,226)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548576 color. Also use rgb(84,133,118) instead hex code.

Text Font Color

.myTextColor { color: #548576; }

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

This text font color is #548576.


Background Color

.myBgColor { background-color: #548576; }

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

This div background color is #548576.


Border color

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

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

This div border color is #548576.


Opacity

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

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

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

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

This text has shadow with #548576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548576 on black background.


Color preview on white background

This text has color #548576 on white background.



Black color preview on #548576 background

This text has black color on #548576 background.


White color preview on #548576 background

This text has white color on #548576 background.