COLOR #050003

HEX: #050003
RGB: (5,0,3)

Renk bilgisi

#050003 contains only red and blue colors. #050003 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#050003 color RGB value is (5,0,3).

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

RGB bağlantıları ve doygunluk

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

5
0
3

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

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 0 + 3 = 8 (100%)
R 5 of 8 ~ 62.5%
G 0 of 8 ~ 0%
B 3 of 8 ~ 37.5%

%62.5
%37.5

CMYK RENK MODELİ

#050003 rengi CMYK tonu (0,100,40,98).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 40.00%
  • ana renk tonu 98.04%
CMYK:
(0,100,40,98)
C0M100Y40K98 
(0%,100%,40%,98%)
(0.00/1.00/0.40/0.98)	

CMYK yüzdeleri

%0
%100
%40
%98.04

Codes

Color #050003 in popluar color models

050003
RGB503
HSL324°100.00%0.98%
HSB/HSV324°100.00%1.96%
CMYK0.00%100.00%40.00%
98.04%

Color #050003 in popluar number systems.

HEX050003
Decimal503
Binary101011
Octal503

Shades and tints

Tints of #050003

#050003
(5,0,3)
#1B1719
(27,23,25)
#312E2F
(49,46,47)
#474545
(71,69,69)
#5D5C5B
(93,92,91)
#737371
(115,115,113)
#898A87
(137,138,135)
#9FA19D
(159,161,157)
#B5B8B3
(181,184,179)
#CBCFC9
(203,207,201)
#E1E6DF
(225,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050003; }

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

This text font color is #050003.


Background Color

.myBgColor { background-color: #050003; }

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

This div background color is #050003.


Border color

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

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

This div border color is #050003.


Opacity

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

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

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

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

This text has shadow with #050003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050003 on black background.


Color preview on white background

This text has color #050003 on white background.



Black color preview on #050003 background

This text has black color on #050003 background.


White color preview on #050003 background

This text has white color on #050003 background.