COLOR #061B1E

HEX: #061B1E
RGB: (6,27,30)

Color info

#061B1E contains red, green and blue colors in about the same proportion. Web safe color of #061B1E is #003333 (or #033).

RGB color model

#061B1E color RGB value is (6,27,30).

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

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 30 of 255 = 12%

6
27
30

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

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 30 = 63 (100%)
R 6 of 63 ~ 9.52%
G 27 of 63 ~ 42.86%
B 30 of 63 ~ 47.62%

%9.52
%42.86
%47.62

CMYK color model

#061B1E color CMYK value is (80,10,0,88).

  • cyan value is 80.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(80,10,0,88)
C80M10Y0K88 
(80%,10%,0%,88%)
(0.80/0.10/0.00/0.88)	

CMYK percentages

%80
%10
%0
%88.24

Codes

Color #061B1E in popluar color models

061B1E
RGB62730
HSL188°66.67%7.06%
HSB/HSV188°80.00%11.76%
CMYK80.00%10.00%0.00%
88.24%

Color #061B1E in popluar number systems.

HEX061B1E
Decimal62730
Binary1101101111110
Octal63336

Shades and tints

Shades of #061B1E

#061B1E
(6,27,30)
#06191C
(6,25,28)
#06171A
(6,23,26)
#061518
(6,21,24)
#061316
(6,19,22)
#061114
(6,17,20)
#060F12
(6,15,18)
#060D10
(6,13,16)
#060B0E
(6,11,14)
#06090C
(6,9,12)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #061B1E

#061B1E
(6,27,30)
#1C2F32
(28,47,50)
#324346
(50,67,70)
#48575A
(72,87,90)
#5E6B6E
(94,107,110)
#747F82
(116,127,130)
#8A9396
(138,147,150)
#A0A7AA
(160,167,170)
#B6BBBE
(182,187,190)
#CCCFD2
(204,207,210)
#E2E3E6
(226,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B1E; }

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

This text font color is #061B1E.


Background Color

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

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

This div background color is #061B1E.


Border color

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

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

This div border color is #061B1E.


Opacity

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

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

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

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

This text has shadow with #061B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B1E on black background.


Color preview on white background

This text has color #061B1E on white background.



Black color preview on #061B1E background

This text has black color on #061B1E background.


White color preview on #061B1E background

This text has white color on #061B1E background.