COLOR #00501B

HEX: #00501B
RGB: (0,80,27)

Renk bilgisi

#00501B contains only green and blue colors. #00501B ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#00501B color RGB value is (0,80,27).

  • kırmız ton 0;
  • yeşil ton 80;
  • mavi ton 27.
RGB:
(0,80,27)
(0%,31%,11%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 80 of 255 = 31%
B 27 of 255 = 11%

0
80
27

R + G + B ~ 14%. #00501B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 80 + 27 = 107 (100%)
R 0 of 107 ~ 0%
G 80 of 107 ~ 74.77%
B 27 of 107 ~ 25.23%

%74.77
%25.23

CMYK RENK MODELİ

#00501B rengi CMYK tonu (100,0,66,69).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 66.25%
  • ana renk tonu 68.63%
CMYK:
(100,0,66,69)
C100M0Y66K69 
(100%,0%,66%,69%)
(1.00/0.00/0.66/0.69)	

CMYK yüzdeleri

%100
%0
%66.25
%68.63

Codes

Color #00501B in popluar color models

00501B
RGB08027
HSL140°100.00%15.69%
HSB/HSV140°100.00%31.37%
CMYK100.00%0.00%66.25%
68.63%

Color #00501B in popluar number systems.

HEX00501B
Decimal08027
Binary0101000011011
Octal012033

Shades and tints

Shades of #00501B

#00501B
(0,80,27)
#004919
(0,73,25)
#004217
(0,66,23)
#003B15
(0,59,21)
#003413
(0,52,19)
#002D11
(0,45,17)
#00260F
(0,38,15)
#001F0D
(0,31,13)
#00180B
(0,24,11)
#001109
(0,17,9)
#000A07
(0,10,7)
#000000
(0,0,0)

Tints of #00501B

#00501B
(0,80,27)
#175F2F
(23,95,47)
#2E6E43
(46,110,67)
#457D57
(69,125,87)
#5C8C6B
(92,140,107)
#739B7F
(115,155,127)
#8AAA93
(138,170,147)
#A1B9A7
(161,185,167)
#B8C8BB
(184,200,187)
#CFD7CF
(207,215,207)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00501B color. Also use rgb(0,80,27) instead hex code.

Text Font Color

.myTextColor { color: #00501B; }

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

This text font color is #00501B.


Background Color

.myBgColor { background-color: #00501B; }

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

This div background color is #00501B.


Border color

.myBorderColor { border: 1px solid #00501B; }

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

This div border color is #00501B.


Opacity

.myOpacity80 { color: #00501B; opacity: 0.8; }

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

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

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

This text has shadow with #00501B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00501B on black background.


Color preview on white background

This text has color #00501B on white background.



Black color preview on #00501B background

This text has black color on #00501B background.


White color preview on #00501B background

This text has white color on #00501B background.