COLOR #050501

HEX: #050501
RGB: (5,5,1)

Renk bilgisi

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

RGB renk modeli

#050501 color RGB value is (5,5,1).

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

RGB bağlantıları ve doygunluk

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

5
5
1

R + G + B ~ 1%. #050501 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 5 + 1 = 11 (100%)
R 5 of 11 ~ 45.45%
G 5 of 11 ~ 45.45%
B 1 of 11 ~ 9.09%

%45.45
%45.45

CMYK RENK MODELİ

#050501 rengi CMYK tonu (0,0,80,98).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 80.00%
  • ana renk tonu 98.04%
CMYK: (0,0,80,98) C0M0Y80K98 (0%,0%,80%,98%) (0.00/0.00/0.80/0.98)

CMYK yüzdeleri

%0
%0
%80
%98.04

Codes

Color #050501 in popluar color models

050501
RGB551
HSL60°66.67%1.18%
HSB/HSV60°80.00%1.96%
CMYK0.00%0.00%80.00%
98.04%

Color #050501 in popluar number systems.

HEX050501
Decimal551
Binary1011011
Octal551

Shades and tints

Tints of #050501

#050501
(5,5,1)
#1B1B18
(27,27,24)
#31312F
(49,49,47)
#474746
(71,71,70)
#5D5D5D
(93,93,93)
#737374
(115,115,116)
#89898B
(137,137,139)
#9F9FA2
(159,159,162)
#B5B5B9
(181,181,185)
#CBCBD0
(203,203,208)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050501; }

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

This text font color is #050501.


Background Color

.myBgColor { background-color: #050501; }

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

This div background color is #050501.


Border color

.myBorderColor { border: 1px solid #050501; }

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

This div border color is #050501.


Opacity

.myOpacity80 { color: #050501; opacity: 0.8; }

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

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

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

This text has shadow with #050501 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #050501 on black background.


Color preview on white background

This text has color #050501 on white background.



Black color preview on #050501 background

This text has black color on #050501 background.


White color preview on #050501 background

This text has white color on #050501 background.