COLOR #582F2F

HEX: #582F2F RGB: (88,47,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
47
47

R + G + B ~ 24%. #582F2F is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 47 + 47 = 182 (100%)
R 88 of 182 ~ 48.35%
G 47 of 182 ~ 25.82%
B 47 of 182 ~ 25.82'%

%48.35
%25.82
%25.82

CMYK color model

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

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

CMYK: (0,47,47,65)
C0M47Y47K65 (0%, 47%, 47%, 65%)
(0.00 / 0.47 / 0.47 / 0.65)

CMYK percentages

%0
%46.59
%46.59
%65.49

Codes

Color #582F2F in popluar color models

58 2F 2F
RGB 88 47 47
HSL 30.37% 26.47%
HSB/HSV 46.59% 34.51%
CMYK 0.00% 46.59% 46.59%
65.49%

Color #582F2F in popluar number systems.

HEX 58 2F 2F
Decimal 88 47 47
Binary 1011000 101111 101111
Octal 130 57 57

Shades and tints

Shades of #582F2F

#582F2F
(88,47,47)
#502B2B
(80,43,43)
#482727
(72,39,39)
#402323
(64,35,35)
#381F1F
(56,31,31)
#301B1B
(48,27,27)
#281717
(40,23,23)
#201313
(32,19,19)
#180F0F
(24,15,15)
#100B0B
(16,11,11)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #582F2F

#582F2F
(88,47,47)
#674141
(103,65,65)
#765353
(118,83,83)
#856565
(133,101,101)
#947777
(148,119,119)
#A38989
(163,137,137)
#B29B9B
(178,155,155)
#C1ADAD
(193,173,173)
#D0BFBF
(208,191,191)
#DFD1D1
(223,209,209)
#EEE3E3
(238,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582F2F; }

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

This text font color is #582F2F.

Background Color

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

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

This div background color is #582F2F.

Border color

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

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

This div border color is #582F2F.

Opacity

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

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

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

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

This text has shadow with #582F2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582F2F.

Preview

Color preview on black background

This text has color #582F2F on black background.


Color preview on white background

This text has color #582F2F on white background.


Black color preview on #582F2F background

This text has black color on #582F2F background.


White color preview on #582F2F background

This text has white color on #582F2F background.


Related colors

Complementary color

Complementary color for #hex is #A7D0D0.


I love getcolorcode.com