COLOR #01500B

HEX: #01500B
RGB: (1,80,11)

Renk bilgisi

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

RGB renk modeli

#01500B color RGB value is (1,80,11).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 80 of 255 = 31%
B 11 of 255 = 4%

1
80
11

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

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 80 + 11 = 92 (100%)
R 1 of 92 ~ 1.09%
G 80 of 92 ~ 86.96%
B 11 of 92 ~ 11.96%

%86.96
%11.96

CMYK RENK MODELİ

#01500B rengi CMYK tonu (99,0,86,69).

  • camgöbeği tonu 98.75%
  • eflatun tonu 0.00%
  • sarı tonu 86.25%
  • ana renk tonu 68.63%
CMYK:
(99,0,86,69)
C99M0Y86K69 
(99%,0%,86%,69%)
(0.99/0.00/0.86/0.69)	

CMYK yüzdeleri

%98.75
%0
%86.25
%68.63

Codes

Color #01500B in popluar color models

01500B
RGB18011
HSL128°97.53%15.88%
HSB/HSV128°98.75%31.37%
CMYK98.75%0.00%86.25%
68.63%

Color #01500B in popluar number systems.

HEX01500B
Decimal18011
Binary110100001011
Octal112013

Shades and tints

Shades of #01500B

#01500B
(1,80,11)
#01490A
(1,73,10)
#014209
(1,66,9)
#013B08
(1,59,8)
#013407
(1,52,7)
#012D06
(1,45,6)
#012605
(1,38,5)
#011F04
(1,31,4)
#011803
(1,24,3)
#011102
(1,17,2)
#010A01
(1,10,1)
#000000
(0,0,0)

Tints of #01500B

#01500B
(1,80,11)
#185F21
(24,95,33)
#2F6E37
(47,110,55)
#467D4D
(70,125,77)
#5D8C63
(93,140,99)
#749B79
(116,155,121)
#8BAA8F
(139,170,143)
#A2B9A5
(162,185,165)
#B9C8BB
(185,200,187)
#D0D7D1
(208,215,209)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01500B color. Also use rgb(1,80,11) instead hex code.

Text Font Color

.myTextColor { color: #01500B; }

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

This text font color is #01500B.


Background Color

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

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

This div background color is #01500B.


Border color

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

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

This div border color is #01500B.


Opacity

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

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

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

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

This text has shadow with #01500B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01500B on black background.


Color preview on white background

This text has color #01500B on white background.



Black color preview on #01500B background

This text has black color on #01500B background.


White color preview on #01500B background

This text has white color on #01500B background.