COLOR #061D18

HEX: #061D18
RGB: (6,29,24)

Color info

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

RGB color model

#061D18 color RGB value is (6,29,24).

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

RGB channels and saturation

R 6 of 255 = 2%
G 29 of 255 = 11%
B 24 of 255 = 9%

6
29
24

R + G + B ~ 7%. #061D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 29 + 24 = 59 (100%)
R 6 of 59 ~ 10.17%
G 29 of 59 ~ 49.15%
B 24 of 59 ~ 40.68%

%10.17
%49.15
%40.68

CMYK color model

#061D18 color CMYK value is (79,0,17,89).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 88.63%
CMYK:
(79,0,17,89)
C79M0Y17K89 
(79%,0%,17%,89%)
(0.79/0.00/0.17/0.89)	

CMYK percentages

%79.31
%0
%17.24
%88.63

Codes

Color #061D18 in popluar color models

061D18
RGB62924
HSL167°65.71%6.86%
HSB/HSV167°79.31%11.37%
CMYK79.31%0.00%17.24%
88.63%

Color #061D18 in popluar number systems.

HEX061D18
Decimal62924
Binary1101110111000
Octal63530

Shades and tints

Shades of #061D18

#061D18
(6,29,24)
#061B16
(6,27,22)
#061914
(6,25,20)
#061712
(6,23,18)
#061510
(6,21,16)
#06130E
(6,19,14)
#06110C
(6,17,12)
#060F0A
(6,15,10)
#060D08
(6,13,8)
#060B06
(6,11,6)
#060904
(6,9,4)
#000000
(0,0,0)

Tints of #061D18

#061D18
(6,29,24)
#1C312D
(28,49,45)
#324542
(50,69,66)
#485957
(72,89,87)
#5E6D6C
(94,109,108)
#748181
(116,129,129)
#8A9596
(138,149,150)
#A0A9AB
(160,169,171)
#B6BDC0
(182,189,192)
#CCD1D5
(204,209,213)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061D18; }

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

This text font color is #061D18.


Background Color

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

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

This div background color is #061D18.


Border color

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

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

This div border color is #061D18.


Opacity

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

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

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

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

This text has shadow with #061D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061D18 on black background.


Color preview on white background

This text has color #061D18 on white background.



Black color preview on #061D18 background

This text has black color on #061D18 background.


White color preview on #061D18 background

This text has white color on #061D18 background.