COLOR #06171D

HEX: #06171D
RGB: (6,23,29)

Renk bilgisi

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

RGB renk modeli

#06171D color RGB value is (6,23,29).

  • kırmız ton 6;
  • yeşil ton 23;
  • mavi ton 29.
RGB:
(6,23,29)
(2%,9%,11%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 23 of 255 = 9%
B 29 of 255 = 11%

6
23
29

R + G + B ~ 7%. #06171D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 23 + 29 = 58 (100%)
R 6 of 58 ~ 10.34%
G 23 of 58 ~ 39.66%
B 29 of 58 ~ 50%

%10.34
%39.66
%50

CMYK RENK MODELİ

#06171D rengi CMYK tonu (79,21,0,89).

  • camgöbeği tonu 79.31%
  • eflatun tonu 20.69%
  • sarı tonu 0.00%
  • ana renk tonu 88.63%
CMYK:
(79,21,0,89)
C79M21Y0K89 
(79%,21%,0%,89%)
(0.79/0.21/0.00/0.89)	

CMYK yüzdeleri

%79.31
%20.69
%0
%88.63

Codes

Color #06171D in popluar color models

06171D
RGB62329
HSL196°65.71%6.86%
HSB/HSV196°79.31%11.37%
CMYK79.31%20.69%0.00%
88.63%

Color #06171D in popluar number systems.

HEX06171D
Decimal62329
Binary1101011111101
Octal62735

Shades and tints

Shades of #06171D

#06171D
(6,23,29)
#06151B
(6,21,27)
#061319
(6,19,25)
#061117
(6,17,23)
#060F15
(6,15,21)
#060D13
(6,13,19)
#060B11
(6,11,17)
#06090F
(6,9,15)
#06070D
(6,7,13)
#06050B
(6,5,11)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #06171D

#06171D
(6,23,29)
#1C2C31
(28,44,49)
#324145
(50,65,69)
#485659
(72,86,89)
#5E6B6D
(94,107,109)
#748081
(116,128,129)
#8A9595
(138,149,149)
#A0AAA9
(160,170,169)
#B6BFBD
(182,191,189)
#CCD4D1
(204,212,209)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06171D color. Also use rgb(6,23,29) instead hex code.

Text Font Color

.myTextColor { color: #06171D; }

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

This text font color is #06171D.


Background Color

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

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

This div background color is #06171D.


Border color

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

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

This div border color is #06171D.


Opacity

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

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

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

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

This text has shadow with #06171D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06171D on black background.


Color preview on white background

This text has color #06171D on white background.



Black color preview on #06171D background

This text has black color on #06171D background.


White color preview on #06171D background

This text has white color on #06171D background.