COLOR #530121

HEX: #530121
RGB: (83,1,33)

Renk bilgisi

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

RGB renk modeli

#530121 color RGB value is (83,1,33).

  • kırmız ton 83;
  • yeşil ton 1;
  • mavi ton 33.
RGB:
(83,1,33)
(33%,0%,13%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 1 of 255 = 0%
B 33 of 255 = 13%

83
1
33

R + G + B ~ 15%. #530121 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 1 + 33 = 117 (100%)
R 83 of 117 ~ 70.94%
G 1 of 117 ~ 0.85%
B 33 of 117 ~ 28.21%

%70.94
%28.21

CMYK RENK MODELİ

#530121 rengi CMYK tonu (0,99,60,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.80%
  • sarı tonu 60.24%
  • ana renk tonu 67.45%
CMYK:
(0,99,60,67)
C0M99Y60K67 
(0%,99%,60%,67%)
(0.00/0.99/0.60/0.67)	

CMYK yüzdeleri

%0
%98.8
%60.24
%67.45

Codes

Color #530121 in popluar color models

530121
RGB83133
HSL337°97.62%16.47%
HSB/HSV337°98.80%32.55%
CMYK0.00%98.80%60.24%
67.45%

Color #530121 in popluar number systems.

HEX530121
Decimal83133
Binary10100111100001
Octal123141

Shades and tints

Shades of #530121

#530121
(83,1,33)
#4C011E
(76,1,30)
#45011B
(69,1,27)
#3E0118
(62,1,24)
#370115
(55,1,21)
#300112
(48,1,18)
#29010F
(41,1,15)
#22010C
(34,1,12)
#1B0109
(27,1,9)
#140106
(20,1,6)
#0D0103
(13,1,3)
#000000
(0,0,0)

Tints of #530121

#530121
(83,1,33)
#621835
(98,24,53)
#712F49
(113,47,73)
#80465D
(128,70,93)
#8F5D71
(143,93,113)
#9E7485
(158,116,133)
#AD8B99
(173,139,153)
#BCA2AD
(188,162,173)
#CBB9C1
(203,185,193)
#DAD0D5
(218,208,213)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530121 color. Also use rgb(83,1,33) instead hex code.

Text Font Color

.myTextColor { color: #530121; }

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

This text font color is #530121.


Background Color

.myBgColor { background-color: #530121; }

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

This div background color is #530121.


Border color

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

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

This div border color is #530121.


Opacity

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

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

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

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

This text has shadow with #530121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530121 on black background.


Color preview on white background

This text has color #530121 on white background.



Black color preview on #530121 background

This text has black color on #530121 background.


White color preview on #530121 background

This text has white color on #530121 background.