COLOR #06131D

HEX: #06131D
RGB: (6,19,29)

Renk bilgisi

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

RGB renk modeli

#06131D color RGB value is (6,19,29).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 19 of 255 = 7%
B 29 of 255 = 11%

6
19
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 19 + 29 = 54 (100%)
R 6 of 54 ~ 11.11%
G 19 of 54 ~ 35.19%
B 29 of 54 ~ 53.7%

%11.11
%35.19
%53.7

CMYK RENK MODELİ

#06131D rengi CMYK tonu (79,34,0,89).

  • camgöbeği tonu 79.31%
  • eflatun tonu 34.48%
  • sarı tonu 0.00%
  • ana renk tonu 88.63%
CMYK:
(79,34,0,89)
C79M34Y0K89 
(79%,34%,0%,89%)
(0.79/0.34/0.00/0.89)	

CMYK yüzdeleri

%79.31
%34.48
%0
%88.63

Codes

Color #06131D in popluar color models

06131D
RGB61929
HSL206°65.71%6.86%
HSB/HSV206°79.31%11.37%
CMYK79.31%34.48%0.00%
88.63%

Color #06131D in popluar number systems.

HEX06131D
Decimal61929
Binary1101001111101
Octal62335

Shades and tints

Shades of #06131D

#06131D
(6,19,29)
#06121B
(6,18,27)
#061119
(6,17,25)
#061017
(6,16,23)
#060F15
(6,15,21)
#060E13
(6,14,19)
#060D11
(6,13,17)
#060C0F
(6,12,15)
#060B0D
(6,11,13)
#060A0B
(6,10,11)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #06131D

#06131D
(6,19,29)
#1C2831
(28,40,49)
#323D45
(50,61,69)
#485259
(72,82,89)
#5E676D
(94,103,109)
#747C81
(116,124,129)
#8A9195
(138,145,149)
#A0A6A9
(160,166,169)
#B6BBBD
(182,187,189)
#CCD0D1
(204,208,209)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06131D; }

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

This text font color is #06131D.


Background Color

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

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

This div background color is #06131D.


Border color

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

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

This div border color is #06131D.


Opacity

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

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

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

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

This text has shadow with #06131D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06131D on black background.


Color preview on white background

This text has color #06131D on white background.



Black color preview on #06131D background

This text has black color on #06131D background.


White color preview on #06131D background

This text has white color on #06131D background.