COLOR #582A4A

HEX: #582A4A
RGB: (88,42,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
42
74

R + G + B ~ 27%. #582A4A is quite dark color.

Portions of RGB colors in percentages

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

%43.14
%20.59
%36.27

CMYK color model

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

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

CMYK percentages

%0
%52.27
%15.91
%65.49

Codes

Color #582A4A in popluar color models

582A4A
RGB884274
HSL318°35.38%25.49%
HSB/HSV318°52.27%34.51%
CMYK0.00%52.27%15.91%
65.49%

Color #582A4A in popluar number systems.

HEX582A4A
Decimal884274
Binary10110001010101001010
Octal13052112

Shades and tints

Shades of #582A4A

#582A4A
(88,42,74)
#502744
(80,39,68)
#48243E
(72,36,62)
#402138
(64,33,56)
#381E32
(56,30,50)
#301B2C
(48,27,44)
#281826
(40,24,38)
#201520
(32,21,32)
#18121A
(24,18,26)
#100F14
(16,15,20)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #582A4A

#582A4A
(88,42,74)
#673D5A
(103,61,90)
#76506A
(118,80,106)
#85637A
(133,99,122)
#94768A
(148,118,138)
#A3899A
(163,137,154)
#B29CAA
(178,156,170)
#C1AFBA
(193,175,186)
#D0C2CA
(208,194,202)
#DFD5DA
(223,213,218)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582A4A; }

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

This text font color is #582A4A.


Background Color

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

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

This div background color is #582A4A.


Border color

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

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

This div border color is #582A4A.


Opacity

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

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

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

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

This text has shadow with #582A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582A4A on black background.


Color preview on white background

This text has color #582A4A on white background.



Black color preview on #582A4A background

This text has black color on #582A4A background.


White color preview on #582A4A background

This text has white color on #582A4A background.