COLOR #548B5C

HEX: #548B5C
RGB: (84,139,92)

Color info

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

RGB color model

#548B5C color RGB value is (84,139,92).

  • red value is 84;
  • green value is 139;
  • blue value is 92.
RGB:
(84,139,92)
(33%,55%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 139 of 255 = 55%
B 92 of 255 = 36%

84
139
92

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

Portions of RGB colors in percentages

R + G + B =
84 + 139 + 92 = 315 (100%)
R 84 of 315 ~ 26.67%
G 139 of 315 ~ 44.13%
B 92 of 315 ~ 29.21%

%26.67
%44.13
%29.21

CMYK color model

#548B5C color CMYK value is (40,0,34,45).

  • cyan value is 39.57%
  • magenta value is 0.00%
  • yellow value is 33.81%
  • key color value is 45.49%
CMYK:
(40,0,34,45)
C40M0Y34K45 
(40%,0%,34%,45%)
(0.40/0.00/0.34/0.45)	

CMYK percentages

%39.57
%0
%33.81
%45.49

Codes

Color #548B5C in popluar color models

548B5C
RGB8413992
HSL129°24.66%43.73%
HSB/HSV129°39.57%54.51%
CMYK39.57%0.00%33.81%
45.49%

Color #548B5C in popluar number systems.

HEX548B5C
Decimal8413992
Binary1010100100010111011100
Octal124213134

Shades and tints

Shades of #548B5C

#548B5C
(84,139,92)
#4D7F54
(77,127,84)
#46734C
(70,115,76)
#3F6744
(63,103,68)
#385B3C
(56,91,60)
#314F34
(49,79,52)
#2A432C
(42,67,44)
#233724
(35,55,36)
#1C2B1C
(28,43,28)
#151F14
(21,31,20)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #548B5C

#548B5C
(84,139,92)
#63956A
(99,149,106)
#729F78
(114,159,120)
#81A986
(129,169,134)
#90B394
(144,179,148)
#9FBDA2
(159,189,162)
#AEC7B0
(174,199,176)
#BDD1BE
(189,209,190)
#CCDBCC
(204,219,204)
#DBE5DA
(219,229,218)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548B5C color. Also use rgb(84,139,92) instead hex code.

Text Font Color

.myTextColor { color: #548B5C; }

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

This text font color is #548B5C.


Background Color

.myBgColor { background-color: #548B5C; }

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

This div background color is #548B5C.


Border color

.myBorderColor { border: 1px solid #548B5C; }

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

This div border color is #548B5C.


Opacity

.myOpacity80 { color: #548B5C; opacity: 0.8; }

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

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

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

This text has shadow with #548B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548B5C on black background.


Color preview on white background

This text has color #548B5C on white background.



Black color preview on #548B5C background

This text has black color on #548B5C background.


White color preview on #548B5C background

This text has white color on #548B5C background.