COLOR #050E01

HEX: #050E01
RGB: (5,14,1)

Renk bilgisi

#050E01 contains red, green and blue colors in about the same proportion. #050E01 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#050E01 color RGB value is (5,14,1).

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

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 14 of 255 = 5%
B 1 of 255 = 0%

5
14
1

R + G + B ~ 2%. #050E01 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 14 + 1 = 20 (100%)
R 5 of 20 ~ 25%
G 14 of 20 ~ 70%
B 1 of 20 ~ 5%

%25
%70

CMYK RENK MODELİ

#050E01 rengi CMYK tonu (64,0,93,95).

  • camgöbeği tonu 64.29%
  • eflatun tonu 0.00%
  • sarı tonu 92.86%
  • ana renk tonu 94.51%
CMYK:
(64,0,93,95)
C64M0Y93K95 
(64%,0%,93%,95%)
(0.64/0.00/0.93/0.95)	

CMYK yüzdeleri

%64.29
%0
%92.86
%94.51

Codes

Color #050E01 in popluar color models

050E01
RGB5141
HSL102°86.67%2.94%
HSB/HSV102°92.86%5.49%
CMYK64.29%0.00%92.86%
94.51%

Color #050E01 in popluar number systems.

HEX050E01
Decimal5141
Binary10111101
Octal5161

Shades and tints

Shades of #050E01

#050E01
(5,14,1)
#050D01
(5,13,1)
#050C01
(5,12,1)
#050B01
(5,11,1)
#050A01
(5,10,1)
#050901
(5,9,1)
#050801
(5,8,1)
#050701
(5,7,1)
#050601
(5,6,1)
#050501
(5,5,1)
#050401
(5,4,1)
#000000
(0,0,0)

Tints of #050E01

#050E01
(5,14,1)
#1B2318
(27,35,24)
#31382F
(49,56,47)
#474D46
(71,77,70)
#5D625D
(93,98,93)
#737774
(115,119,116)
#898C8B
(137,140,139)
#9FA1A2
(159,161,162)
#B5B6B9
(181,182,185)
#CBCBD0
(203,203,208)
#E1E0E7
(225,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050E01 color. Also use rgb(5,14,1) instead hex code.

Text Font Color

.myTextColor { color: #050E01; }

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

This text font color is #050E01.


Background Color

.myBgColor { background-color: #050E01; }

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

This div background color is #050E01.


Border color

.myBorderColor { border: 1px solid #050E01; }

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

This div border color is #050E01.


Opacity

.myOpacity80 { color: #050E01; opacity: 0.8; }

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

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

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

This text has shadow with #050E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050E01 on black background.


Color preview on white background

This text has color #050E01 on white background.



Black color preview on #050E01 background

This text has black color on #050E01 background.


White color preview on #050E01 background

This text has white color on #050E01 background.