COLOR #061131

HEX: #061131
RGB: (6,17,49)

Renk bilgisi

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

RGB renk modeli

#061131 color RGB value is (6,17,49).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 17 of 255 = 7%
B 49 of 255 = 19%

6
17
49

R + G + B ~ 9%. #061131 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 17 + 49 = 72 (100%)
R 6 of 72 ~ 8.33%
G 17 of 72 ~ 23.61%
B 49 of 72 ~ 68.06%

%23.61
%68.06

CMYK RENK MODELİ

#061131 rengi CMYK tonu (88,65,0,81).

  • camgöbeği tonu 87.76%
  • eflatun tonu 65.31%
  • sarı tonu 0.00%
  • ana renk tonu 80.78%
CMYK:
(88,65,0,81)
C88M65Y0K81 
(88%,65%,0%,81%)
(0.88/0.65/0.00/0.81)	

CMYK yüzdeleri

%87.76
%65.31
%0
%80.78

Codes

Color #061131 in popluar color models

061131
RGB61749
HSL225°78.18%10.78%
HSB/HSV225°87.76%19.22%
CMYK87.76%65.31%0.00%
80.78%

Color #061131 in popluar number systems.

HEX061131
Decimal61749
Binary11010001110001
Octal62161

Shades and tints

Shades of #061131

#061131
(6,17,49)
#06102D
(6,16,45)
#060F29
(6,15,41)
#060E25
(6,14,37)
#060D21
(6,13,33)
#060C1D
(6,12,29)
#060B19
(6,11,25)
#060A15
(6,10,21)
#060911
(6,9,17)
#06080D
(6,8,13)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #061131

#061131
(6,17,49)
#1C2643
(28,38,67)
#323B55
(50,59,85)
#485067
(72,80,103)
#5E6579
(94,101,121)
#747A8B
(116,122,139)
#8A8F9D
(138,143,157)
#A0A4AF
(160,164,175)
#B6B9C1
(182,185,193)
#CCCED3
(204,206,211)
#E2E3E5
(226,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061131 color. Also use rgb(6,17,49) instead hex code.

Text Font Color

.myTextColor { color: #061131; }

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

This text font color is #061131.


Background Color

.myBgColor { background-color: #061131; }

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

This div background color is #061131.


Border color

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

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

This div border color is #061131.


Opacity

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

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

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

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

This text has shadow with #061131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061131 on black background.


Color preview on white background

This text has color #061131 on white background.



Black color preview on #061131 background

This text has black color on #061131 background.


White color preview on #061131 background

This text has white color on #061131 background.