COLOR #530D21

HEX: #530D21
RGB: (83,13,33)

Renk bilgisi

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

RGB renk modeli

#530D21 color RGB value is (83,13,33).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 13 of 255 = 5%
B 33 of 255 = 13%

83
13
33

R + G + B ~ 17%. #530D21 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 13 + 33 = 129 (100%)
R 83 of 129 ~ 64.34%
G 13 of 129 ~ 10.08%
B 33 of 129 ~ 25.58%

%64.34
%10.08
%25.58

CMYK RENK MODELİ

#530D21 rengi CMYK tonu (0,84,60,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.34%
  • sarı tonu 60.24%
  • ana renk tonu 67.45%
CMYK:
(0,84,60,67)
C0M84Y60K67 
(0%,84%,60%,67%)
(0.00/0.84/0.60/0.67)	

CMYK yüzdeleri

%0
%84.34
%60.24
%67.45

Codes

Color #530D21 in popluar color models

530D21
RGB831333
HSL343°72.92%18.82%
HSB/HSV343°84.34%32.55%
CMYK0.00%84.34%60.24%
67.45%

Color #530D21 in popluar number systems.

HEX530D21
Decimal831333
Binary10100111101100001
Octal1231541

Shades and tints

Shades of #530D21

#530D21
(83,13,33)
#4C0C1E
(76,12,30)
#450B1B
(69,11,27)
#3E0A18
(62,10,24)
#370915
(55,9,21)
#300812
(48,8,18)
#29070F
(41,7,15)
#22060C
(34,6,12)
#1B0509
(27,5,9)
#140406
(20,4,6)
#0D0303
(13,3,3)
#000000
(0,0,0)

Tints of #530D21

#530D21
(83,13,33)
#622335
(98,35,53)
#713949
(113,57,73)
#804F5D
(128,79,93)
#8F6571
(143,101,113)
#9E7B85
(158,123,133)
#AD9199
(173,145,153)
#BCA7AD
(188,167,173)
#CBBDC1
(203,189,193)
#DAD3D5
(218,211,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530D21; }

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

This text font color is #530D21.


Background Color

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

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

This div background color is #530D21.


Border color

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

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

This div border color is #530D21.


Opacity

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

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

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

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

This text has shadow with #530D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530D21 on black background.


Color preview on white background

This text has color #530D21 on white background.



Black color preview on #530D21 background

This text has black color on #530D21 background.


White color preview on #530D21 background

This text has white color on #530D21 background.