COLOR #582725

HEX: #582725
RGB: (88,39,37)

Color info

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

RGB color model

#582725 color RGB value is (88,39,37).

  • red value is 88;
  • green value is 39;
  • blue value is 37.
RGB:
(88,39,37)
(35%,15%,15%)

RGB channels and saturation

R 88 of 255 = 35%
G 39 of 255 = 15%
B 37 of 255 = 15%

88
39
37

R + G + B ~ 22%. #582725 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 39 + 37 = 164 (100%)
R 88 of 164 ~ 53.66%
G 39 of 164 ~ 23.78%
B 37 of 164 ~ 22.56%

%53.66
%23.78
%22.56

CMYK color model

#582725 color CMYK value is (0,56,58,65).

  • cyan value is 0.00%
  • magenta value is 55.68%
  • yellow value is 57.95%
  • key color value is 65.49%
CMYK:
(0,56,58,65)
C0M56Y58K65 
(0%,56%,58%,65%)
(0.00/0.56/0.58/0.65)	

CMYK percentages

%0
%55.68
%57.95
%65.49

Codes

Color #582725 in popluar color models

582725
RGB883937
HSL40.80%24.51%
HSB/HSV57.95%34.51%
CMYK0.00%55.68%57.95%
65.49%

Color #582725 in popluar number systems.

HEX582725
Decimal883937
Binary1011000100111100101
Octal1304745

Shades and tints

Shades of #582725

#582725
(88,39,37)
#502422
(80,36,34)
#48211F
(72,33,31)
#401E1C
(64,30,28)
#381B19
(56,27,25)
#301816
(48,24,22)
#281513
(40,21,19)
#201210
(32,18,16)
#180F0D
(24,15,13)
#100C0A
(16,12,10)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #582725

#582725
(88,39,37)
#673A38
(103,58,56)
#764D4B
(118,77,75)
#85605E
(133,96,94)
#947371
(148,115,113)
#A38684
(163,134,132)
#B29997
(178,153,151)
#C1ACAA
(193,172,170)
#D0BFBD
(208,191,189)
#DFD2D0
(223,210,208)
#EEE5E3
(238,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582725 color. Also use rgb(88,39,37) instead hex code.

Text Font Color

.myTextColor { color: #582725; }

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

This text font color is #582725.


Background Color

.myBgColor { background-color: #582725; }

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

This div background color is #582725.


Border color

.myBorderColor { border: 1px solid #582725; }

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

This div border color is #582725.


Opacity

.myOpacity80 { color: #582725; opacity: 0.8; }

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

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

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

This text has shadow with #582725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582725 on black background.


Color preview on white background

This text has color #582725 on white background.



Black color preview on #582725 background

This text has black color on #582725 background.


White color preview on #582725 background

This text has white color on #582725 background.