COLOR #54590D

HEX: #54590D
RGB: (84,89,13)

Color info

#54590D contains mainly red and green colors. Web safe color of #54590D is #666600 (or #660).

RGB color model

#54590D color RGB value is (84,89,13).

  • red value is 84;
  • green value is 89;
  • blue value is 13.
RGB:
(84,89,13)
(33%,35%,5%)

RGB channels and saturation

R 84 of 255 = 33%
G 89 of 255 = 35%
B 13 of 255 = 5%

84
89
13

R + G + B ~ 24%. #54590D is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 89 + 13 = 186 (100%)
R 84 of 186 ~ 45.16%
G 89 of 186 ~ 47.85%
B 13 of 186 ~ 6.99%

%45.16
%47.85

CMYK color model

#54590D color CMYK value is (6,0,85,65).

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 85.39%
  • key color value is 65.10%
CMYK:
(6,0,85,65)
C6M0Y85K65 
(6%,0%,85%,65%)
(0.06/0.00/0.85/0.65)	

CMYK percentages

%5.62
%0
%85.39
%65.1

Codes

Color #54590D in popluar color models

54590D
RGB848913
HSL64°74.51%20.00%
HSB/HSV64°85.39%34.90%
CMYK5.62%0.00%85.39%
65.10%

Color #54590D in popluar number systems.

HEX54590D
Decimal848913
Binary101010010110011101
Octal12413115

Shades and tints

Shades of #54590D

#54590D
(84,89,13)
#4D510C
(77,81,12)
#46490B
(70,73,11)
#3F410A
(63,65,10)
#383909
(56,57,9)
#313108
(49,49,8)
#2A2907
(42,41,7)
#232106
(35,33,6)
#1C1905
(28,25,5)
#151104
(21,17,4)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #54590D

#54590D
(84,89,13)
#636823
(99,104,35)
#727739
(114,119,57)
#81864F
(129,134,79)
#909565
(144,149,101)
#9FA47B
(159,164,123)
#AEB391
(174,179,145)
#BDC2A7
(189,194,167)
#CCD1BD
(204,209,189)
#DBE0D3
(219,224,211)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54590D; }

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

This text font color is #54590D.


Background Color

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

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

This div background color is #54590D.


Border color

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

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

This div border color is #54590D.


Opacity

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

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

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

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

This text has shadow with #54590D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54590D on black background.


Color preview on white background

This text has color #54590D on white background.



Black color preview on #54590D background

This text has black color on #54590D background.


White color preview on #54590D background

This text has white color on #54590D background.