COLOR #013006

HEX: #013006
RGB: (1,48,6)

Renk bilgisi

#013006 contains red, green and blue colors in about the same proportion. #013006 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#013006 color RGB value is (1,48,6).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 48 of 255 = 19%
B 6 of 255 = 2%

1
48
6

R + G + B ~ 7%. #013006 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 48 + 6 = 55 (100%)
R 1 of 55 ~ 1.82%
G 48 of 55 ~ 87.27%
B 6 of 55 ~ 10.91%

%87.27
%10.91

CMYK RENK MODELİ

#013006 rengi CMYK tonu (98,0,88,81).

  • camgöbeği tonu 97.92%
  • eflatun tonu 0.00%
  • sarı tonu 87.50%
  • ana renk tonu 81.18%
CMYK:
(98,0,88,81)
C98M0Y88K81 
(98%,0%,88%,81%)
(0.98/0.00/0.88/0.81)	

CMYK yüzdeleri

%97.92
%0
%87.5
%81.18

Codes

Color #013006 in popluar color models

013006
RGB1486
HSL126°95.92%9.61%
HSB/HSV126°97.92%18.82%
CMYK97.92%0.00%87.50%
81.18%

Color #013006 in popluar number systems.

HEX013006
Decimal1486
Binary1110000110
Octal1606

Shades and tints

Shades of #013006

#013006
(1,48,6)
#012C06
(1,44,6)
#012806
(1,40,6)
#012406
(1,36,6)
#012006
(1,32,6)
#011C06
(1,28,6)
#011806
(1,24,6)
#011406
(1,20,6)
#011006
(1,16,6)
#010C06
(1,12,6)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #013006

#013006
(1,48,6)
#18421C
(24,66,28)
#2F5432
(47,84,50)
#466648
(70,102,72)
#5D785E
(93,120,94)
#748A74
(116,138,116)
#8B9C8A
(139,156,138)
#A2AEA0
(162,174,160)
#B9C0B6
(185,192,182)
#D0D2CC
(208,210,204)
#E7E4E2
(231,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013006 color. Also use rgb(1,48,6) instead hex code.

Text Font Color

.myTextColor { color: #013006; }

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

This text font color is #013006.


Background Color

.myBgColor { background-color: #013006; }

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

This div background color is #013006.


Border color

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

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

This div border color is #013006.


Opacity

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

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

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

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

This text has shadow with #013006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013006 on black background.


Color preview on white background

This text has color #013006 on white background.



Black color preview on #013006 background

This text has black color on #013006 background.


White color preview on #013006 background

This text has white color on #013006 background.