COLOR #06151C

HEX: #06151C
RGB: (6,21,28)

Renk bilgisi

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

RGB renk modeli

#06151C color RGB value is (6,21,28).

  • kırmız ton 6;
  • yeşil ton 21;
  • mavi ton 28.
RGB:
(6,21,28)
(2%,8%,11%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 21 of 255 = 8%
B 28 of 255 = 11%

6
21
28

R + G + B ~ 7%. #06151C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 21 + 28 = 55 (100%)
R 6 of 55 ~ 10.91%
G 21 of 55 ~ 38.18%
B 28 of 55 ~ 50.91%

%10.91
%38.18
%50.91

CMYK RENK MODELİ

#06151C rengi CMYK tonu (79,25,0,89).

  • camgöbeği tonu 78.57%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 89.02%
CMYK:
(79,25,0,89)
C79M25Y0K89 
(79%,25%,0%,89%)
(0.79/0.25/0.00/0.89)	

CMYK yüzdeleri

%78.57
%25
%0
%89.02

Codes

Color #06151C in popluar color models

06151C
RGB62128
HSL199°64.71%6.67%
HSB/HSV199°78.57%10.98%
CMYK78.57%25.00%0.00%
89.02%

Color #06151C in popluar number systems.

HEX06151C
Decimal62128
Binary1101010111100
Octal62534

Shades and tints

Shades of #06151C

#06151C
(6,21,28)
#06141A
(6,20,26)
#061318
(6,19,24)
#061216
(6,18,22)
#061114
(6,17,20)
#061012
(6,16,18)
#060F10
(6,15,16)
#060E0E
(6,14,14)
#060D0C
(6,13,12)
#060C0A
(6,12,10)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #06151C

#06151C
(6,21,28)
#1C2A30
(28,42,48)
#323F44
(50,63,68)
#485458
(72,84,88)
#5E696C
(94,105,108)
#747E80
(116,126,128)
#8A9394
(138,147,148)
#A0A8A8
(160,168,168)
#B6BDBC
(182,189,188)
#CCD2D0
(204,210,208)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06151C color. Also use rgb(6,21,28) instead hex code.

Text Font Color

.myTextColor { color: #06151C; }

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

This text font color is #06151C.


Background Color

.myBgColor { background-color: #06151C; }

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

This div background color is #06151C.


Border color

.myBorderColor { border: 1px solid #06151C; }

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

This div border color is #06151C.


Opacity

.myOpacity80 { color: #06151C; opacity: 0.8; }

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

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

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

This text has shadow with #06151C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06151C on black background.


Color preview on white background

This text has color #06151C on white background.



Black color preview on #06151C background

This text has black color on #06151C background.


White color preview on #06151C background

This text has white color on #06151C background.