COLOR #584A2A

HEX: #584A2A
RGB: (88,74,42)

Color info

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

RGB color model

#584A2A color RGB value is (88,74,42).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 42 of 255 = 16%

88
74
42

R + G + B ~ 27%. #584A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 42 = 204 (100%)
R 88 of 204 ~ 43.14%
G 74 of 204 ~ 36.27%
B 42 of 204 ~ 20.59%

%43.14
%36.27
%20.59

CMYK color model

#584A2A color CMYK value is (0,16,52,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(0,16,52,65)
C0M16Y52K65 
(0%,16%,52%,65%)
(0.00/0.16/0.52/0.65)	

CMYK percentages

%0
%15.91
%52.27
%65.49

Codes

Color #584A2A in popluar color models

584A2A
RGB887442
HSL42°35.38%25.49%
HSB/HSV42°52.27%34.51%
CMYK0.00%15.91%52.27%
65.49%

Color #584A2A in popluar number systems.

HEX584A2A
Decimal887442
Binary10110001001010101010
Octal13011252

Shades and tints

Shades of #584A2A

#584A2A
(88,74,42)
#504427
(80,68,39)
#483E24
(72,62,36)
#403821
(64,56,33)
#38321E
(56,50,30)
#302C1B
(48,44,27)
#282618
(40,38,24)
#202015
(32,32,21)
#181A12
(24,26,18)
#10140F
(16,20,15)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #584A2A

#584A2A
(88,74,42)
#675A3D
(103,90,61)
#766A50
(118,106,80)
#857A63
(133,122,99)
#948A76
(148,138,118)
#A39A89
(163,154,137)
#B2AA9C
(178,170,156)
#C1BAAF
(193,186,175)
#D0CAC2
(208,202,194)
#DFDAD5
(223,218,213)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A2A; }

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

This text font color is #584A2A.


Background Color

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

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

This div background color is #584A2A.


Border color

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

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

This div border color is #584A2A.


Opacity

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

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

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

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

This text has shadow with #584A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A2A on black background.


Color preview on white background

This text has color #584A2A on white background.



Black color preview on #584A2A background

This text has black color on #584A2A background.


White color preview on #584A2A background

This text has white color on #584A2A background.