COLOR #548838

HEX: #548838
RGB: (84,136,56)

Color info

#548838 contains mainly red and green colors. Web safe color of #548838 is #669933 (or #693).

RGB color model

#548838 color RGB value is (84,136,56).

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

RGB channels and saturation

R 84 of 255 = 33%
G 136 of 255 = 53%
B 56 of 255 = 22%

84
136
56

R + G + B ~ 36%. #548838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 136 + 56 = 276 (100%)
R 84 of 276 ~ 30.43%
G 136 of 276 ~ 49.28%
B 56 of 276 ~ 20.29%

%30.43
%49.28
%20.29

CMYK color model

#548838 color CMYK value is (38,0,59,47).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 46.67%
CMYK:
(38,0,59,47)
C38M0Y59K47 
(38%,0%,59%,47%)
(0.38/0.00/0.59/0.47)	

CMYK percentages

%38.24
%0
%58.82
%46.67

Codes

Color #548838 in popluar color models

548838
RGB8413656
HSL99°41.67%37.65%
HSB/HSV99°58.82%53.33%
CMYK38.24%0.00%58.82%
46.67%

Color #548838 in popluar number systems.

HEX548838
Decimal8413656
Binary101010010001000111000
Octal12421070

Shades and tints

Shades of #548838

#548838
(84,136,56)
#4D7C33
(77,124,51)
#46702E
(70,112,46)
#3F6429
(63,100,41)
#385824
(56,88,36)
#314C1F
(49,76,31)
#2A401A
(42,64,26)
#233415
(35,52,21)
#1C2810
(28,40,16)
#151C0B
(21,28,11)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #548838

#548838
(84,136,56)
#63924A
(99,146,74)
#729C5C
(114,156,92)
#81A66E
(129,166,110)
#90B080
(144,176,128)
#9FBA92
(159,186,146)
#AEC4A4
(174,196,164)
#BDCEB6
(189,206,182)
#CCD8C8
(204,216,200)
#DBE2DA
(219,226,218)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #548838; }

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

This text font color is #548838.


Background Color

.myBgColor { background-color: #548838; }

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

This div background color is #548838.


Border color

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

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

This div border color is #548838.


Opacity

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

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

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

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

This text has shadow with #548838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548838 on black background.


Color preview on white background

This text has color #548838 on white background.



Black color preview on #548838 background

This text has black color on #548838 background.


White color preview on #548838 background

This text has white color on #548838 background.