COLOR #010300

HEX: #010300
RGB: (1,3,0)

Renk bilgisi

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

RGB renk modeli

#010300 color RGB value is (1,3,0).

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

RGB bağlantıları ve doygunluk

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

1
3
0

R + G + B ~ 0%. #010300 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 3 + 0 = 4 (100%)
R 1 of 4 ~ 25%
G 3 of 4 ~ 75%
B 0 of 4 ~ 0%

%25
%75

CMYK RENK MODELİ

#010300 rengi CMYK tonu (67,0,100,99).

  • camgöbeği tonu 66.67%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 98.82%
CMYK:
(67,0,100,99)
C67M0Y100K99 
(67%,0%,100%,99%)
(0.67/0.00/1.00/0.99)	

CMYK yüzdeleri

%66.67
%0
%100
%98.82

Codes

Color #010300 in popluar color models

010300
RGB130
HSL100°100.00%0.59%
HSB/HSV100°100.00%1.18%
CMYK66.67%0.00%100.00%
98.82%

Color #010300 in popluar number systems.

HEX010300
Decimal130
Binary1110
Octal130

Shades and tints

Tints of #010300

#010300
(1,3,0)
#181917
(24,25,23)
#2F2F2E
(47,47,46)
#464545
(70,69,69)
#5D5B5C
(93,91,92)
#747173
(116,113,115)
#8B878A
(139,135,138)
#A29DA1
(162,157,161)
#B9B3B8
(185,179,184)
#D0C9CF
(208,201,207)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010300; }

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

This text font color is #010300.


Background Color

.myBgColor { background-color: #010300; }

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

This div background color is #010300.


Border color

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

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

This div border color is #010300.


Opacity

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

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

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

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

This text has shadow with #010300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010300 on black background.


Color preview on white background

This text has color #010300 on white background.



Black color preview on #010300 background

This text has black color on #010300 background.


White color preview on #010300 background

This text has white color on #010300 background.