COLOR #582F2B

HEX: #582F2B
RGB: (88,47,43)

Color info

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

RGB color model

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

  • red value is 88;
  • green value is 47;
  • blue value is 43.
RGB:
(88,47,43)
(35%,18%,17%)

RGB channels and saturation

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

88
47
43

R + G + B ~ 23%. #582F2B is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 47 + 43 = 178 (100%)
R 88 of 178 ~ 49.44%
G 47 of 178 ~ 26.4%
B 43 of 178 ~ 24.16%

%49.44
%26.4
%24.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.59%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(0,47,51,65)
C0M47Y51K65 
(0%,47%,51%,65%)
(0.00/0.47/0.51/0.65)	

CMYK percentages

%0
%46.59
%51.14
%65.49

Codes

Color #582F2B in popluar color models

582F2B
RGB884743
HSL34.35%25.69%
HSB/HSV51.14%34.51%
CMYK0.00%46.59%51.14%
65.49%

Color #582F2B in popluar number systems.

HEX582F2B
Decimal884743
Binary1011000101111101011
Octal1305753

Shades and tints

Shades of #582F2B

#582F2B
(88,47,43)
#502B28
(80,43,40)
#482725
(72,39,37)
#402322
(64,35,34)
#381F1F
(56,31,31)
#301B1C
(48,27,28)
#281719
(40,23,25)
#201316
(32,19,22)
#180F13
(24,15,19)
#100B10
(16,11,16)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #582F2B

#582F2B
(88,47,43)
#67413E
(103,65,62)
#765351
(118,83,81)
#856564
(133,101,100)
#947777
(148,119,119)
#A3898A
(163,137,138)
#B29B9D
(178,155,157)
#C1ADB0
(193,173,176)
#D0BFC3
(208,191,195)
#DFD1D6
(223,209,214)
#EEE3E9
(238,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582F2B; }

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

This text font color is #582F2B.


Background Color

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

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

This div background color is #582F2B.


Border color

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

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

This div border color is #582F2B.


Opacity

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

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

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

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

This text has shadow with #582F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582F2B on black background.


Color preview on white background

This text has color #582F2B on white background.



Black color preview on #582F2B background

This text has black color on #582F2B background.


White color preview on #582F2B background

This text has white color on #582F2B background.