COLOR #061911

HEX: #061911 RGB: (6,25,17)

Color info

#061911 contains red, green and blue colors in about the same proportion. Web safe color of #061911 is #000000 (or #000).

RGB color model

#061911 color RGB value is (6,25,17).

RGB: (6,25,17) (2%, 10%, 7%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 17 of 255 = 7%

6
25
17

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

Portions of RGB colors in percentages

R + G + B = 6 + 25 + 17 = 48 (100%)
R 6 of 48 ~ 12.5%
G 25 of 48 ~ 52.08%
B 17 of 48 ~ 35.42'%

%12.5
%52.08
%35.42

CMYK color model

#061911 color CMYK value is (76,0,32,90).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 90.20%

CMYK: (76,0,32,90)
C76M0Y32K90 (76%, 0%, 32%, 90%)
(0.76 / 0.00 / 0.32 / 0.90)

CMYK percentages

%76
%0
%32
%90.2

Codes

Color #061911 in popluar color models

06 19 11
RGB 6 25 17
HSL 155° 61.29% 6.08%
HSB/HSV 155° 76.00% 9.80%
CMYK 76.00% 0.00% 32.00%
90.20%

Color #061911 in popluar number systems.

HEX 06 19 11
Decimal 6 25 17
Binary 110 11001 10001
Octal 6 31 21

Shades and tints

Shades of #061911

#061911
(6,25,17)
#061710
(6,23,16)
#06150F
(6,21,15)
#06130E
(6,19,14)
#06110D
(6,17,13)
#060F0C
(6,15,12)
#060D0B
(6,13,11)
#060B0A
(6,11,10)
#060909
(6,9,9)
#060708
(6,7,8)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #061911

#061911
(6,25,17)
#1C2D26
(28,45,38)
#32413B
(50,65,59)
#485550
(72,85,80)
#5E6965
(94,105,101)
#747D7A
(116,125,122)
#8A918F
(138,145,143)
#A0A5A4
(160,165,164)
#B6B9B9
(182,185,185)
#CCCDCE
(204,205,206)
#E2E1E3
(226,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061911; }

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

This text font color is #061911.

Background Color

.myBgColor { background-color: #061911; }

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

This div background color is #061911.

Border color

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

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

This div border color is #061911.

Opacity

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

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

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

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

This text has shadow with #061911 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061911.

Preview

Color preview on black background

This text has color #061911 on black background.


Color preview on white background

This text has color #061911 on white background.


Black color preview on #061911 background

This text has black color on #061911 background.


White color preview on #061911 background

This text has white color on #061911 background.


Related colors

Complementary color

Complementary color for #hex is #F9E6EE.


I love getcolorcode.com

Triadic colors

1 #110619 and #191106 with #061911 are triadic colors.

2 #111906 and #190611 with #061911 are triadic colors.