COLOR #061811

HEX: #061811
RGB: (6,24,17)

Color info

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

RGB color model

#061811 color RGB value is (6,24,17).

  • red value is 6;
  • green value is 24;
  • blue value is 17.
RGB:
(6,24,17)
(2%,9%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 24 of 255 = 9%
B 17 of 255 = 7%

6
24
17

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

Portions of RGB colors in percentages

R + G + B =
6 + 24 + 17 = 47 (100%)
R 6 of 47 ~ 12.77%
G 24 of 47 ~ 51.06%
B 17 of 47 ~ 36.17%

%12.77
%51.06
%36.17

CMYK color model

#061811 color CMYK value is (75,0,29,91).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 90.59%
CMYK:
(75,0,29,91)
C75M0Y29K91 
(75%,0%,29%,91%)
(0.75/0.00/0.29/0.91)	

CMYK percentages

%75
%0
%29.17
%90.59

Codes

Color #061811 in popluar color models

061811
RGB62417
HSL157°60.00%5.88%
HSB/HSV157°75.00%9.41%
CMYK75.00%0.00%29.17%
90.59%

Color #061811 in popluar number systems.

HEX061811
Decimal62417
Binary1101100010001
Octal63021

Shades and tints

Shades of #061811

#061811
(6,24,17)
#061610
(6,22,16)
#06140F
(6,20,15)
#06120E
(6,18,14)
#06100D
(6,16,13)
#060E0C
(6,14,12)
#060C0B
(6,12,11)
#060A0A
(6,10,10)
#060809
(6,8,9)
#060608
(6,6,8)
#060407
(6,4,7)
#000000
(0,0,0)

Tints of #061811

#061811
(6,24,17)
#1C2D26
(28,45,38)
#32423B
(50,66,59)
#485750
(72,87,80)
#5E6C65
(94,108,101)
#74817A
(116,129,122)
#8A968F
(138,150,143)
#A0ABA4
(160,171,164)
#B6C0B9
(182,192,185)
#CCD5CE
(204,213,206)
#E2EAE3
(226,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061811; }

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

This text font color is #061811.


Background Color

.myBgColor { background-color: #061811; }

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

This div background color is #061811.


Border color

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

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

This div border color is #061811.


Opacity

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

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

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

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

This text has shadow with #061811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061811 on black background.


Color preview on white background

This text has color #061811 on white background.



Black color preview on #061811 background

This text has black color on #061811 background.


White color preview on #061811 background

This text has white color on #061811 background.