COLOR #061E19

HEX: #061E19
RGB: (6,30,25)

Color info

#061E19 contains red, green and blue colors in about the same proportion. Web safe color of #061E19 is #003300 (or #030).

RGB color model

#061E19 color RGB value is (6,30,25).

  • red value is 6;
  • green value is 30;
  • blue value is 25.
RGB:
(6,30,25)
(2%,12%,10%)

RGB channels and saturation

R 6 of 255 = 2%
G 30 of 255 = 12%
B 25 of 255 = 10%

6
30
25

R + G + B ~ 8%. #061E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 30 + 25 = 61 (100%)
R 6 of 61 ~ 9.84%
G 30 of 61 ~ 49.18%
B 25 of 61 ~ 40.98%

%9.84
%49.18
%40.98

CMYK color model

#061E19 color CMYK value is (80,0,17,88).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 88.24%
CMYK:
(80,0,17,88)
C80M0Y17K88 
(80%,0%,17%,88%)
(0.80/0.00/0.17/0.88)	

CMYK percentages

%80
%0
%16.67
%88.24

Codes

Color #061E19 in popluar color models

061E19
RGB63025
HSL168°66.67%7.06%
HSB/HSV168°80.00%11.76%
CMYK80.00%0.00%16.67%
88.24%

Color #061E19 in popluar number systems.

HEX061E19
Decimal63025
Binary1101111011001
Octal63631

Shades and tints

Shades of #061E19

#061E19
(6,30,25)
#061C17
(6,28,23)
#061A15
(6,26,21)
#061813
(6,24,19)
#061611
(6,22,17)
#06140F
(6,20,15)
#06120D
(6,18,13)
#06100B
(6,16,11)
#060E09
(6,14,9)
#060C07
(6,12,7)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #061E19

#061E19
(6,30,25)
#1C322D
(28,50,45)
#324641
(50,70,65)
#485A55
(72,90,85)
#5E6E69
(94,110,105)
#74827D
(116,130,125)
#8A9691
(138,150,145)
#A0AAA5
(160,170,165)
#B6BEB9
(182,190,185)
#CCD2CD
(204,210,205)
#E2E6E1
(226,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061E19; }

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

This text font color is #061E19.


Background Color

.myBgColor { background-color: #061E19; }

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

This div background color is #061E19.


Border color

.myBorderColor { border: 1px solid #061E19; }

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

This div border color is #061E19.


Opacity

.myOpacity80 { color: #061E19; opacity: 0.8; }

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

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

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

This text has shadow with #061E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061E19 on black background.


Color preview on white background

This text has color #061E19 on white background.



Black color preview on #061E19 background

This text has black color on #061E19 background.


White color preview on #061E19 background

This text has white color on #061E19 background.