COLOR #581D57

HEX: #581D57
RGB: (88,29,87)

Renk bilgisi

#581D57 contains red, green and blue colors in about the same proportion. #581D57 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#581D57 color RGB value is (88,29,87).

  • kırmız ton 88;
  • yeşil ton 29;
  • mavi ton 87.
RGB:
(88,29,87)
(35%,11%,34%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 29 of 255 = 11%
B 87 of 255 = 34%

88
29
87

R + G + B ~ 27%. #581D57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 29 + 87 = 204 (100%)
R 88 of 204 ~ 43.14%
G 29 of 204 ~ 14.22%
B 87 of 204 ~ 42.65%

%43.14
%14.22
%42.65

CMYK RENK MODELİ

#581D57 rengi CMYK tonu (0,67,1,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.05%
  • sarı tonu 1.14%
  • ana renk tonu 65.49%
CMYK:
(0,67,1,65)
C0M67Y1K65 
(0%,67%,1%,65%)
(0.00/0.67/0.01/0.65)	

CMYK yüzdeleri

%0
%67.05
%1.14
%65.49

Codes

Color #581D57 in popluar color models

581D57
RGB882987
HSL301°50.43%22.94%
HSB/HSV301°67.05%34.51%
CMYK0.00%67.05%1.14%
65.49%

Color #581D57 in popluar number systems.

HEX581D57
Decimal882987
Binary1011000111011010111
Octal13035127

Shades and tints

Shades of #581D57

#581D57
(88,29,87)
#501B50
(80,27,80)
#481949
(72,25,73)
#401742
(64,23,66)
#38153B
(56,21,59)
#301334
(48,19,52)
#28112D
(40,17,45)
#200F26
(32,15,38)
#180D1F
(24,13,31)
#100B18
(16,11,24)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #581D57

#581D57
(88,29,87)
#673166
(103,49,102)
#764575
(118,69,117)
#855984
(133,89,132)
#946D93
(148,109,147)
#A381A2
(163,129,162)
#B295B1
(178,149,177)
#C1A9C0
(193,169,192)
#D0BDCF
(208,189,207)
#DFD1DE
(223,209,222)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581D57 color. Also use rgb(88,29,87) instead hex code.

Text Font Color

.myTextColor { color: #581D57; }

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

This text font color is #581D57.


Background Color

.myBgColor { background-color: #581D57; }

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

This div background color is #581D57.


Border color

.myBorderColor { border: 1px solid #581D57; }

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

This div border color is #581D57.


Opacity

.myOpacity80 { color: #581D57; opacity: 0.8; }

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

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

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

This text has shadow with #581D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581D57 on black background.


Color preview on white background

This text has color #581D57 on white background.



Black color preview on #581D57 background

This text has black color on #581D57 background.


White color preview on #581D57 background

This text has white color on #581D57 background.