COLOR #58265D

HEX: #58265D
RGB: (88,38,93)

Color info

#58265D contains red, green and blue colors in about the same proportion. Web safe color of #58265D is #663366 (or #636).

RGB color model

#58265D color RGB value is (88,38,93).

  • red value is 88;
  • green value is 38;
  • blue value is 93.
RGB:
(88,38,93)
(35%,15%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 93 of 255 = 36%

88
38
93

R + G + B ~ 29%. #58265D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 93 = 219 (100%)
R 88 of 219 ~ 40.18%
G 38 of 219 ~ 17.35%
B 93 of 219 ~ 42.47%

%40.18
%17.35
%42.47

CMYK color model

#58265D color CMYK value is (5,59,0,64).

  • cyan value is 5.38%
  • magenta value is 59.14%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(5,59,0,64)
C5M59Y0K64 
(5%,59%,0%,64%)
(0.05/0.59/0.00/0.64)	

CMYK percentages

%5.38
%59.14
%0
%63.53

Codes

Color #58265D in popluar color models

58265D
RGB883893
HSL295°41.98%25.69%
HSB/HSV295°59.14%36.47%
CMYK5.38%59.14%0.00%
63.53%

Color #58265D in popluar number systems.

HEX58265D
Decimal883893
Binary10110001001101011101
Octal13046135

Shades and tints

Shades of #58265D

#58265D
(88,38,93)
#502355
(80,35,85)
#48204D
(72,32,77)
#401D45
(64,29,69)
#381A3D
(56,26,61)
#301735
(48,23,53)
#28142D
(40,20,45)
#201125
(32,17,37)
#180E1D
(24,14,29)
#100B15
(16,11,21)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #58265D

#58265D
(88,38,93)
#67396B
(103,57,107)
#764C79
(118,76,121)
#855F87
(133,95,135)
#947295
(148,114,149)
#A385A3
(163,133,163)
#B298B1
(178,152,177)
#C1ABBF
(193,171,191)
#D0BECD
(208,190,205)
#DFD1DB
(223,209,219)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58265D color. Also use rgb(88,38,93) instead hex code.

Text Font Color

.myTextColor { color: #58265D; }

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

This text font color is #58265D.


Background Color

.myBgColor { background-color: #58265D; }

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

This div background color is #58265D.


Border color

.myBorderColor { border: 1px solid #58265D; }

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

This div border color is #58265D.


Opacity

.myOpacity80 { color: #58265D; opacity: 0.8; }

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

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

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

This text has shadow with #58265D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58265D on black background.


Color preview on white background

This text has color #58265D on white background.



Black color preview on #58265D background

This text has black color on #58265D background.


White color preview on #58265D background

This text has white color on #58265D background.