COLOR #580349

HEX: #580349
RGB: (88,3,73)

Renk bilgisi

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

RGB renk modeli

#580349 color RGB value is (88,3,73).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 3 of 255 = 1%
B 73 of 255 = 29%

88
3
73

R + G + B ~ 22%. #580349 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 3 + 73 = 164 (100%)
R 88 of 164 ~ 53.66%
G 3 of 164 ~ 1.83%
B 73 of 164 ~ 44.51%

%53.66
%44.51

CMYK RENK MODELİ

#580349 rengi CMYK tonu (0,97,17,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.59%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(0,97,17,65)
C0M97Y17K65 
(0%,97%,17%,65%)
(0.00/0.97/0.17/0.65)	

CMYK yüzdeleri

%0
%96.59
%17.05
%65.49

Codes

Color #580349 in popluar color models

580349
RGB88373
HSL311°93.41%17.84%
HSB/HSV311°96.59%34.51%
CMYK0.00%96.59%17.05%
65.49%

Color #580349 in popluar number systems.

HEX580349
Decimal88373
Binary1011000111001001
Octal1303111

Shades and tints

Shades of #580349

#580349
(88,3,73)
#500343
(80,3,67)
#48033D
(72,3,61)
#400337
(64,3,55)
#380331
(56,3,49)
#30032B
(48,3,43)
#280325
(40,3,37)
#20031F
(32,3,31)
#180319
(24,3,25)
#100313
(16,3,19)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #580349

#580349
(88,3,73)
#671959
(103,25,89)
#762F69
(118,47,105)
#854579
(133,69,121)
#945B89
(148,91,137)
#A37199
(163,113,153)
#B287A9
(178,135,169)
#C19DB9
(193,157,185)
#D0B3C9
(208,179,201)
#DFC9D9
(223,201,217)
#EEDFE9
(238,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580349; }

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

This text font color is #580349.


Background Color

.myBgColor { background-color: #580349; }

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

This div background color is #580349.


Border color

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

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

This div border color is #580349.


Opacity

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

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

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

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

This text has shadow with #580349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580349 on black background.


Color preview on white background

This text has color #580349 on white background.



Black color preview on #580349 background

This text has black color on #580349 background.


White color preview on #580349 background

This text has white color on #580349 background.