COLOR #582F4D

HEX: #582F4D RGB: (88,47,77)

Color info

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

RGB color model

#582F4D color RGB value is (88,47,77).

RGB: (88,47,77) (35%, 18%, 30%)

RGB channels and saturation

R 88 of 255 = 35%
G 47 of 255 = 18%
B 77 of 255 = 30%

88
47
77

R + G + B ~ 28%. #582F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 47 + 77 = 212 (100%)
R 88 of 212 ~ 41.51%
G 47 of 212 ~ 22.17%
B 77 of 212 ~ 36.32'%

%41.51
%22.17
%36.32

CMYK color model

#582F4D color CMYK value is (0,47,13,65).

  • cyan value is 0.00%
  • magenta value is 46.59%
  • yellow value is 12.50%
  • key color value is 65.49%

CMYK: (0,47,13,65)
C0M47Y13K65 (0%, 47%, 13%, 65%)
(0.00 / 0.47 / 0.13 / 0.65)

CMYK percentages

%0
%46.59
%12.5
%65.49

Codes

Color #582F4D in popluar color models

58 2F 4D
RGB 88 47 77
HSL 316° 30.37% 26.47%
HSB/HSV 316° 46.59% 34.51%
CMYK 0.00% 46.59% 12.50%
65.49%

Color #582F4D in popluar number systems.

HEX 58 2F 4D
Decimal 88 47 77
Binary 1011000 101111 1001101
Octal 130 57 115

Shades and tints

Shades of #582F4D

#582F4D
(88,47,77)
#502B46
(80,43,70)
#48273F
(72,39,63)
#402338
(64,35,56)
#381F31
(56,31,49)
#301B2A
(48,27,42)
#281723
(40,23,35)
#20131C
(32,19,28)
#180F15
(24,15,21)
#100B0E
(16,11,14)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #582F4D

#582F4D
(88,47,77)
#67415D
(103,65,93)
#76536D
(118,83,109)
#85657D
(133,101,125)
#94778D
(148,119,141)
#A3899D
(163,137,157)
#B29BAD
(178,155,173)
#C1ADBD
(193,173,189)
#D0BFCD
(208,191,205)
#DFD1DD
(223,209,221)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582F4D color. Also use rgb(88,47,77) instead hex code.

Text Font Color

.myTextColor { color: #582F4D; }

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

This text font color is #582F4D.

Background Color

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

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

This div background color is #582F4D.

Border color

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

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

This div border color is #582F4D.

Opacity

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

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

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

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

This text has shadow with #582F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582F4D.

Preview

Color preview on black background

This text has color #582F4D on black background.


Color preview on white background

This text has color #582F4D on white background.


Black color preview on #582F4D background

This text has black color on #582F4D background.


White color preview on #582F4D background

This text has white color on #582F4D background.


Related colors

Complementary color

Complementary color for #hex is #A7D0B2.


I love getcolorcode.com

Triadic colors

1 #4D582F and #2F4D58 with #582F4D are triadic colors.

2 #4D2F58 and #2F584D with #582F4D are triadic colors.