COLOR #530F59

HEX: #530F59
RGB: (83,15,89)

Renk bilgisi

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

RGB renk modeli

#530F59 color RGB value is (83,15,89).

  • kırmız ton 83;
  • yeşil ton 15;
  • mavi ton 89.
RGB:
(83,15,89)
(33%,6%,35%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 15 of 255 = 6%
B 89 of 255 = 35%

83
15
89

R + G + B ~ 25%. #530F59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 15 + 89 = 187 (100%)
R 83 of 187 ~ 44.39%
G 15 of 187 ~ 8.02%
B 89 of 187 ~ 47.59%

%44.39
%47.59

CMYK RENK MODELİ

#530F59 rengi CMYK tonu (7,83,0,65).

  • camgöbeği tonu 6.74%
  • eflatun tonu 83.15%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(7,83,0,65)
C7M83Y0K65 
(7%,83%,0%,65%)
(0.07/0.83/0.00/0.65)	

CMYK yüzdeleri

%6.74
%83.15
%0
%65.1

Codes

Color #530F59 in popluar color models

530F59
RGB831589
HSL295°71.15%20.39%
HSB/HSV295°83.15%34.90%
CMYK6.74%83.15%0.00%
65.10%

Color #530F59 in popluar number systems.

HEX530F59
Decimal831589
Binary101001111111011001
Octal12317131

Shades and tints

Shades of #530F59

#530F59
(83,15,89)
#4C0E51
(76,14,81)
#450D49
(69,13,73)
#3E0C41
(62,12,65)
#370B39
(55,11,57)
#300A31
(48,10,49)
#290929
(41,9,41)
#220821
(34,8,33)
#1B0719
(27,7,25)
#140611
(20,6,17)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #530F59

#530F59
(83,15,89)
#622468
(98,36,104)
#713977
(113,57,119)
#804E86
(128,78,134)
#8F6395
(143,99,149)
#9E78A4
(158,120,164)
#AD8DB3
(173,141,179)
#BCA2C2
(188,162,194)
#CBB7D1
(203,183,209)
#DACCE0
(218,204,224)
#E9E1EF
(233,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530F59 color. Also use rgb(83,15,89) instead hex code.

Text Font Color

.myTextColor { color: #530F59; }

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

This text font color is #530F59.


Background Color

.myBgColor { background-color: #530F59; }

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

This div background color is #530F59.


Border color

.myBorderColor { border: 1px solid #530F59; }

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

This div border color is #530F59.


Opacity

.myOpacity80 { color: #530F59; opacity: 0.8; }

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

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

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

This text has shadow with #530F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530F59 on black background.


Color preview on white background

This text has color #530F59 on white background.



Black color preview on #530F59 background

This text has black color on #530F59 background.


White color preview on #530F59 background

This text has white color on #530F59 background.