COLOR #54820D

HEX: #54820D RGB: (84,130,13)

Color info

#54820D contains mainly red and green colors. Web safe color of #54820D is #669900 (or #690).

RGB color model

#54820D color RGB value is (84,130,13).

RGB: (84,130,13) (33%, 51%, 5%)

RGB channels and saturation

R 84 of 255 = 33%
G 130 of 255 = 51%
B 13 of 255 = 5%

84
130
13

R + G + B ~ 30%. #54820D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 130 + 13 = 227 (100%)
R 84 of 227 ~ 37%
G 130 of 227 ~ 57.27%
B 13 of 227 ~ 5.73'%

%37
%57.27

CMYK color model

#54820D color CMYK value is (35,0,90,49).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 49.02%

CMYK: (35,0,90,49)
C35M0Y90K49 (35%, 0%, 90%, 49%)
(0.35 / 0.00 / 0.90 / 0.49)

CMYK percentages

%35.38
%0
%90
%49.02

Codes

Color #54820D in popluar color models

54 82 0D
RGB 84 130 13
HSL 84° 81.82% 28.04%
HSB/HSV 84° 90.00% 50.98%
CMYK 35.38% 0.00% 90.00%
49.02%

Color #54820D in popluar number systems.

HEX 54 82 0D
Decimal 84 130 13
Binary 1010100 10000010 1101
Octal 124 202 15

Shades and tints

Shades of #54820D

#54820D
(84,130,13)
#4D770C
(77,119,12)
#466C0B
(70,108,11)
#3F610A
(63,97,10)
#385609
(56,86,9)
#314B08
(49,75,8)
#2A4007
(42,64,7)
#233506
(35,53,6)
#1C2A05
(28,42,5)
#151F04
(21,31,4)
#0E1403
(14,20,3)
#000000
(0,0,0)

Tints of #54820D

#54820D
(84,130,13)
#638D23
(99,141,35)
#729839
(114,152,57)
#81A34F
(129,163,79)
#90AE65
(144,174,101)
#9FB97B
(159,185,123)
#AEC491
(174,196,145)
#BDCFA7
(189,207,167)
#CCDABD
(204,218,189)
#DBE5D3
(219,229,211)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54820D color. Also use rgb(84,130,13) instead hex code.

Text Font Color

.myTextColor { color: #54820D; }

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

This text font color is #54820D.

Background Color

.myBgColor { background-color: #54820D; }

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

This div background color is #54820D.

Border color

.myBorderColor { border: 1px solid #54820D; }

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

This div border color is #54820D.

Opacity

.myOpacity80 { color: #54820D; opacity: 0.8; }

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

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

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

This text has shadow with #54820D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54820D.

Preview

Color preview on black background

This text has color #54820D on black background.


Color preview on white background

This text has color #54820D on white background.


Black color preview on #54820D background

This text has black color on #54820D background.


White color preview on #54820D background

This text has white color on #54820D background.


Related colors

Complementary color

Complementary color for #hex is #AB7DF2.


I love getcolorcode.com

Triadic colors

1 #0D5482 and #820D54 with #54820D are triadic colors.

2 #0D8254 and #82540D with #54820D are triadic colors.