COLOR #580435

HEX: #580435
RGB: (88,4,53)

Color info

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

RGB color model

#580435 color RGB value is (88,4,53).

  • red value is 88;
  • green value is 4;
  • blue value is 53.
RGB:
(88,4,53)
(35%,2%,21%)

RGB channels and saturation

R 88 of 255 = 35%
G 4 of 255 = 2%
B 53 of 255 = 21%

88
4
53

R + G + B ~ 19%. #580435 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 4 + 53 = 145 (100%)
R 88 of 145 ~ 60.69%
G 4 of 145 ~ 2.76%
B 53 of 145 ~ 36.55%

%60.69
%36.55

CMYK color model

#580435 color CMYK value is (0,95,40,65).

  • cyan value is 0.00%
  • magenta value is 95.45%
  • yellow value is 39.77%
  • key color value is 65.49%
CMYK:
(0,95,40,65)
C0M95Y40K65 
(0%,95%,40%,65%)
(0.00/0.95/0.40/0.65)	

CMYK percentages

%0
%95.45
%39.77
%65.49

Codes

Color #580435 in popluar color models

580435
RGB88453
HSL325°91.30%18.04%
HSB/HSV325°95.45%34.51%
CMYK0.00%95.45%39.77%
65.49%

Color #580435 in popluar number systems.

HEX580435
Decimal88453
Binary1011000100110101
Octal130465

Shades and tints

Shades of #580435

#580435
(88,4,53)
#500431
(80,4,49)
#48042D
(72,4,45)
#400429
(64,4,41)
#380425
(56,4,37)
#300421
(48,4,33)
#28041D
(40,4,29)
#200419
(32,4,25)
#180415
(24,4,21)
#100411
(16,4,17)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #580435

#580435
(88,4,53)
#671A47
(103,26,71)
#763059
(118,48,89)
#85466B
(133,70,107)
#945C7D
(148,92,125)
#A3728F
(163,114,143)
#B288A1
(178,136,161)
#C19EB3
(193,158,179)
#D0B4C5
(208,180,197)
#DFCAD7
(223,202,215)
#EEE0E9
(238,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580435 color. Also use rgb(88,4,53) instead hex code.

Text Font Color

.myTextColor { color: #580435; }

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

This text font color is #580435.


Background Color

.myBgColor { background-color: #580435; }

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

This div background color is #580435.


Border color

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

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

This div border color is #580435.


Opacity

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

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

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

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

This text has shadow with #580435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580435 on black background.


Color preview on white background

This text has color #580435 on white background.



Black color preview on #580435 background

This text has black color on #580435 background.


White color preview on #580435 background

This text has white color on #580435 background.