COLOR #584400

HEX: #584400
RGB: (88,68,0)

Color info

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

RGB color model

#584400 color RGB value is (88,68,0).

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

RGB channels and saturation

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

88
68
0

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

Portions of RGB colors in percentages

R + G + B =
88 + 68 + 0 = 156 (100%)
R 88 of 156 ~ 56.41%
G 68 of 156 ~ 43.59%
B 0 of 156 ~ 0%

%56.41
%43.59

CMYK color model

#584400 color CMYK value is (0,23,100,65).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 100.00%
  • key color value is 65.49%
CMYK:
(0,23,100,65)
C0M23Y100K65 
(0%,23%,100%,65%)
(0.00/0.23/1.00/0.65)	

CMYK percentages

%0
%22.73
%100
%65.49

Codes

Color #584400 in popluar color models

584400
RGB88680
HSL46°100.00%17.25%
HSB/HSV46°100.00%34.51%
CMYK0.00%22.73%100.00%
65.49%

Color #584400 in popluar number systems.

HEX584400
Decimal88680
Binary101100010001000
Octal1301040

Shades and tints

Shades of #584400

#584400
(88,68,0)
#503E00
(80,62,0)
#483800
(72,56,0)
#403200
(64,50,0)
#382C00
(56,44,0)
#302600
(48,38,0)
#282000
(40,32,0)
#201A00
(32,26,0)
#181400
(24,20,0)
#100E00
(16,14,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #584400

#584400
(88,68,0)
#675517
(103,85,23)
#76662E
(118,102,46)
#857745
(133,119,69)
#94885C
(148,136,92)
#A39973
(163,153,115)
#B2AA8A
(178,170,138)
#C1BBA1
(193,187,161)
#D0CCB8
(208,204,184)
#DFDDCF
(223,221,207)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584400; }

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

This text font color is #584400.


Background Color

.myBgColor { background-color: #584400; }

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

This div background color is #584400.


Border color

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

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

This div border color is #584400.


Opacity

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

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

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

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

This text has shadow with #584400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584400 on black background.


Color preview on white background

This text has color #584400 on white background.



Black color preview on #584400 background

This text has black color on #584400 background.


White color preview on #584400 background

This text has white color on #584400 background.