COLOR #54813C

HEX: #54813C RGB: (84,129,60)

Color info

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

RGB color model

#54813C color RGB value is (84,129,60).

RGB: (84,129,60) (33%, 51%, 24%)

RGB channels and saturation

R 84 of 255 = 33%
G 129 of 255 = 51%
B 60 of 255 = 24%

84
129
60

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

Portions of RGB colors in percentages

R + G + B = 84 + 129 + 60 = 273 (100%)
R 84 of 273 ~ 30.77%
G 129 of 273 ~ 47.25%
B 60 of 273 ~ 21.98'%

%30.77
%47.25
%21.98

CMYK color model

#54813C color CMYK value is (35,0,53,49).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 49.41%
CMYK: (35,0,53,49) C35M0Y53K49 (35%,0%,53%,49%) (0.35/0.00/0.53/0.49) 

CMYK percentages

%34.88
%0
%53.49
%49.41

Codes

Color #54813C in popluar color models

54 81 3C
RGB 84 129 60
HSL 99° 36.51% 37.06%
HSB/HSV 99° 53.49% 50.59%
CMYK 34.88% 0.00% 53.49%
49.41%

Color #54813C in popluar number systems.

HEX 54 81 3C
Decimal 84 129 60
Binary 1010100 10000001 111100
Octal 124 201 74

Shades and tints

Shades of #54813C

#54813C
(84,129,60)
#4D7637
(77,118,55)
#466B32
(70,107,50)
#3F602D
(63,96,45)
#385528
(56,85,40)
#314A23
(49,74,35)
#2A3F1E
(42,63,30)
#233419
(35,52,25)
#1C2914
(28,41,20)
#151E0F
(21,30,15)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #54813C

#54813C
(84,129,60)
#638C4D
(99,140,77)
#72975E
(114,151,94)
#81A26F
(129,162,111)
#90AD80
(144,173,128)
#9FB891
(159,184,145)
#AEC3A2
(174,195,162)
#BDCEB3
(189,206,179)
#CCD9C4
(204,217,196)
#DBE4D5
(219,228,213)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54813C color. Also use rgb(84,129,60) instead hex code.

Text Font Color

.myTextColor { color: #54813C; }

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

This text font color is #54813C.

Background Color

.myBgColor { background-color: #54813C; }

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

This div background color is #54813C.

Border color

.myBorderColor { border: 1px solid #54813C; }

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

This div border color is #54813C.

Opacity

.myOpacity80 { color: #54813C; opacity: 0.8; }

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

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

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

This text has shadow with #54813C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54813C.

Preview

Color preview on black background

This text has color #54813C on black background.


Color preview on white background

This text has color #54813C on white background.


Black color preview on #54813C background

This text has black color on #54813C background.


White color preview on #54813C background

This text has white color on #54813C background.


Related colors

Complementary color

Complementary color for #hex is #AB7EC3.


I love getcolorcode.com

Triadic colors

1 #3C5481 and #813C54 with #54813C are triadic colors.

2 #3C8154 and #81543C with #54813C are triadic colors.