COLOR #005E14

HEX: #005E14
RGB: (0,94,20)

Renk bilgisi

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

RGB renk modeli

#005E14 color RGB value is (0,94,20).

  • kırmız ton 0;
  • yeşil ton 94;
  • mavi ton 20.
RGB:
(0,94,20)
(0%,37%,8%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 94 of 255 = 37%
B 20 of 255 = 8%

0
94
20

R + G + B ~ 15%. #005E14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 94 + 20 = 114 (100%)
R 0 of 114 ~ 0%
G 94 of 114 ~ 82.46%
B 20 of 114 ~ 17.54%

%82.46
%17.54

CMYK RENK MODELİ

#005E14 rengi CMYK tonu (100,0,79,63).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 78.72%
  • ana renk tonu 63.14%
CMYK:
(100,0,79,63)
C100M0Y79K63 
(100%,0%,79%,63%)
(1.00/0.00/0.79/0.63)	

CMYK yüzdeleri

%100
%0
%78.72
%63.14

Codes

Color #005E14 in popluar color models

005E14
RGB09420
HSL133°100.00%18.43%
HSB/HSV133°100.00%36.86%
CMYK100.00%0.00%78.72%
63.14%

Color #005E14 in popluar number systems.

HEX005E14
Decimal09420
Binary0101111010100
Octal013624

Shades and tints

Shades of #005E14

#005E14
(0,94,20)
#005613
(0,86,19)
#004E12
(0,78,18)
#004611
(0,70,17)
#003E10
(0,62,16)
#00360F
(0,54,15)
#002E0E
(0,46,14)
#00260D
(0,38,13)
#001E0C
(0,30,12)
#00160B
(0,22,11)
#000E0A
(0,14,10)
#000000
(0,0,0)

Tints of #005E14

#005E14
(0,94,20)
#176C29
(23,108,41)
#2E7A3E
(46,122,62)
#458853
(69,136,83)
#5C9668
(92,150,104)
#73A47D
(115,164,125)
#8AB292
(138,178,146)
#A1C0A7
(161,192,167)
#B8CEBC
(184,206,188)
#CFDCD1
(207,220,209)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005E14 color. Also use rgb(0,94,20) instead hex code.

Text Font Color

.myTextColor { color: #005E14; }

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

This text font color is #005E14.


Background Color

.myBgColor { background-color: #005E14; }

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

This div background color is #005E14.


Border color

.myBorderColor { border: 1px solid #005E14; }

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

This div border color is #005E14.


Opacity

.myOpacity80 { color: #005E14; opacity: 0.8; }

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

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

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

This text has shadow with #005E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005E14 on black background.


Color preview on white background

This text has color #005E14 on white background.



Black color preview on #005E14 background

This text has black color on #005E14 background.


White color preview on #005E14 background

This text has white color on #005E14 background.