COLOR #06050D

HEX: #06050D
RGB: (6,5,13)

Renk bilgisi

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

RGB renk modeli

#06050D color RGB value is (6,5,13).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 5 of 255 = 2%
B 13 of 255 = 5%

6
5
13

R + G + B ~ 3%. #06050D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 5 + 13 = 24 (100%)
R 6 of 24 ~ 25%
G 5 of 24 ~ 20.83%
B 13 of 24 ~ 54.17%

%25
%20.83
%54.17

CMYK RENK MODELİ

#06050D rengi CMYK tonu (54,62,0,95).

  • camgöbeği tonu 53.85%
  • eflatun tonu 61.54%
  • sarı tonu 0.00%
  • ana renk tonu 94.90%
CMYK:
(54,62,0,95)
C54M62Y0K95 
(54%,62%,0%,95%)
(0.54/0.62/0.00/0.95)	

CMYK yüzdeleri

%53.85
%61.54
%0
%94.9

Codes

Color #06050D in popluar color models

06050D
RGB6513
HSL248°44.44%3.53%
HSB/HSV248°61.54%5.10%
CMYK53.85%61.54%0.00%
94.90%

Color #06050D in popluar number systems.

HEX06050D
Decimal6513
Binary1101011101
Octal6515

Shades and tints

Shades of #06050D

#06050D
(6,5,13)
#06050C
(6,5,12)
#06050B
(6,5,11)
#06050A
(6,5,10)
#060509
(6,5,9)
#060508
(6,5,8)
#060507
(6,5,7)
#060506
(6,5,6)
#060505
(6,5,5)
#060504
(6,5,4)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #06050D

#06050D
(6,5,13)
#1C1B23
(28,27,35)
#323139
(50,49,57)
#48474F
(72,71,79)
#5E5D65
(94,93,101)
#74737B
(116,115,123)
#8A8991
(138,137,145)
#A09FA7
(160,159,167)
#B6B5BD
(182,181,189)
#CCCBD3
(204,203,211)
#E2E1E9
(226,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06050D color. Also use rgb(6,5,13) instead hex code.

Text Font Color

.myTextColor { color: #06050D; }

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

This text font color is #06050D.


Background Color

.myBgColor { background-color: #06050D; }

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

This div background color is #06050D.


Border color

.myBorderColor { border: 1px solid #06050D; }

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

This div border color is #06050D.


Opacity

.myOpacity80 { color: #06050D; opacity: 0.8; }

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

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

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

This text has shadow with #06050D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06050D on black background.


Color preview on white background

This text has color #06050D on white background.



Black color preview on #06050D background

This text has black color on #06050D background.


White color preview on #06050D background

This text has white color on #06050D background.