COLOR #014D13

HEX: #014D13
RGB: (1,77,19)

Renk bilgisi

#014D13 contains mainly green and blue colors. #014D13 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#014D13 color RGB value is (1,77,19).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 77 of 255 = 30%
B 19 of 255 = 7%

1
77
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 77 + 19 = 97 (100%)
R 1 of 97 ~ 1.03%
G 77 of 97 ~ 79.38%
B 19 of 97 ~ 19.59%

%79.38
%19.59

CMYK RENK MODELİ

#014D13 rengi CMYK tonu (99,0,75,70).

  • camgöbeği tonu 98.70%
  • eflatun tonu 0.00%
  • sarı tonu 75.32%
  • ana renk tonu 69.80%
CMYK:
(99,0,75,70)
C99M0Y75K70 
(99%,0%,75%,70%)
(0.99/0.00/0.75/0.70)	

CMYK yüzdeleri

%98.7
%0
%75.32
%69.8

Codes

Color #014D13 in popluar color models

014D13
RGB17719
HSL134°97.44%15.29%
HSB/HSV134°98.70%30.20%
CMYK98.70%0.00%75.32%
69.80%

Color #014D13 in popluar number systems.

HEX014D13
Decimal17719
Binary1100110110011
Octal111523

Shades and tints

Shades of #014D13

#014D13
(1,77,19)
#014612
(1,70,18)
#013F11
(1,63,17)
#013810
(1,56,16)
#01310F
(1,49,15)
#012A0E
(1,42,14)
#01230D
(1,35,13)
#011C0C
(1,28,12)
#01150B
(1,21,11)
#010E0A
(1,14,10)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #014D13

#014D13
(1,77,19)
#185D28
(24,93,40)
#2F6D3D
(47,109,61)
#467D52
(70,125,82)
#5D8D67
(93,141,103)
#749D7C
(116,157,124)
#8BAD91
(139,173,145)
#A2BDA6
(162,189,166)
#B9CDBB
(185,205,187)
#D0DDD0
(208,221,208)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014D13 color. Also use rgb(1,77,19) instead hex code.

Text Font Color

.myTextColor { color: #014D13; }

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

This text font color is #014D13.


Background Color

.myBgColor { background-color: #014D13; }

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

This div background color is #014D13.


Border color

.myBorderColor { border: 1px solid #014D13; }

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

This div border color is #014D13.


Opacity

.myOpacity80 { color: #014D13; opacity: 0.8; }

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

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

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

This text has shadow with #014D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014D13 on black background.


Color preview on white background

This text has color #014D13 on white background.



Black color preview on #014D13 background

This text has black color on #014D13 background.


White color preview on #014D13 background

This text has white color on #014D13 background.