COLOR #548833

HEX: #548833 RGB: (84,136,51)

Color info

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

RGB color model

#548833 color RGB value is (84,136,51).

RGB: (84,136,51) (33%, 53%, 20%)

RGB channels and saturation

R 84 of 255 = 33%
G 136 of 255 = 53%
B 51 of 255 = 20%

84
136
51

R + G + B ~ 35%. #548833 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 136 + 51 = 271 (100%)
R 84 of 271 ~ 31%
G 136 of 271 ~ 50.18%
B 51 of 271 ~ 18.82'%

%31
%50.18
%18.82

CMYK color model

#548833 color CMYK value is (38,0,63,47).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 46.67%

CMYK: (38,0,63,47)
C38M0Y63K47 (38%, 0%, 63%, 47%)
(0.38 / 0.00 / 0.63 / 0.47)

CMYK percentages

%38.24
%0
%62.5
%46.67

Codes

Color #548833 in popluar color models

54 88 33
RGB 84 136 51
HSL 97° 45.45% 36.67%
HSB/HSV 97° 62.50% 53.33%
CMYK 38.24% 0.00% 62.50%
46.67%

Color #548833 in popluar number systems.

HEX 54 88 33
Decimal 84 136 51
Binary 1010100 10001000 110011
Octal 124 210 63

Shades and tints

Shades of #548833

#548833
(84,136,51)
#4D7C2F
(77,124,47)
#46702B
(70,112,43)
#3F6427
(63,100,39)
#385823
(56,88,35)
#314C1F
(49,76,31)
#2A401B
(42,64,27)
#233417
(35,52,23)
#1C2813
(28,40,19)
#151C0F
(21,28,15)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #548833

#548833
(84,136,51)
#639245
(99,146,69)
#729C57
(114,156,87)
#81A669
(129,166,105)
#90B07B
(144,176,123)
#9FBA8D
(159,186,141)
#AEC49F
(174,196,159)
#BDCEB1
(189,206,177)
#CCD8C3
(204,216,195)
#DBE2D5
(219,226,213)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #548833; }

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

This text font color is #548833.

Background Color

.myBgColor { background-color: #548833; }

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

This div background color is #548833.

Border color

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

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

This div border color is #548833.

Opacity

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

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

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

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

This text has shadow with #548833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #548833.

Preview

Color preview on black background

This text has color #548833 on black background.


Color preview on white background

This text has color #548833 on white background.


Black color preview on #548833 background

This text has black color on #548833 background.


White color preview on #548833 background

This text has white color on #548833 background.


Related colors

Complementary color

Complementary color for #hex is #AB77CC.


I love getcolorcode.com

Triadic colors

1 #335488 and #883354 with #548833 are triadic colors.

2 #338854 and #885433 with #548833 are triadic colors.