COLOR #580C49

HEX: #580C49
RGB: (88,12,73)

Renk bilgisi

#580C49 contains mainly red and blue colors. #580C49 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#580C49 color RGB value is (88,12,73).

  • kırmız ton 88;
  • yeşil ton 12;
  • mavi ton 73.
RGB:
(88,12,73)
(35%,5%,29%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 12 of 255 = 5%
B 73 of 255 = 29%

88
12
73

R + G + B ~ 23%. #580C49 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 12 + 73 = 173 (100%)
R 88 of 173 ~ 50.87%
G 12 of 173 ~ 6.94%
B 73 of 173 ~ 42.2%

%50.87
%42.2

CMYK RENK MODELİ

#580C49 rengi CMYK tonu (0,86,17,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.36%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(0,86,17,65)
C0M86Y17K65 
(0%,86%,17%,65%)
(0.00/0.86/0.17/0.65)	

CMYK yüzdeleri

%0
%86.36
%17.05
%65.49

Codes

Color #580C49 in popluar color models

580C49
RGB881273
HSL312°76.00%19.61%
HSB/HSV312°86.36%34.51%
CMYK0.00%86.36%17.05%
65.49%

Color #580C49 in popluar number systems.

HEX580C49
Decimal881273
Binary101100011001001001
Octal13014111

Shades and tints

Shades of #580C49

#580C49
(88,12,73)
#500B43
(80,11,67)
#480A3D
(72,10,61)
#400937
(64,9,55)
#380831
(56,8,49)
#30072B
(48,7,43)
#280625
(40,6,37)
#20051F
(32,5,31)
#180419
(24,4,25)
#100313
(16,3,19)
#08020D
(8,2,13)
#000000
(0,0,0)

Tints of #580C49

#580C49
(88,12,73)
#672259
(103,34,89)
#763869
(118,56,105)
#854E79
(133,78,121)
#946489
(148,100,137)
#A37A99
(163,122,153)
#B290A9
(178,144,169)
#C1A6B9
(193,166,185)
#D0BCC9
(208,188,201)
#DFD2D9
(223,210,217)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580C49 color. Also use rgb(88,12,73) instead hex code.

Text Font Color

.myTextColor { color: #580C49; }

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

This text font color is #580C49.


Background Color

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

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

This div background color is #580C49.


Border color

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

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

This div border color is #580C49.


Opacity

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

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

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

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

This text has shadow with #580C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580C49 on black background.


Color preview on white background

This text has color #580C49 on white background.



Black color preview on #580C49 background

This text has black color on #580C49 background.


White color preview on #580C49 background

This text has white color on #580C49 background.