COLOR #06131F

HEX: #06131F
RGB: (6,19,31)

Renk bilgisi

#06131F contains red, green and blue colors in about the same proportion. #06131F ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#06131F color RGB value is (6,19,31).

  • kırmız ton 6;
  • yeşil ton 19;
  • mavi ton 31.
RGB:
(6,19,31)
(2%,7%,12%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 19 of 255 = 7%
B 31 of 255 = 12%

6
19
31

R + G + B ~ 7%. #06131F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 19 + 31 = 56 (100%)
R 6 of 56 ~ 10.71%
G 19 of 56 ~ 33.93%
B 31 of 56 ~ 55.36%

%10.71
%33.93
%55.36

CMYK RENK MODELİ

#06131F rengi CMYK tonu (81,39,0,88).

  • camgöbeği tonu 80.65%
  • eflatun tonu 38.71%
  • sarı tonu 0.00%
  • ana renk tonu 87.84%
CMYK:
(81,39,0,88)
C81M39Y0K88 
(81%,39%,0%,88%)
(0.81/0.39/0.00/0.88)	

CMYK yüzdeleri

%80.65
%38.71
%0
%87.84

Codes

Color #06131F in popluar color models

06131F
RGB61931
HSL209°67.57%7.25%
HSB/HSV209°80.65%12.16%
CMYK80.65%38.71%0.00%
87.84%

Color #06131F in popluar number systems.

HEX06131F
Decimal61931
Binary1101001111111
Octal62337

Shades and tints

Shades of #06131F

#06131F
(6,19,31)
#06121D
(6,18,29)
#06111B
(6,17,27)
#061019
(6,16,25)
#060F17
(6,15,23)
#060E15
(6,14,21)
#060D13
(6,13,19)
#060C11
(6,12,17)
#060B0F
(6,11,15)
#060A0D
(6,10,13)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #06131F

#06131F
(6,19,31)
#1C2833
(28,40,51)
#323D47
(50,61,71)
#48525B
(72,82,91)
#5E676F
(94,103,111)
#747C83
(116,124,131)
#8A9197
(138,145,151)
#A0A6AB
(160,166,171)
#B6BBBF
(182,187,191)
#CCD0D3
(204,208,211)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06131F color. Also use rgb(6,19,31) instead hex code.

Text Font Color

.myTextColor { color: #06131F; }

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

This text font color is #06131F.


Background Color

.myBgColor { background-color: #06131F; }

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

This div background color is #06131F.


Border color

.myBorderColor { border: 1px solid #06131F; }

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

This div border color is #06131F.


Opacity

.myOpacity80 { color: #06131F; opacity: 0.8; }

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

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

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

This text has shadow with #06131F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06131F on black background.


Color preview on white background

This text has color #06131F on white background.



Black color preview on #06131F background

This text has black color on #06131F background.


White color preview on #06131F background

This text has white color on #06131F background.