COLOR #061807

HEX: #061807
RGB: (6,24,7)

Color info

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

RGB color model

#061807 color RGB value is (6,24,7).

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

RGB channels and saturation

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

6
24
7

R + G + B ~ 5%. #061807 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 24 + 7 = 37 (100%)
R 6 of 37 ~ 16.22%
G 24 of 37 ~ 64.86%
B 7 of 37 ~ 18.92%

%16.22
%64.86
%18.92

CMYK color model

#061807 color CMYK value is (75,0,71,91).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 90.59%
CMYK:
(75,0,71,91)
C75M0Y71K91 
(75%,0%,71%,91%)
(0.75/0.00/0.71/0.91)	

CMYK percentages

%75
%0
%70.83
%90.59

Codes

Color #061807 in popluar color models

061807
RGB6247
HSL123°60.00%5.88%
HSB/HSV123°75.00%9.41%
CMYK75.00%0.00%70.83%
90.59%

Color #061807 in popluar number systems.

HEX061807
Decimal6247
Binary11011000111
Octal6307

Shades and tints

Shades of #061807

#061807
(6,24,7)
#061607
(6,22,7)
#061407
(6,20,7)
#061207
(6,18,7)
#061007
(6,16,7)
#060E07
(6,14,7)
#060C07
(6,12,7)
#060A07
(6,10,7)
#060807
(6,8,7)
#060607
(6,6,7)
#060407
(6,4,7)
#000000
(0,0,0)

Tints of #061807

#061807
(6,24,7)
#1C2D1D
(28,45,29)
#324233
(50,66,51)
#485749
(72,87,73)
#5E6C5F
(94,108,95)
#748175
(116,129,117)
#8A968B
(138,150,139)
#A0ABA1
(160,171,161)
#B6C0B7
(182,192,183)
#CCD5CD
(204,213,205)
#E2EAE3
(226,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061807; }

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

This text font color is #061807.


Background Color

.myBgColor { background-color: #061807; }

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

This div background color is #061807.


Border color

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

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

This div border color is #061807.


Opacity

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

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

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

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

This text has shadow with #061807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061807 on black background.


Color preview on white background

This text has color #061807 on white background.



Black color preview on #061807 background

This text has black color on #061807 background.


White color preview on #061807 background

This text has white color on #061807 background.