COLOR #548048

HEX: #548048
RGB: (84,128,72)

Color info

#548048 contains red, green and blue colors in about the same proportion. Web safe color of #548048 is #666633 (or #663).

RGB color model

#548048 color RGB value is (84,128,72).

  • red value is 84;
  • green value is 128;
  • blue value is 72.
RGB:
(84,128,72)
(33%,50%,28%)

RGB channels and saturation

R 84 of 255 = 33%
G 128 of 255 = 50%
B 72 of 255 = 28%

84
128
72

R + G + B ~ 37%. #548048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 128 + 72 = 284 (100%)
R 84 of 284 ~ 29.58%
G 128 of 284 ~ 45.07%
B 72 of 284 ~ 25.35%

%29.58
%45.07
%25.35

CMYK color model

#548048 color CMYK value is (34,0,44,50).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 49.80%
CMYK:
(34,0,44,50)
C34M0Y44K50 
(34%,0%,44%,50%)
(0.34/0.00/0.44/0.50)	

CMYK percentages

%34.38
%0
%43.75
%49.8

Codes

Color #548048 in popluar color models

548048
RGB8412872
HSL107°28.00%39.22%
HSB/HSV107°43.75%50.20%
CMYK34.38%0.00%43.75%
49.80%

Color #548048 in popluar number systems.

HEX548048
Decimal8412872
Binary1010100100000001001000
Octal124200110

Shades and tints

Shades of #548048

#548048
(84,128,72)
#4D7542
(77,117,66)
#466A3C
(70,106,60)
#3F5F36
(63,95,54)
#385430
(56,84,48)
#31492A
(49,73,42)
#2A3E24
(42,62,36)
#23331E
(35,51,30)
#1C2818
(28,40,24)
#151D12
(21,29,18)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #548048

#548048
(84,128,72)
#638B58
(99,139,88)
#729668
(114,150,104)
#81A178
(129,161,120)
#90AC88
(144,172,136)
#9FB798
(159,183,152)
#AEC2A8
(174,194,168)
#BDCDB8
(189,205,184)
#CCD8C8
(204,216,200)
#DBE3D8
(219,227,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548048 color. Also use rgb(84,128,72) instead hex code.

Text Font Color

.myTextColor { color: #548048; }

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

This text font color is #548048.


Background Color

.myBgColor { background-color: #548048; }

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

This div background color is #548048.


Border color

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

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

This div border color is #548048.


Opacity

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

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

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

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

This text has shadow with #548048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548048 on black background.


Color preview on white background

This text has color #548048 on white background.



Black color preview on #548048 background

This text has black color on #548048 background.


White color preview on #548048 background

This text has white color on #548048 background.