COLOR #584A20

HEX: #584A20
RGB: (88,74,32)

Color info

#584A20 contains red, green and blue colors in about the same proportion. Web safe color of #584A20 is #663333 (or #633).

RGB color model

#584A20 color RGB value is (88,74,32).

  • red value is 88;
  • green value is 74;
  • blue value is 32.
RGB:
(88,74,32)
(35%,29%,13%)

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 32 of 255 = 13%

88
74
32

R + G + B ~ 26%. #584A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 32 = 194 (100%)
R 88 of 194 ~ 45.36%
G 74 of 194 ~ 38.14%
B 32 of 194 ~ 16.49%

%45.36
%38.14
%16.49

CMYK color model

#584A20 color CMYK value is (0,16,64,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(0,16,64,65)
C0M16Y64K65 
(0%,16%,64%,65%)
(0.00/0.16/0.64/0.65)	

CMYK percentages

%0
%15.91
%63.64
%65.49

Codes

Color #584A20 in popluar color models

584A20
RGB887432
HSL45°46.67%23.53%
HSB/HSV45°63.64%34.51%
CMYK0.00%15.91%63.64%
65.49%

Color #584A20 in popluar number systems.

HEX584A20
Decimal887432
Binary10110001001010100000
Octal13011240

Shades and tints

Shades of #584A20

#584A20
(88,74,32)
#50441E
(80,68,30)
#483E1C
(72,62,28)
#40381A
(64,56,26)
#383218
(56,50,24)
#302C16
(48,44,22)
#282614
(40,38,20)
#202012
(32,32,18)
#181A10
(24,26,16)
#10140E
(16,20,14)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #584A20

#584A20
(88,74,32)
#675A34
(103,90,52)
#766A48
(118,106,72)
#857A5C
(133,122,92)
#948A70
(148,138,112)
#A39A84
(163,154,132)
#B2AA98
(178,170,152)
#C1BAAC
(193,186,172)
#D0CAC0
(208,202,192)
#DFDAD4
(223,218,212)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584A20 color. Also use rgb(88,74,32) instead hex code.

Text Font Color

.myTextColor { color: #584A20; }

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

This text font color is #584A20.


Background Color

.myBgColor { background-color: #584A20; }

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

This div background color is #584A20.


Border color

.myBorderColor { border: 1px solid #584A20; }

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

This div border color is #584A20.


Opacity

.myOpacity80 { color: #584A20; opacity: 0.8; }

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

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

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

This text has shadow with #584A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A20 on black background.


Color preview on white background

This text has color #584A20 on white background.



Black color preview on #584A20 background

This text has black color on #584A20 background.


White color preview on #584A20 background

This text has white color on #584A20 background.