COLOR #580F51

HEX: #580F51
RGB: (88,15,81)

Renk bilgisi

#580F51 contains mainly red and blue colors. #580F51 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#580F51 color RGB value is (88,15,81).

  • kırmız ton 88;
  • yeşil ton 15;
  • mavi ton 81.
RGB:
(88,15,81)
(35%,6%,32%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 15 of 255 = 6%
B 81 of 255 = 32%

88
15
81

R + G + B ~ 24%. #580F51 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 15 + 81 = 184 (100%)
R 88 of 184 ~ 47.83%
G 15 of 184 ~ 8.15%
B 81 of 184 ~ 44.02%

%47.83
%44.02

CMYK RENK MODELİ

#580F51 rengi CMYK tonu (0,83,8,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.95%
  • sarı tonu 7.95%
  • ana renk tonu 65.49%
CMYK:
(0,83,8,65)
C0M83Y8K65 
(0%,83%,8%,65%)
(0.00/0.83/0.08/0.65)	

CMYK yüzdeleri

%0
%82.95
%7.95
%65.49

Codes

Color #580F51 in popluar color models

580F51
RGB881581
HSL306°70.87%20.20%
HSB/HSV306°82.95%34.51%
CMYK0.00%82.95%7.95%
65.49%

Color #580F51 in popluar number systems.

HEX580F51
Decimal881581
Binary101100011111010001
Octal13017121

Shades and tints

Shades of #580F51

#580F51
(88,15,81)
#500E4A
(80,14,74)
#480D43
(72,13,67)
#400C3C
(64,12,60)
#380B35
(56,11,53)
#300A2E
(48,10,46)
#280927
(40,9,39)
#200820
(32,8,32)
#180719
(24,7,25)
#100612
(16,6,18)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #580F51

#580F51
(88,15,81)
#672460
(103,36,96)
#76396F
(118,57,111)
#854E7E
(133,78,126)
#94638D
(148,99,141)
#A3789C
(163,120,156)
#B28DAB
(178,141,171)
#C1A2BA
(193,162,186)
#D0B7C9
(208,183,201)
#DFCCD8
(223,204,216)
#EEE1E7
(238,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580F51 color. Also use rgb(88,15,81) instead hex code.

Text Font Color

.myTextColor { color: #580F51; }

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

This text font color is #580F51.


Background Color

.myBgColor { background-color: #580F51; }

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

This div background color is #580F51.


Border color

.myBorderColor { border: 1px solid #580F51; }

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

This div border color is #580F51.


Opacity

.myOpacity80 { color: #580F51; opacity: 0.8; }

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

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

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

This text has shadow with #580F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580F51 on black background.


Color preview on white background

This text has color #580F51 on white background.



Black color preview on #580F51 background

This text has black color on #580F51 background.


White color preview on #580F51 background

This text has white color on #580F51 background.