COLOR #061B0D

HEX: #061B0D
RGB: (6,27,13)

Color info

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

RGB color model

#061B0D color RGB value is (6,27,13).

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

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 13 of 255 = 5%

6
27
13

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

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 13 = 46 (100%)
R 6 of 46 ~ 13.04%
G 27 of 46 ~ 58.7%
B 13 of 46 ~ 28.26%

%13.04
%58.7
%28.26

CMYK color model

#061B0D color CMYK value is (78,0,52,89).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 89.41%
CMYK:
(78,0,52,89)
C78M0Y52K89 
(78%,0%,52%,89%)
(0.78/0.00/0.52/0.89)	

CMYK percentages

%77.78
%0
%51.85
%89.41

Codes

Color #061B0D in popluar color models

061B0D
RGB62713
HSL140°63.64%6.47%
HSB/HSV140°77.78%10.59%
CMYK77.78%0.00%51.85%
89.41%

Color #061B0D in popluar number systems.

HEX061B0D
Decimal62713
Binary110110111101
Octal63315

Shades and tints

Shades of #061B0D

#061B0D
(6,27,13)
#06190C
(6,25,12)
#06170B
(6,23,11)
#06150A
(6,21,10)
#061309
(6,19,9)
#061108
(6,17,8)
#060F07
(6,15,7)
#060D06
(6,13,6)
#060B05
(6,11,5)
#060904
(6,9,4)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #061B0D

#061B0D
(6,27,13)
#1C2F23
(28,47,35)
#324339
(50,67,57)
#48574F
(72,87,79)
#5E6B65
(94,107,101)
#747F7B
(116,127,123)
#8A9391
(138,147,145)
#A0A7A7
(160,167,167)
#B6BBBD
(182,187,189)
#CCCFD3
(204,207,211)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B0D; }

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

This text font color is #061B0D.


Background Color

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

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

This div background color is #061B0D.


Border color

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

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

This div border color is #061B0D.


Opacity

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

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

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

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

This text has shadow with #061B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B0D on black background.


Color preview on white background

This text has color #061B0D on white background.



Black color preview on #061B0D background

This text has black color on #061B0D background.


White color preview on #061B0D background

This text has white color on #061B0D background.