COLOR #061514

HEX: #061514
RGB: (6,21,20)

Renk bilgisi

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

RGB renk modeli

#061514 color RGB value is (6,21,20).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 21 of 255 = 8%
B 20 of 255 = 8%

6
21
20

R + G + B ~ 6%. #061514 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 21 + 20 = 47 (100%)
R 6 of 47 ~ 12.77%
G 21 of 47 ~ 44.68%
B 20 of 47 ~ 42.55%

%12.77
%44.68
%42.55

CMYK RENK MODELİ

#061514 rengi CMYK tonu (71,0,5,92).

  • camgöbeği tonu 71.43%
  • eflatun tonu 0.00%
  • sarı tonu 4.76%
  • ana renk tonu 91.76%
CMYK:
(71,0,5,92)
C71M0Y5K92 
(71%,0%,5%,92%)
(0.71/0.00/0.05/0.92)	

CMYK yüzdeleri

%71.43
%0
%4.76
%91.76

Codes

Color #061514 in popluar color models

061514
RGB62120
HSL176°55.56%5.29%
HSB/HSV176°71.43%8.24%
CMYK71.43%0.00%4.76%
91.76%

Color #061514 in popluar number systems.

HEX061514
Decimal62120
Binary1101010110100
Octal62524

Shades and tints

Shades of #061514

#061514
(6,21,20)
#061413
(6,20,19)
#061312
(6,19,18)
#061211
(6,18,17)
#061110
(6,17,16)
#06100F
(6,16,15)
#060F0E
(6,15,14)
#060E0D
(6,14,13)
#060D0C
(6,13,12)
#060C0B
(6,12,11)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #061514

#061514
(6,21,20)
#1C2A29
(28,42,41)
#323F3E
(50,63,62)
#485453
(72,84,83)
#5E6968
(94,105,104)
#747E7D
(116,126,125)
#8A9392
(138,147,146)
#A0A8A7
(160,168,167)
#B6BDBC
(182,189,188)
#CCD2D1
(204,210,209)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061514; }

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

This text font color is #061514.


Background Color

.myBgColor { background-color: #061514; }

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

This div background color is #061514.


Border color

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

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

This div border color is #061514.


Opacity

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

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

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

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

This text has shadow with #061514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061514 on black background.


Color preview on white background

This text has color #061514 on white background.



Black color preview on #061514 background

This text has black color on #061514 background.


White color preview on #061514 background

This text has white color on #061514 background.