COLOR #050D01

HEX: #050D01
RGB: (5,13,1)

Renk bilgisi

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

RGB renk modeli

#050D01 color RGB value is (5,13,1).

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

RGB bağlantıları ve doygunluk

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

5
13
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 13 + 1 = 19 (100%)
R 5 of 19 ~ 26.32%
G 13 of 19 ~ 68.42%
B 1 of 19 ~ 5.26%

%26.32
%68.42

CMYK RENK MODELİ

#050D01 rengi CMYK tonu (62,0,92,95).

  • camgöbeği tonu 61.54%
  • eflatun tonu 0.00%
  • sarı tonu 92.31%
  • ana renk tonu 94.90%
CMYK:
(62,0,92,95)
C62M0Y92K95 
(62%,0%,92%,95%)
(0.62/0.00/0.92/0.95)	

CMYK yüzdeleri

%61.54
%0
%92.31
%94.9

Codes

Color #050D01 in popluar color models

050D01
RGB5131
HSL100°85.71%2.75%
HSB/HSV100°92.31%5.10%
CMYK61.54%0.00%92.31%
94.90%

Color #050D01 in popluar number systems.

HEX050D01
Decimal5131
Binary10111011
Octal5151

Shades and tints

Shades of #050D01

#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)
#050301
(5,3,1)
#000000
(0,0,0)

Tints of #050D01

#050D01
(5,13,1)
#1B2318
(27,35,24)
#31392F
(49,57,47)
#474F46
(71,79,70)
#5D655D
(93,101,93)
#737B74
(115,123,116)
#89918B
(137,145,139)
#9FA7A2
(159,167,162)
#B5BDB9
(181,189,185)
#CBD3D0
(203,211,208)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050D01; }

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

This text font color is #050D01.


Background Color

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

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

This div background color is #050D01.


Border color

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

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

This div border color is #050D01.


Opacity

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

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

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

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

This text has shadow with #050D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050D01 on black background.


Color preview on white background

This text has color #050D01 on white background.



Black color preview on #050D01 background

This text has black color on #050D01 background.


White color preview on #050D01 background

This text has white color on #050D01 background.