COLOR #00520D

HEX: #00520D
RGB: (0,82,13)

Renk bilgisi

#00520D contains mainly green color. #00520D ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#00520D color RGB value is (0,82,13).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 82 of 255 = 32%
B 13 of 255 = 5%

0
82
13

R + G + B ~ 12%. #00520D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 82 + 13 = 95 (100%)
R 0 of 95 ~ 0%
G 82 of 95 ~ 86.32%
B 13 of 95 ~ 13.68%

%86.32
%13.68

CMYK RENK MODELİ

#00520D rengi CMYK tonu (100,0,84,68).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 84.15%
  • ana renk tonu 67.84%
CMYK:
(100,0,84,68)
C100M0Y84K68 
(100%,0%,84%,68%)
(1.00/0.00/0.84/0.68)	

CMYK yüzdeleri

%100
%0
%84.15
%67.84

Codes

Color #00520D in popluar color models

00520D
RGB08213
HSL130°100.00%16.08%
HSB/HSV130°100.00%32.16%
CMYK100.00%0.00%84.15%
67.84%

Color #00520D in popluar number systems.

HEX00520D
Decimal08213
Binary010100101101
Octal012215

Shades and tints

Shades of #00520D

#00520D
(0,82,13)
#004B0C
(0,75,12)
#00440B
(0,68,11)
#003D0A
(0,61,10)
#003609
(0,54,9)
#002F08
(0,47,8)
#002807
(0,40,7)
#002106
(0,33,6)
#001A05
(0,26,5)
#001304
(0,19,4)
#000C03
(0,12,3)
#000000
(0,0,0)

Tints of #00520D

#00520D
(0,82,13)
#176123
(23,97,35)
#2E7039
(46,112,57)
#457F4F
(69,127,79)
#5C8E65
(92,142,101)
#739D7B
(115,157,123)
#8AAC91
(138,172,145)
#A1BBA7
(161,187,167)
#B8CABD
(184,202,189)
#CFD9D3
(207,217,211)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00520D color. Also use rgb(0,82,13) instead hex code.

Text Font Color

.myTextColor { color: #00520D; }

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

This text font color is #00520D.


Background Color

.myBgColor { background-color: #00520D; }

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

This div background color is #00520D.


Border color

.myBorderColor { border: 1px solid #00520D; }

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

This div border color is #00520D.


Opacity

.myOpacity80 { color: #00520D; opacity: 0.8; }

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

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

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

This text has shadow with #00520D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00520D on black background.


Color preview on white background

This text has color #00520D on white background.



Black color preview on #00520D background

This text has black color on #00520D background.


White color preview on #00520D background

This text has white color on #00520D background.