COLOR #583077

HEX: #583077
RGB: (88,48,119)

Color info

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

RGB color model

#583077 color RGB value is (88,48,119).

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

RGB channels and saturation

R 88 of 255 = 35%
G 48 of 255 = 19%
B 119 of 255 = 47%

88
48
119

R + G + B ~ 34%. #583077 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 48 + 119 = 255 (100%)
R 88 of 255 ~ 34.51%
G 48 of 255 ~ 18.82%
B 119 of 255 ~ 46.67%

%34.51
%18.82
%46.67

CMYK color model

#583077 color CMYK value is (26,60,0,53).

  • cyan value is 26.05%
  • magenta value is 59.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(26,60,0,53)
C26M60Y0K53 
(26%,60%,0%,53%)
(0.26/0.60/0.00/0.53)	

CMYK percentages

%26.05
%59.66
%0
%53.33

Codes

Color #583077 in popluar color models

583077
RGB8848119
HSL274°42.51%32.75%
HSB/HSV274°59.66%46.67%
CMYK26.05%59.66%0.00%
53.33%

Color #583077 in popluar number systems.

HEX583077
Decimal8848119
Binary10110001100001110111
Octal13060167

Shades and tints

Shades of #583077

#583077
(88,48,119)
#502C6D
(80,44,109)
#482863
(72,40,99)
#402459
(64,36,89)
#38204F
(56,32,79)
#301C45
(48,28,69)
#28183B
(40,24,59)
#201431
(32,20,49)
#181027
(24,16,39)
#100C1D
(16,12,29)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #583077

#583077
(88,48,119)
#674283
(103,66,131)
#76548F
(118,84,143)
#85669B
(133,102,155)
#9478A7
(148,120,167)
#A38AB3
(163,138,179)
#B29CBF
(178,156,191)
#C1AECB
(193,174,203)
#D0C0D7
(208,192,215)
#DFD2E3
(223,210,227)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583077; }

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

This text font color is #583077.


Background Color

.myBgColor { background-color: #583077; }

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

This div background color is #583077.


Border color

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

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

This div border color is #583077.


Opacity

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

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

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

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

This text has shadow with #583077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583077 on black background.


Color preview on white background

This text has color #583077 on white background.



Black color preview on #583077 background

This text has black color on #583077 background.


White color preview on #583077 background

This text has white color on #583077 background.