COLOR #54884B

HEX: #54884B RGB: (84,136,75)

Color info

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

RGB color model

#54884B color RGB value is (84,136,75).

RGB: (84,136,75) (33%, 53%, 29%)

RGB channels and saturation

R 84 of 255 = 33%
G 136 of 255 = 53%
B 75 of 255 = 29%

84
136
75

R + G + B ~ 38%. #54884B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 136 + 75 = 295 (100%)
R 84 of 295 ~ 28.47%
G 136 of 295 ~ 46.1%
B 75 of 295 ~ 25.42'%

%28.47
%46.1
%25.42

CMYK color model

#54884B color CMYK value is (38,0,45,47).

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

CMYK: (38,0,45,47)
C38M0Y45K47 (38%, 0%, 45%, 47%)
(0.38 / 0.00 / 0.45 / 0.47)

CMYK percentages

%38.24
%0
%44.85
%46.67

Codes

Color #54884B in popluar color models

54 88 4B
RGB 84 136 75
HSL 111° 28.91% 41.37%
HSB/HSV 111° 44.85% 53.33%
CMYK 38.24% 0.00% 44.85%
46.67%

Color #54884B in popluar number systems.

HEX 54 88 4B
Decimal 84 136 75
Binary 1010100 10001000 1001011
Octal 124 210 113

Shades and tints

Shades of #54884B

#54884B
(84,136,75)
#4D7C45
(77,124,69)
#46703F
(70,112,63)
#3F6439
(63,100,57)
#385833
(56,88,51)
#314C2D
(49,76,45)
#2A4027
(42,64,39)
#233421
(35,52,33)
#1C281B
(28,40,27)
#151C15
(21,28,21)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #54884B

#54884B
(84,136,75)
#63925B
(99,146,91)
#729C6B
(114,156,107)
#81A67B
(129,166,123)
#90B08B
(144,176,139)
#9FBA9B
(159,186,155)
#AEC4AB
(174,196,171)
#BDCEBB
(189,206,187)
#CCD8CB
(204,216,203)
#DBE2DB
(219,226,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54884B; }

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

This text font color is #54884B.

Background Color

.myBgColor { background-color: #54884B; }

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

This div background color is #54884B.

Border color

.myBorderColor { border: 1px solid #54884B; }

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

This div border color is #54884B.

Opacity

.myOpacity80 { color: #54884B; opacity: 0.8; }

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

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

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

This text has shadow with #54884B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54884B.

Preview

Color preview on black background

This text has color #54884B on black background.


Color preview on white background

This text has color #54884B on white background.


Black color preview on #54884B background

This text has black color on #54884B background.


White color preview on #54884B background

This text has white color on #54884B background.


Related colors

Complementary color

Complementary color for #hex is #AB77B4.


I love getcolorcode.com

Triadic colors

1 #4B5488 and #884B54 with #54884B are triadic colors.

2 #4B8854 and #88544B with #54884B are triadic colors.