COLOR #061813

HEX: #061813
RGB: (6,24,19)

Color info

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

RGB color model

#061813 color RGB value is (6,24,19).

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

RGB channels and saturation

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

6
24
19

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

Portions of RGB colors in percentages

R + G + B =
6 + 24 + 19 = 49 (100%)
R 6 of 49 ~ 12.24%
G 24 of 49 ~ 48.98%
B 19 of 49 ~ 38.78%

%12.24
%48.98
%38.78

CMYK color model

#061813 color CMYK value is (75,0,21,91).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 90.59%
CMYK:
(75,0,21,91)
C75M0Y21K91 
(75%,0%,21%,91%)
(0.75/0.00/0.21/0.91)	

CMYK percentages

%75
%0
%20.83
%90.59

Codes

Color #061813 in popluar color models

061813
RGB62419
HSL163°60.00%5.88%
HSB/HSV163°75.00%9.41%
CMYK75.00%0.00%20.83%
90.59%

Color #061813 in popluar number systems.

HEX061813
Decimal62419
Binary1101100010011
Octal63023

Shades and tints

Shades of #061813

#061813
(6,24,19)
#061612
(6,22,18)
#061411
(6,20,17)
#061210
(6,18,16)
#06100F
(6,16,15)
#060E0E
(6,14,14)
#060C0D
(6,12,13)
#060A0C
(6,10,12)
#06080B
(6,8,11)
#06060A
(6,6,10)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #061813

#061813
(6,24,19)
#1C2D28
(28,45,40)
#32423D
(50,66,61)
#485752
(72,87,82)
#5E6C67
(94,108,103)
#74817C
(116,129,124)
#8A9691
(138,150,145)
#A0ABA6
(160,171,166)
#B6C0BB
(182,192,187)
#CCD5D0
(204,213,208)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061813; }

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

This text font color is #061813.


Background Color

.myBgColor { background-color: #061813; }

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

This div background color is #061813.


Border color

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

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

This div border color is #061813.


Opacity

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

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

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

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

This text has shadow with #061813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061813 on black background.


Color preview on white background

This text has color #061813 on white background.



Black color preview on #061813 background

This text has black color on #061813 background.


White color preview on #061813 background

This text has white color on #061813 background.