COLOR #584A3A

HEX: #584A3A
RGB: (88,74,58)

Color info

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

RGB color model

#584A3A color RGB value is (88,74,58).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 58 of 255 = 23%

88
74
58

R + G + B ~ 29%. #584A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 58 = 220 (100%)
R 88 of 220 ~ 40%
G 74 of 220 ~ 33.64%
B 58 of 220 ~ 26.36%

%40
%33.64
%26.36

CMYK color model

#584A3A color CMYK value is (0,16,34,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 34.09%
  • key color value is 65.49%
CMYK:
(0,16,34,65)
C0M16Y34K65 
(0%,16%,34%,65%)
(0.00/0.16/0.34/0.65)	

CMYK percentages

%0
%15.91
%34.09
%65.49

Codes

Color #584A3A in popluar color models

584A3A
RGB887458
HSL32°20.55%28.63%
HSB/HSV32°34.09%34.51%
CMYK0.00%15.91%34.09%
65.49%

Color #584A3A in popluar number systems.

HEX584A3A
Decimal887458
Binary10110001001010111010
Octal13011272

Shades and tints

Shades of #584A3A

#584A3A
(88,74,58)
#504435
(80,68,53)
#483E30
(72,62,48)
#40382B
(64,56,43)
#383226
(56,50,38)
#302C21
(48,44,33)
#28261C
(40,38,28)
#202017
(32,32,23)
#181A12
(24,26,18)
#10140D
(16,20,13)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #584A3A

#584A3A
(88,74,58)
#675A4B
(103,90,75)
#766A5C
(118,106,92)
#857A6D
(133,122,109)
#948A7E
(148,138,126)
#A39A8F
(163,154,143)
#B2AAA0
(178,170,160)
#C1BAB1
(193,186,177)
#D0CAC2
(208,202,194)
#DFDAD3
(223,218,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A3A; }

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

This text font color is #584A3A.


Background Color

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

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

This div background color is #584A3A.


Border color

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

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

This div border color is #584A3A.


Opacity

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

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

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

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

This text has shadow with #584A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A3A on black background.


Color preview on white background

This text has color #584A3A on white background.



Black color preview on #584A3A background

This text has black color on #584A3A background.


White color preview on #584A3A background

This text has white color on #584A3A background.