COLOR #001506

HEX: #001506
RGB: (0,21,6)

Renk bilgisi

#001506 contains only green and blue colors. #001506 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#001506 color RGB value is (0,21,6).

  • kırmız ton 0;
  • yeşil ton 21;
  • mavi ton 6.
RGB:
(0,21,6)
(0%,8%,2%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 21 of 255 = 8%
B 6 of 255 = 2%

0
21
6

R + G + B ~ 3%. #001506 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 21 + 6 = 27 (100%)
R 0 of 27 ~ 0%
G 21 of 27 ~ 77.78%
B 6 of 27 ~ 22.22%

%77.78
%22.22

CMYK RENK MODELİ

#001506 rengi CMYK tonu (100,0,71,92).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 71.43%
  • ana renk tonu 91.76%
CMYK:
(100,0,71,92)
C100M0Y71K92 
(100%,0%,71%,92%)
(1.00/0.00/0.71/0.92)	

CMYK yüzdeleri

%100
%0
%71.43
%91.76

Codes

Color #001506 in popluar color models

001506
RGB0216
HSL137°100.00%4.12%
HSB/HSV137°100.00%8.24%
CMYK100.00%0.00%71.43%
91.76%

Color #001506 in popluar number systems.

HEX001506
Decimal0216
Binary010101110
Octal0256

Shades and tints

Shades of #001506

#001506
(0,21,6)
#001406
(0,20,6)
#001306
(0,19,6)
#001206
(0,18,6)
#001106
(0,17,6)
#001006
(0,16,6)
#000F06
(0,15,6)
#000E06
(0,14,6)
#000D06
(0,13,6)
#000C06
(0,12,6)
#000B06
(0,11,6)
#000000
(0,0,0)

Tints of #001506

#001506
(0,21,6)
#172A1C
(23,42,28)
#2E3F32
(46,63,50)
#455448
(69,84,72)
#5C695E
(92,105,94)
#737E74
(115,126,116)
#8A938A
(138,147,138)
#A1A8A0
(161,168,160)
#B8BDB6
(184,189,182)
#CFD2CC
(207,210,204)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001506 color. Also use rgb(0,21,6) instead hex code.

Text Font Color

.myTextColor { color: #001506; }

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

This text font color is #001506.


Background Color

.myBgColor { background-color: #001506; }

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

This div background color is #001506.


Border color

.myBorderColor { border: 1px solid #001506; }

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

This div border color is #001506.


Opacity

.myOpacity80 { color: #001506; opacity: 0.8; }

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

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

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

This text has shadow with #001506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001506 on black background.


Color preview on white background

This text has color #001506 on white background.



Black color preview on #001506 background

This text has black color on #001506 background.


White color preview on #001506 background

This text has white color on #001506 background.