COLOR #061600

HEX: #061600
RGB: (6,22,0)

Color info

#061600 contains only red and green colors. Web safe color of #061600 is #000000 (or #000).

RGB color model

#061600 color RGB value is (6,22,0).

  • red value is 6;
  • green value is 22;
  • blue value is 0.
RGB:
(6,22,0)
(2%,9%,0%)

RGB channels and saturation

R 6 of 255 = 2%
G 22 of 255 = 9%
B 0 of 255 = 0%

6
22
0

R + G + B ~ 4%. #061600 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 22 + 0 = 28 (100%)
R 6 of 28 ~ 21.43%
G 22 of 28 ~ 78.57%
B 0 of 28 ~ 0%

%21.43
%78.57

CMYK color model

#061600 color CMYK value is (73,0,100,91).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 91.37%
CMYK:
(73,0,100,91)
C73M0Y100K91 
(73%,0%,100%,91%)
(0.73/0.00/1.00/0.91)	

CMYK percentages

%72.73
%0
%100
%91.37

Codes

Color #061600 in popluar color models

061600
RGB6220
HSL104°100.00%4.31%
HSB/HSV104°100.00%8.63%
CMYK72.73%0.00%100.00%
91.37%

Color #061600 in popluar number systems.

HEX061600
Decimal6220
Binary110101100
Octal6260

Shades and tints

Shades of #061600

#061600
(6,22,0)
#061400
(6,20,0)
#061200
(6,18,0)
#061000
(6,16,0)
#060E00
(6,14,0)
#060C00
(6,12,0)
#060A00
(6,10,0)
#060800
(6,8,0)
#060600
(6,6,0)
#060400
(6,4,0)
#060200
(6,2,0)
#000000
(0,0,0)

Tints of #061600

#061600
(6,22,0)
#1C2B17
(28,43,23)
#32402E
(50,64,46)
#485545
(72,85,69)
#5E6A5C
(94,106,92)
#747F73
(116,127,115)
#8A948A
(138,148,138)
#A0A9A1
(160,169,161)
#B6BEB8
(182,190,184)
#CCD3CF
(204,211,207)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061600 color. Also use rgb(6,22,0) instead hex code.

Text Font Color

.myTextColor { color: #061600; }

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

This text font color is #061600.


Background Color

.myBgColor { background-color: #061600; }

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

This div background color is #061600.


Border color

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

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

This div border color is #061600.


Opacity

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

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

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

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

This text has shadow with #061600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061600 on black background.


Color preview on white background

This text has color #061600 on white background.



Black color preview on #061600 background

This text has black color on #061600 background.


White color preview on #061600 background

This text has white color on #061600 background.