COLOR #061D13

HEX: #061D13
RGB: (6,29,19)

Color info

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

RGB color model

#061D13 color RGB value is (6,29,19).

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

RGB channels and saturation

R 6 of 255 = 2%
G 29 of 255 = 11%
B 19 of 255 = 7%

6
29
19

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

Portions of RGB colors in percentages

R + G + B =
6 + 29 + 19 = 54 (100%)
R 6 of 54 ~ 11.11%
G 29 of 54 ~ 53.7%
B 19 of 54 ~ 35.19%

%11.11
%53.7
%35.19

CMYK color model

#061D13 color CMYK value is (79,0,34,89).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 88.63%
CMYK:
(79,0,34,89)
C79M0Y34K89 
(79%,0%,34%,89%)
(0.79/0.00/0.34/0.89)	

CMYK percentages

%79.31
%0
%34.48
%88.63

Codes

Color #061D13 in popluar color models

061D13
RGB62919
HSL154°65.71%6.86%
HSB/HSV154°79.31%11.37%
CMYK79.31%0.00%34.48%
88.63%

Color #061D13 in popluar number systems.

HEX061D13
Decimal62919
Binary1101110110011
Octal63523

Shades and tints

Shades of #061D13

#061D13
(6,29,19)
#061B12
(6,27,18)
#061911
(6,25,17)
#061710
(6,23,16)
#06150F
(6,21,15)
#06130E
(6,19,14)
#06110D
(6,17,13)
#060F0C
(6,15,12)
#060D0B
(6,13,11)
#060B0A
(6,11,10)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #061D13

#061D13
(6,29,19)
#1C3128
(28,49,40)
#32453D
(50,69,61)
#485952
(72,89,82)
#5E6D67
(94,109,103)
#74817C
(116,129,124)
#8A9591
(138,149,145)
#A0A9A6
(160,169,166)
#B6BDBB
(182,189,187)
#CCD1D0
(204,209,208)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061D13; }

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

This text font color is #061D13.


Background Color

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

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

This div background color is #061D13.


Border color

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

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

This div border color is #061D13.


Opacity

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

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

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

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

This text has shadow with #061D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061D13 on black background.


Color preview on white background

This text has color #061D13 on white background.



Black color preview on #061D13 background

This text has black color on #061D13 background.


White color preview on #061D13 background

This text has white color on #061D13 background.