COLOR #582F69

HEX: #582F69
RGB: (88,47,105)

Color info

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

RGB color model

#582F69 color RGB value is (88,47,105).

  • red value is 88;
  • green value is 47;
  • blue value is 105.
RGB: (88,47,105) (35%,18%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 47 of 255 = 18%
B 105 of 255 = 41%

88
47
105

R + G + B ~ 31%. #582F69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 47 + 105 = 240 (100%)
R 88 of 240 ~ 36.67%
G 47 of 240 ~ 19.58%
B 105 of 240 ~ 43.75%

%36.67
%19.58
%43.75

CMYK color model

#582F69 color CMYK value is (16,55,0,59).

  • cyan value is 16.19%
  • magenta value is 55.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK: (16,55,0,59) C16M55Y0K59 (16%,55%,0%,59%) (0.16/0.55/0.00/0.59)

CMYK percentages

%16.19
%55.24
%0
%58.82

Codes

Color #582F69 in popluar color models

582F69
RGB8847105
HSL282°38.16%29.80%
HSB/HSV282°55.24%41.18%
CMYK16.19%55.24%0.00%
58.82%

Color #582F69 in popluar number systems.

HEX582F69
Decimal8847105
Binary10110001011111101001
Octal13057151

Shades and tints

Shades of #582F69

#582F69
(88,47,105)
#502B60
(80,43,96)
#482757
(72,39,87)
#40234E
(64,35,78)
#381F45
(56,31,69)
#301B3C
(48,27,60)
#281733
(40,23,51)
#20132A
(32,19,42)
#180F21
(24,15,33)
#100B18
(16,11,24)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #582F69

#582F69
(88,47,105)
#674176
(103,65,118)
#765383
(118,83,131)
#856590
(133,101,144)
#94779D
(148,119,157)
#A389AA
(163,137,170)
#B29BB7
(178,155,183)
#C1ADC4
(193,173,196)
#D0BFD1
(208,191,209)
#DFD1DE
(223,209,222)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582F69 color. Also use rgb(88,47,105) instead hex code.

Text Font Color

.myTextColor { color: #582F69; }

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

This text font color is #582F69.


Background Color

.myBgColor { background-color: #582F69; }

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

This div background color is #582F69.


Border color

.myBorderColor { border: 1px solid #582F69; }

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

This div border color is #582F69.


Opacity

.myOpacity80 { color: #582F69; opacity: 0.8; }

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

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

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

This text has shadow with #582F69 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #582F69 on black background.


Color preview on white background

This text has color #582F69 on white background.



Black color preview on #582F69 background

This text has black color on #582F69 background.


White color preview on #582F69 background

This text has white color on #582F69 background.