COLOR #012E13

HEX: #012E13
RGB: (1,46,19)

Renk bilgisi

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

RGB renk modeli

#012E13 color RGB value is (1,46,19).

  • kırmız ton 1;
  • yeşil ton 46;
  • mavi ton 19.
RGB:
(1,46,19)
(0%,18%,7%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 46 of 255 = 18%
B 19 of 255 = 7%

1
46
19

R + G + B ~ 8%. #012E13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 46 + 19 = 66 (100%)
R 1 of 66 ~ 1.52%
G 46 of 66 ~ 69.7%
B 19 of 66 ~ 28.79%

%69.7
%28.79

CMYK RENK MODELİ

#012E13 rengi CMYK tonu (98,0,59,82).

  • camgöbeği tonu 97.83%
  • eflatun tonu 0.00%
  • sarı tonu 58.70%
  • ana renk tonu 81.96%
CMYK:
(98,0,59,82)
C98M0Y59K82 
(98%,0%,59%,82%)
(0.98/0.00/0.59/0.82)	

CMYK yüzdeleri

%97.83
%0
%58.7
%81.96

Codes

Color #012E13 in popluar color models

012E13
RGB14619
HSL144°95.74%9.22%
HSB/HSV144°97.83%18.04%
CMYK97.83%0.00%58.70%
81.96%

Color #012E13 in popluar number systems.

HEX012E13
Decimal14619
Binary110111010011
Octal15623

Shades and tints

Shades of #012E13

#012E13
(1,46,19)
#012A12
(1,42,18)
#012611
(1,38,17)
#012210
(1,34,16)
#011E0F
(1,30,15)
#011A0E
(1,26,14)
#01160D
(1,22,13)
#01120C
(1,18,12)
#010E0B
(1,14,11)
#010A0A
(1,10,10)
#010609
(1,6,9)
#000000
(0,0,0)

Tints of #012E13

#012E13
(1,46,19)
#184128
(24,65,40)
#2F543D
(47,84,61)
#466752
(70,103,82)
#5D7A67
(93,122,103)
#748D7C
(116,141,124)
#8BA091
(139,160,145)
#A2B3A6
(162,179,166)
#B9C6BB
(185,198,187)
#D0D9D0
(208,217,208)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012E13 color. Also use rgb(1,46,19) instead hex code.

Text Font Color

.myTextColor { color: #012E13; }

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

This text font color is #012E13.


Background Color

.myBgColor { background-color: #012E13; }

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

This div background color is #012E13.


Border color

.myBorderColor { border: 1px solid #012E13; }

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

This div border color is #012E13.


Opacity

.myOpacity80 { color: #012E13; opacity: 0.8; }

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

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

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

This text has shadow with #012E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012E13 on black background.


Color preview on white background

This text has color #012E13 on white background.



Black color preview on #012E13 background

This text has black color on #012E13 background.


White color preview on #012E13 background

This text has white color on #012E13 background.