COLOR #548552

HEX: #548552
RGB: (84,133,82)

Color info

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

RGB color model

#548552 color RGB value is (84,133,82).

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

RGB channels and saturation

R 84 of 255 = 33%
G 133 of 255 = 52%
B 82 of 255 = 32%

84
133
82

R + G + B ~ 39%. #548552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 133 + 82 = 299 (100%)
R 84 of 299 ~ 28.09%
G 133 of 299 ~ 44.48%
B 82 of 299 ~ 27.42%

%28.09
%44.48
%27.42

CMYK color model

#548552 color CMYK value is (37,0,38,48).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 38.35%
  • key color value is 47.84%
CMYK:
(37,0,38,48)
C37M0Y38K48 
(37%,0%,38%,48%)
(0.37/0.00/0.38/0.48)	

CMYK percentages

%36.84
%0
%38.35
%47.84

Codes

Color #548552 in popluar color models

548552
RGB8413382
HSL118°23.72%42.16%
HSB/HSV118°38.35%52.16%
CMYK36.84%0.00%38.35%
47.84%

Color #548552 in popluar number systems.

HEX548552
Decimal8413382
Binary1010100100001011010010
Octal124205122

Shades and tints

Shades of #548552

#548552
(84,133,82)
#4D794B
(77,121,75)
#466D44
(70,109,68)
#3F613D
(63,97,61)
#385536
(56,85,54)
#31492F
(49,73,47)
#2A3D28
(42,61,40)
#233121
(35,49,33)
#1C251A
(28,37,26)
#151913
(21,25,19)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #548552

#548552
(84,133,82)
#639061
(99,144,97)
#729B70
(114,155,112)
#81A67F
(129,166,127)
#90B18E
(144,177,142)
#9FBC9D
(159,188,157)
#AEC7AC
(174,199,172)
#BDD2BB
(189,210,187)
#CCDDCA
(204,221,202)
#DBE8D9
(219,232,217)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #548552; }

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

This text font color is #548552.


Background Color

.myBgColor { background-color: #548552; }

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

This div background color is #548552.


Border color

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

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

This div border color is #548552.


Opacity

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

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

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

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

This text has shadow with #548552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548552 on black background.


Color preview on white background

This text has color #548552 on white background.



Black color preview on #548552 background

This text has black color on #548552 background.


White color preview on #548552 background

This text has white color on #548552 background.