COLOR #581725

HEX: #581725
RGB: (88,23,37)

Color info

#581725 contains mainly red and blue colors. Web safe color of #581725 is #660033 (or #603).

RGB color model

#581725 color RGB value is (88,23,37).

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

RGB channels and saturation

R 88 of 255 = 35%
G 23 of 255 = 9%
B 37 of 255 = 15%

88
23
37

R + G + B ~ 20%. #581725 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 23 + 37 = 148 (100%)
R 88 of 148 ~ 59.46%
G 23 of 148 ~ 15.54%
B 37 of 148 ~ 25%

%59.46
%15.54
%25

CMYK color model

#581725 color CMYK value is (0,74,58,65).

  • cyan value is 0.00%
  • magenta value is 73.86%
  • yellow value is 57.95%
  • key color value is 65.49%
CMYK:
(0,74,58,65)
C0M74Y58K65 
(0%,74%,58%,65%)
(0.00/0.74/0.58/0.65)	

CMYK percentages

%0
%73.86
%57.95
%65.49

Codes

Color #581725 in popluar color models

581725
RGB882337
HSL347°58.56%21.76%
HSB/HSV347°73.86%34.51%
CMYK0.00%73.86%57.95%
65.49%

Color #581725 in popluar number systems.

HEX581725
Decimal882337
Binary101100010111100101
Octal1302745

Shades and tints

Shades of #581725

#581725
(88,23,37)
#501522
(80,21,34)
#48131F
(72,19,31)
#40111C
(64,17,28)
#380F19
(56,15,25)
#300D16
(48,13,22)
#280B13
(40,11,19)
#200910
(32,9,16)
#18070D
(24,7,13)
#10050A
(16,5,10)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #581725

#581725
(88,23,37)
#672C38
(103,44,56)
#76414B
(118,65,75)
#85565E
(133,86,94)
#946B71
(148,107,113)
#A38084
(163,128,132)
#B29597
(178,149,151)
#C1AAAA
(193,170,170)
#D0BFBD
(208,191,189)
#DFD4D0
(223,212,208)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581725; }

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

This text font color is #581725.


Background Color

.myBgColor { background-color: #581725; }

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

This div background color is #581725.


Border color

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

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

This div border color is #581725.


Opacity

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

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

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

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

This text has shadow with #581725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581725 on black background.


Color preview on white background

This text has color #581725 on white background.



Black color preview on #581725 background

This text has black color on #581725 background.


White color preview on #581725 background

This text has white color on #581725 background.