COLOR #582845

HEX: #582845
RGB: (88,40,69)

Color info

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

RGB color model

#582845 color RGB value is (88,40,69).

  • red value is 88;
  • green value is 40;
  • blue value is 69.
RGB:
(88,40,69)
(35%,16%,27%)

RGB channels and saturation

R 88 of 255 = 35%
G 40 of 255 = 16%
B 69 of 255 = 27%

88
40
69

R + G + B ~ 26%. #582845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 40 + 69 = 197 (100%)
R 88 of 197 ~ 44.67%
G 40 of 197 ~ 20.3%
B 69 of 197 ~ 35.03%

%44.67
%20.3
%35.03

CMYK color model

#582845 color CMYK value is (0,55,22,65).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 21.59%
  • key color value is 65.49%
CMYK:
(0,55,22,65)
C0M55Y22K65 
(0%,55%,22%,65%)
(0.00/0.55/0.22/0.65)	

CMYK percentages

%0
%54.55
%21.59
%65.49

Codes

Color #582845 in popluar color models

582845
RGB884069
HSL324°37.50%25.10%
HSB/HSV324°54.55%34.51%
CMYK0.00%54.55%21.59%
65.49%

Color #582845 in popluar number systems.

HEX582845
Decimal884069
Binary10110001010001000101
Octal13050105

Shades and tints

Shades of #582845

#582845
(88,40,69)
#50253F
(80,37,63)
#482239
(72,34,57)
#401F33
(64,31,51)
#381C2D
(56,28,45)
#301927
(48,25,39)
#281621
(40,22,33)
#20131B
(32,19,27)
#181015
(24,16,21)
#100D0F
(16,13,15)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #582845

#582845
(88,40,69)
#673B55
(103,59,85)
#764E65
(118,78,101)
#856175
(133,97,117)
#947485
(148,116,133)
#A38795
(163,135,149)
#B29AA5
(178,154,165)
#C1ADB5
(193,173,181)
#D0C0C5
(208,192,197)
#DFD3D5
(223,211,213)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582845 color. Also use rgb(88,40,69) instead hex code.

Text Font Color

.myTextColor { color: #582845; }

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

This text font color is #582845.


Background Color

.myBgColor { background-color: #582845; }

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

This div background color is #582845.


Border color

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

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

This div border color is #582845.


Opacity

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

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

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

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

This text has shadow with #582845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582845 on black background.


Color preview on white background

This text has color #582845 on white background.



Black color preview on #582845 background

This text has black color on #582845 background.


White color preview on #582845 background

This text has white color on #582845 background.