COLOR #582C3A

HEX: #582C3A RGB: (88,44,58)

Color info

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

RGB color model

#582C3A color RGB value is (88,44,58).

RGB: (88,44,58) (35%, 17%, 23%)

RGB channels and saturation

R 88 of 255 = 35%
G 44 of 255 = 17%
B 58 of 255 = 23%

88
44
58

R + G + B ~ 25%. #582C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 44 + 58 = 190 (100%)
R 88 of 190 ~ 46.32%
G 44 of 190 ~ 23.16%
B 58 of 190 ~ 30.53'%

%46.32
%23.16
%30.53

CMYK color model

#582C3A color CMYK value is (0,50,34,65).

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

CMYK: (0,50,34,65)
C0M50Y34K65 (0%, 50%, 34%, 65%)
(0.00 / 0.50 / 0.34 / 0.65)

CMYK percentages

%0
%50
%34.09
%65.49

Codes

Color #582C3A in popluar color models

58 2C 3A
RGB 88 44 58
HSL 341° 33.33% 25.88%
HSB/HSV 341° 50.00% 34.51%
CMYK 0.00% 50.00% 34.09%
65.49%

Color #582C3A in popluar number systems.

HEX 58 2C 3A
Decimal 88 44 58
Binary 1011000 101100 111010
Octal 130 54 72

Shades and tints

Shades of #582C3A

#582C3A
(88,44,58)
#502835
(80,40,53)
#482430
(72,36,48)
#40202B
(64,32,43)
#381C26
(56,28,38)
#301821
(48,24,33)
#28141C
(40,20,28)
#201017
(32,16,23)
#180C12
(24,12,18)
#10080D
(16,8,13)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #582C3A

#582C3A
(88,44,58)
#673F4B
(103,63,75)
#76525C
(118,82,92)
#85656D
(133,101,109)
#94787E
(148,120,126)
#A38B8F
(163,139,143)
#B29EA0
(178,158,160)
#C1B1B1
(193,177,177)
#D0C4C2
(208,196,194)
#DFD7D3
(223,215,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582C3A; }

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

This text font color is #582C3A.

Background Color

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

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

This div background color is #582C3A.

Border color

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

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

This div border color is #582C3A.

Opacity

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

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

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

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

This text has shadow with #582C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582C3A.

Preview

Color preview on black background

This text has color #582C3A on black background.


Color preview on white background

This text has color #582C3A on white background.


Black color preview on #582C3A background

This text has black color on #582C3A background.


White color preview on #582C3A background

This text has white color on #582C3A background.


Related colors

Complementary color

Complementary color for #hex is #A7D3C5.


I love getcolorcode.com

Triadic colors

1 #3A582C and #2C3A58 with #582C3A are triadic colors.

2 #3A2C58 and #2C583A with #582C3A are triadic colors.