COLOR #582E4A

HEX: #582E4A
RGB: (88,46,74)

Color info

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

RGB color model

#582E4A color RGB value is (88,46,74).

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

RGB channels and saturation

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

88
46
74

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

Portions of RGB colors in percentages

R + G + B =
88 + 46 + 74 = 208 (100%)
R 88 of 208 ~ 42.31%
G 46 of 208 ~ 22.12%
B 74 of 208 ~ 35.58%

%42.31
%22.12
%35.58

CMYK color model

#582E4A color CMYK value is (0,48,16,65).

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

CMYK percentages

%0
%47.73
%15.91
%65.49

Codes

Color #582E4A in popluar color models

582E4A
RGB884674
HSL320°31.34%26.27%
HSB/HSV320°47.73%34.51%
CMYK0.00%47.73%15.91%
65.49%

Color #582E4A in popluar number systems.

HEX582E4A
Decimal884674
Binary10110001011101001010
Octal13056112

Shades and tints

Shades of #582E4A

#582E4A
(88,46,74)
#502A44
(80,42,68)
#48263E
(72,38,62)
#402238
(64,34,56)
#381E32
(56,30,50)
#301A2C
(48,26,44)
#281626
(40,22,38)
#201220
(32,18,32)
#180E1A
(24,14,26)
#100A14
(16,10,20)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #582E4A

#582E4A
(88,46,74)
#67415A
(103,65,90)
#76546A
(118,84,106)
#85677A
(133,103,122)
#947A8A
(148,122,138)
#A38D9A
(163,141,154)
#B2A0AA
(178,160,170)
#C1B3BA
(193,179,186)
#D0C6CA
(208,198,202)
#DFD9DA
(223,217,218)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582E4A; }

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

This text font color is #582E4A.


Background Color

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

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

This div background color is #582E4A.


Border color

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

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

This div border color is #582E4A.


Opacity

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

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

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

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

This text has shadow with #582E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582E4A on black background.


Color preview on white background

This text has color #582E4A on white background.



Black color preview on #582E4A background

This text has black color on #582E4A background.


White color preview on #582E4A background

This text has white color on #582E4A background.