COLOR #521E01

HEX: #521E01
RGB: (82,30,1)

Renk bilgisi

#521E01 contains mainly red and green colors. #521E01 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#521E01 color RGB value is (82,30,1).

  • kırmız ton 82;
  • yeşil ton 30;
  • mavi ton 1.
RGB:
(82,30,1)
(32%,12%,0%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 30 of 255 = 12%
B 1 of 255 = 0%

82
30
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 30 + 1 = 113 (100%)
R 82 of 113 ~ 72.57%
G 30 of 113 ~ 26.55%
B 1 of 113 ~ 0.88%

%72.57
%26.55

CMYK RENK MODELİ

#521E01 rengi CMYK tonu (0,63,99,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.41%
  • sarı tonu 98.78%
  • ana renk tonu 67.84%
CMYK:
(0,63,99,68)
C0M63Y99K68 
(0%,63%,99%,68%)
(0.00/0.63/0.99/0.68)	

CMYK yüzdeleri

%0
%63.41
%98.78
%67.84

Codes

Color #521E01 in popluar color models

521E01
RGB82301
HSL21°97.59%16.27%
HSB/HSV21°98.78%32.16%
CMYK0.00%63.41%98.78%
67.84%

Color #521E01 in popluar number systems.

HEX521E01
Decimal82301
Binary1010010111101
Octal122361

Shades and tints

Shades of #521E01

#521E01
(82,30,1)
#4B1C01
(75,28,1)
#441A01
(68,26,1)
#3D1801
(61,24,1)
#361601
(54,22,1)
#2F1401
(47,20,1)
#281201
(40,18,1)
#211001
(33,16,1)
#1A0E01
(26,14,1)
#130C01
(19,12,1)
#0C0A01
(12,10,1)
#000000
(0,0,0)

Tints of #521E01

#521E01
(82,30,1)
#613218
(97,50,24)
#70462F
(112,70,47)
#7F5A46
(127,90,70)
#8E6E5D
(142,110,93)
#9D8274
(157,130,116)
#AC968B
(172,150,139)
#BBAAA2
(187,170,162)
#CABEB9
(202,190,185)
#D9D2D0
(217,210,208)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521E01 color. Also use rgb(82,30,1) instead hex code.

Text Font Color

.myTextColor { color: #521E01; }

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

This text font color is #521E01.


Background Color

.myBgColor { background-color: #521E01; }

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

This div background color is #521E01.


Border color

.myBorderColor { border: 1px solid #521E01; }

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

This div border color is #521E01.


Opacity

.myOpacity80 { color: #521E01; opacity: 0.8; }

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

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

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

This text has shadow with #521E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521E01 on black background.


Color preview on white background

This text has color #521E01 on white background.



Black color preview on #521E01 background

This text has black color on #521E01 background.


White color preview on #521E01 background

This text has white color on #521E01 background.