COLOR #582377

HEX: #582377
RGB: (88,35,119)

Color info

#582377 contains mainly red and blue colors. Web safe color of #582377 is #663366 (or #636).

RGB color model

#582377 color RGB value is (88,35,119).

  • red value is 88;
  • green value is 35;
  • blue value is 119.
RGB:
(88,35,119)
(35%,14%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 35 of 255 = 14%
B 119 of 255 = 47%

88
35
119

R + G + B ~ 32%. #582377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 35 + 119 = 242 (100%)
R 88 of 242 ~ 36.36%
G 35 of 242 ~ 14.46%
B 119 of 242 ~ 49.17%

%36.36
%14.46
%49.17

CMYK color model

#582377 color CMYK value is (26,71,0,53).

  • cyan value is 26.05%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(26,71,0,53)
C26M71Y0K53 
(26%,71%,0%,53%)
(0.26/0.71/0.00/0.53)	

CMYK percentages

%26.05
%70.59
%0
%53.33

Codes

Color #582377 in popluar color models

582377
RGB8835119
HSL278°54.55%30.20%
HSB/HSV278°70.59%46.67%
CMYK26.05%70.59%0.00%
53.33%

Color #582377 in popluar number systems.

HEX582377
Decimal8835119
Binary10110001000111110111
Octal13043167

Shades and tints

Shades of #582377

#582377
(88,35,119)
#50206D
(80,32,109)
#481D63
(72,29,99)
#401A59
(64,26,89)
#38174F
(56,23,79)
#301445
(48,20,69)
#28113B
(40,17,59)
#200E31
(32,14,49)
#180B27
(24,11,39)
#10081D
(16,8,29)
#080513
(8,5,19)
#000000
(0,0,0)

Tints of #582377

#582377
(88,35,119)
#673783
(103,55,131)
#764B8F
(118,75,143)
#855F9B
(133,95,155)
#9473A7
(148,115,167)
#A387B3
(163,135,179)
#B29BBF
(178,155,191)
#C1AFCB
(193,175,203)
#D0C3D7
(208,195,215)
#DFD7E3
(223,215,227)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582377 color. Also use rgb(88,35,119) instead hex code.

Text Font Color

.myTextColor { color: #582377; }

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

This text font color is #582377.


Background Color

.myBgColor { background-color: #582377; }

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

This div background color is #582377.


Border color

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

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

This div border color is #582377.


Opacity

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

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

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

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

This text has shadow with #582377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582377 on black background.


Color preview on white background

This text has color #582377 on white background.



Black color preview on #582377 background

This text has black color on #582377 background.


White color preview on #582377 background

This text has white color on #582377 background.