COLOR #030606

HEX: #030606
RGB: (3,6,6)

Renk bilgisi

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

RGB renk modeli

#030606 color RGB value is (3,6,6).

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

RGB bağlantıları ve doygunluk

R 3 of 255 = 1%
G 6 of 255 = 2%
B 6 of 255 = 2%

3
6
6

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

Yüzdelerle RGB renk parçaları

R + G + B =
3 + 6 + 6 = 15 (100%)
R 3 of 15 ~ 20%
G 6 of 15 ~ 40%
B 6 of 15 ~ 40%

%20
%40
%40

CMYK RENK MODELİ

#030606 rengi CMYK tonu (50,0,0,98).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 97.65%
CMYK:
(50,0,0,98)
C50M0Y0K98 
(50%,0%,0%,98%)
(0.50/0.00/0.00/0.98)	

CMYK yüzdeleri

%50
%0
%0
%97.65

Codes

Color #030606 in popluar color models

030606
RGB366
HSL180°33.33%1.76%
HSB/HSV180°50.00%2.35%
CMYK50.00%0.00%0.00%
97.65%

Color #030606 in popluar number systems.

HEX030606
Decimal366
Binary11110110
Octal366

Shades and tints

Tints of #030606

#030606
(3,6,6)
#191C1C
(25,28,28)
#2F3232
(47,50,50)
#454848
(69,72,72)
#5B5E5E
(91,94,94)
#717474
(113,116,116)
#878A8A
(135,138,138)
#9DA0A0
(157,160,160)
#B3B6B6
(179,182,182)
#C9CCCC
(201,204,204)
#DFE2E2
(223,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030606; }

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

This text font color is #030606.


Background Color

.myBgColor { background-color: #030606; }

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

This div background color is #030606.


Border color

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

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

This div border color is #030606.


Opacity

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

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

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

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

This text has shadow with #030606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030606 on black background.


Color preview on white background

This text has color #030606 on white background.



Black color preview on #030606 background

This text has black color on #030606 background.


White color preview on #030606 background

This text has white color on #030606 background.