COLOR #582C3F

HEX: #582C3F RGB: (88,44,63)

Color info

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

RGB color model

#582C3F color RGB value is (88,44,63).

RGB: (88,44,63) (35%, 17%, 25%)

RGB channels and saturation

R 88 of 255 = 35%
G 44 of 255 = 17%
B 63 of 255 = 25%

88
44
63

R + G + B ~ 26%. #582C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 44 + 63 = 195 (100%)
R 88 of 195 ~ 45.13%
G 44 of 195 ~ 22.56%
B 63 of 195 ~ 32.31'%

%45.13
%22.56
%32.31

CMYK color model

#582C3F color CMYK value is (0,50,28,65).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 28.41%
  • key color value is 65.49%

CMYK: (0,50,28,65)
C0M50Y28K65 (0%, 50%, 28%, 65%)
(0.00 / 0.50 / 0.28 / 0.65)

CMYK percentages

%0
%50
%28.41
%65.49

Codes

Color #582C3F in popluar color models

58 2C 3F
RGB 88 44 63
HSL 334° 33.33% 25.88%
HSB/HSV 334° 50.00% 34.51%
CMYK 0.00% 50.00% 28.41%
65.49%

Color #582C3F in popluar number systems.

HEX 58 2C 3F
Decimal 88 44 63
Binary 1011000 101100 111111
Octal 130 54 77

Shades and tints

Shades of #582C3F

#582C3F
(88,44,63)
#50283A
(80,40,58)
#482435
(72,36,53)
#402030
(64,32,48)
#381C2B
(56,28,43)
#301826
(48,24,38)
#281421
(40,20,33)
#20101C
(32,16,28)
#180C17
(24,12,23)
#100812
(16,8,18)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #582C3F

#582C3F
(88,44,63)
#673F50
(103,63,80)
#765261
(118,82,97)
#856572
(133,101,114)
#947883
(148,120,131)
#A38B94
(163,139,148)
#B29EA5
(178,158,165)
#C1B1B6
(193,177,182)
#D0C4C7
(208,196,199)
#DFD7D8
(223,215,216)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582C3F color. Also use rgb(88,44,63) instead hex code.

Text Font Color

.myTextColor { color: #582C3F; }

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

This text font color is #582C3F.

Background Color

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

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

This div background color is #582C3F.

Border color

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

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

This div border color is #582C3F.

Opacity

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

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

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

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

This text has shadow with #582C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582C3F.

Preview

Color preview on black background

This text has color #582C3F on black background.


Color preview on white background

This text has color #582C3F on white background.


Black color preview on #582C3F background

This text has black color on #582C3F background.


White color preview on #582C3F background

This text has white color on #582C3F background.


Related colors

Complementary color

Complementary color for #hex is #A7D3C0.


I love getcolorcode.com

Triadic colors

1 #3F582C and #2C3F58 with #582C3F are triadic colors.

2 #3F2C58 and #2C583F with #582C3F are triadic colors.