COLOR #584A4A

HEX: #584A4A
RGB: (88,74,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
74
74

R + G + B ~ 31%. #584A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 74 = 236 (100%)
R 88 of 236 ~ 37.29%
G 74 of 236 ~ 31.36%
B 74 of 236 ~ 31.36%

%37.29
%31.36
%31.36

CMYK color model

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

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

CMYK percentages

%0
%15.91
%15.91
%65.49

Codes

Color #584A4A in popluar color models

584A4A
RGB887474
HSL8.64%31.76%
HSB/HSV15.91%34.51%
CMYK0.00%15.91%15.91%
65.49%

Color #584A4A in popluar number systems.

HEX584A4A
Decimal887474
Binary101100010010101001010
Octal130112112

Shades and tints

Shades of #584A4A

#584A4A
(88,74,74)
#504444
(80,68,68)
#483E3E
(72,62,62)
#403838
(64,56,56)
#383232
(56,50,50)
#302C2C
(48,44,44)
#282626
(40,38,38)
#202020
(32,32,32)
#181A1A
(24,26,26)
#101414
(16,20,20)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #584A4A

#584A4A
(88,74,74)
#675A5A
(103,90,90)
#766A6A
(118,106,106)
#857A7A
(133,122,122)
#948A8A
(148,138,138)
#A39A9A
(163,154,154)
#B2AAAA
(178,170,170)
#C1BABA
(193,186,186)
#D0CACA
(208,202,202)
#DFDADA
(223,218,218)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A4A; }

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

This text font color is #584A4A.


Background Color

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

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

This div background color is #584A4A.


Border color

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

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

This div border color is #584A4A.


Opacity

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

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

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

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

This text has shadow with #584A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A4A on black background.


Color preview on white background

This text has color #584A4A on white background.



Black color preview on #584A4A background

This text has black color on #584A4A background.


White color preview on #584A4A background

This text has white color on #584A4A background.