COLOR #584500

HEX: #584500
RGB: (88,69,0)

Color info

#584500 contains only red and green colors. Web safe color of #584500 is #663300 (or #630).

RGB color model

#584500 color RGB value is (88,69,0).

  • red value is 88;
  • green value is 69;
  • blue value is 0.
RGB:
(88,69,0)
(35%,27%,0%)

RGB channels and saturation

R 88 of 255 = 35%
G 69 of 255 = 27%
B 0 of 255 = 0%

88
69
0

R + G + B ~ 21%. #584500 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 69 + 0 = 157 (100%)
R 88 of 157 ~ 56.05%
G 69 of 157 ~ 43.95%
B 0 of 157 ~ 0%

%56.05
%43.95

CMYK color model

#584500 color CMYK value is (0,22,100,65).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 100.00%
  • key color value is 65.49%
CMYK:
(0,22,100,65)
C0M22Y100K65 
(0%,22%,100%,65%)
(0.00/0.22/1.00/0.65)	

CMYK percentages

%0
%21.59
%100
%65.49

Codes

Color #584500 in popluar color models

584500
RGB88690
HSL47°100.00%17.25%
HSB/HSV47°100.00%34.51%
CMYK0.00%21.59%100.00%
65.49%

Color #584500 in popluar number systems.

HEX584500
Decimal88690
Binary101100010001010
Octal1301050

Shades and tints

Shades of #584500

#584500
(88,69,0)
#503F00
(80,63,0)
#483900
(72,57,0)
#403300
(64,51,0)
#382D00
(56,45,0)
#302700
(48,39,0)
#282100
(40,33,0)
#201B00
(32,27,0)
#181500
(24,21,0)
#100F00
(16,15,0)
#080900
(8,9,0)
#000000
(0,0,0)

Tints of #584500

#584500
(88,69,0)
#675517
(103,85,23)
#76652E
(118,101,46)
#857545
(133,117,69)
#94855C
(148,133,92)
#A39573
(163,149,115)
#B2A58A
(178,165,138)
#C1B5A1
(193,181,161)
#D0C5B8
(208,197,184)
#DFD5CF
(223,213,207)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584500 color. Also use rgb(88,69,0) instead hex code.

Text Font Color

.myTextColor { color: #584500; }

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

This text font color is #584500.


Background Color

.myBgColor { background-color: #584500; }

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

This div background color is #584500.


Border color

.myBorderColor { border: 1px solid #584500; }

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

This div border color is #584500.


Opacity

.myOpacity80 { color: #584500; opacity: 0.8; }

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

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

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

This text has shadow with #584500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584500 on black background.


Color preview on white background

This text has color #584500 on white background.



Black color preview on #584500 background

This text has black color on #584500 background.


White color preview on #584500 background

This text has white color on #584500 background.