COLOR #548868

HEX: #548868
RGB: (84,136,104)

Color info

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

RGB color model

#548868 color RGB value is (84,136,104).

  • red value is 84;
  • green value is 136;
  • blue value is 104.
RGB:
(84,136,104)
(33%,53%,41%)

RGB channels and saturation

R 84 of 255 = 33%
G 136 of 255 = 53%
B 104 of 255 = 41%

84
136
104

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

Portions of RGB colors in percentages

R + G + B =
84 + 136 + 104 = 324 (100%)
R 84 of 324 ~ 25.93%
G 136 of 324 ~ 41.98%
B 104 of 324 ~ 32.1%

%25.93
%41.98
%32.1

CMYK color model

#548868 color CMYK value is (38,0,24,47).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(38,0,24,47)
C38M0Y24K47 
(38%,0%,24%,47%)
(0.38/0.00/0.24/0.47)	

CMYK percentages

%38.24
%0
%23.53
%46.67

Codes

Color #548868 in popluar color models

548868
RGB84136104
HSL143°23.64%43.14%
HSB/HSV143°38.24%53.33%
CMYK38.24%0.00%23.53%
46.67%

Color #548868 in popluar number systems.

HEX548868
Decimal84136104
Binary1010100100010001101000
Octal124210150

Shades and tints

Shades of #548868

#548868
(84,136,104)
#4D7C5F
(77,124,95)
#467056
(70,112,86)
#3F644D
(63,100,77)
#385844
(56,88,68)
#314C3B
(49,76,59)
#2A4032
(42,64,50)
#233429
(35,52,41)
#1C2820
(28,40,32)
#151C17
(21,28,23)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #548868

#548868
(84,136,104)
#639275
(99,146,117)
#729C82
(114,156,130)
#81A68F
(129,166,143)
#90B09C
(144,176,156)
#9FBAA9
(159,186,169)
#AEC4B6
(174,196,182)
#BDCEC3
(189,206,195)
#CCD8D0
(204,216,208)
#DBE2DD
(219,226,221)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548868 color. Also use rgb(84,136,104) instead hex code.

Text Font Color

.myTextColor { color: #548868; }

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

This text font color is #548868.


Background Color

.myBgColor { background-color: #548868; }

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

This div background color is #548868.


Border color

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

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

This div border color is #548868.


Opacity

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

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

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

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

This text has shadow with #548868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548868 on black background.


Color preview on white background

This text has color #548868 on white background.



Black color preview on #548868 background

This text has black color on #548868 background.


White color preview on #548868 background

This text has white color on #548868 background.