COLOR #54583A

HEX: #54583A
RGB: (84,88,58)

Color info

#54583A contains red, green and blue colors in about the same proportion. Web safe color of #54583A is #666633 (or #663).

RGB color model

#54583A color RGB value is (84,88,58).

  • red value is 84;
  • green value is 88;
  • blue value is 58.
RGB:
(84,88,58)
(33%,35%,23%)

RGB channels and saturation

R 84 of 255 = 33%
G 88 of 255 = 35%
B 58 of 255 = 23%

84
88
58

R + G + B ~ 30%. #54583A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 88 + 58 = 230 (100%)
R 84 of 230 ~ 36.52%
G 88 of 230 ~ 38.26%
B 58 of 230 ~ 25.22%

%36.52
%38.26
%25.22

CMYK color model

#54583A color CMYK value is (5,0,34,65).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 65.49%
CMYK:
(5,0,34,65)
C5M0Y34K65 
(5%,0%,34%,65%)
(0.05/0.00/0.34/0.65)	

CMYK percentages

%4.55
%0
%34.09
%65.49

Codes

Color #54583A in popluar color models

54583A
RGB848858
HSL68°20.55%28.63%
HSB/HSV68°34.09%34.51%
CMYK4.55%0.00%34.09%
65.49%

Color #54583A in popluar number systems.

HEX54583A
Decimal848858
Binary10101001011000111010
Octal12413072

Shades and tints

Shades of #54583A

#54583A
(84,88,58)
#4D5035
(77,80,53)
#464830
(70,72,48)
#3F402B
(63,64,43)
#383826
(56,56,38)
#313021
(49,48,33)
#2A281C
(42,40,28)
#232017
(35,32,23)
#1C1812
(28,24,18)
#15100D
(21,16,13)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #54583A

#54583A
(84,88,58)
#63674B
(99,103,75)
#72765C
(114,118,92)
#81856D
(129,133,109)
#90947E
(144,148,126)
#9FA38F
(159,163,143)
#AEB2A0
(174,178,160)
#BDC1B1
(189,193,177)
#CCD0C2
(204,208,194)
#DBDFD3
(219,223,211)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54583A color. Also use rgb(84,88,58) instead hex code.

Text Font Color

.myTextColor { color: #54583A; }

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

This text font color is #54583A.


Background Color

.myBgColor { background-color: #54583A; }

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

This div background color is #54583A.


Border color

.myBorderColor { border: 1px solid #54583A; }

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

This div border color is #54583A.


Opacity

.myOpacity80 { color: #54583A; opacity: 0.8; }

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

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

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

This text has shadow with #54583A color.

.textShadow {text-shadow: 3px 3px 1px #54583A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54583A on black background.


Color preview on white background

This text has color #54583A on white background.



Black color preview on #54583A background

This text has black color on #54583A background.


White color preview on #54583A background

This text has white color on #54583A background.