COLOR #061520

HEX: #061520
RGB: (6,21,32)

Renk bilgisi

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

RGB renk modeli

#061520 color RGB value is (6,21,32).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 21 of 255 = 8%
B 32 of 255 = 13%

6
21
32

R + G + B ~ 8%. #061520 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 21 + 32 = 59 (100%)
R 6 of 59 ~ 10.17%
G 21 of 59 ~ 35.59%
B 32 of 59 ~ 54.24%

%10.17
%35.59
%54.24

CMYK RENK MODELİ

#061520 rengi CMYK tonu (81,34,0,87).

  • camgöbeği tonu 81.25%
  • eflatun tonu 34.38%
  • sarı tonu 0.00%
  • ana renk tonu 87.45%
CMYK:
(81,34,0,87)
C81M34Y0K87 
(81%,34%,0%,87%)
(0.81/0.34/0.00/0.87)	

CMYK yüzdeleri

%81.25
%34.38
%0
%87.45

Codes

Color #061520 in popluar color models

061520
RGB62132
HSL205°68.42%7.45%
HSB/HSV205°81.25%12.55%
CMYK81.25%34.38%0.00%
87.45%

Color #061520 in popluar number systems.

HEX061520
Decimal62132
Binary11010101100000
Octal62540

Shades and tints

Shades of #061520

#061520
(6,21,32)
#06141E
(6,20,30)
#06131C
(6,19,28)
#06121A
(6,18,26)
#061118
(6,17,24)
#061016
(6,16,22)
#060F14
(6,15,20)
#060E12
(6,14,18)
#060D10
(6,13,16)
#060C0E
(6,12,14)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #061520

#061520
(6,21,32)
#1C2A34
(28,42,52)
#323F48
(50,63,72)
#48545C
(72,84,92)
#5E6970
(94,105,112)
#747E84
(116,126,132)
#8A9398
(138,147,152)
#A0A8AC
(160,168,172)
#B6BDC0
(182,189,192)
#CCD2D4
(204,210,212)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061520; }

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

This text font color is #061520.


Background Color

.myBgColor { background-color: #061520; }

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

This div background color is #061520.


Border color

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

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

This div border color is #061520.


Opacity

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

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

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

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

This text has shadow with #061520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061520 on black background.


Color preview on white background

This text has color #061520 on white background.



Black color preview on #061520 background

This text has black color on #061520 background.


White color preview on #061520 background

This text has white color on #061520 background.