COLOR #061F1C

HEX: #061F1C
RGB: (6,31,28)

Color info

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

RGB color model

#061F1C color RGB value is (6,31,28).

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

RGB channels and saturation

R 6 of 255 = 2%
G 31 of 255 = 12%
B 28 of 255 = 11%

6
31
28

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

Portions of RGB colors in percentages

R + G + B =
6 + 31 + 28 = 65 (100%)
R 6 of 65 ~ 9.23%
G 31 of 65 ~ 47.69%
B 28 of 65 ~ 43.08%

%47.69
%43.08

CMYK color model

#061F1C color CMYK value is (81,0,10,88).

  • cyan value is 80.65%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 87.84%
CMYK:
(81,0,10,88)
C81M0Y10K88 
(81%,0%,10%,88%)
(0.81/0.00/0.10/0.88)	

CMYK percentages

%80.65
%0
%9.68
%87.84

Codes

Color #061F1C in popluar color models

061F1C
RGB63128
HSL173°67.57%7.25%
HSB/HSV173°80.65%12.16%
CMYK80.65%0.00%9.68%
87.84%

Color #061F1C in popluar number systems.

HEX061F1C
Decimal63128
Binary1101111111100
Octal63734

Shades and tints

Shades of #061F1C

#061F1C
(6,31,28)
#061D1A
(6,29,26)
#061B18
(6,27,24)
#061916
(6,25,22)
#061714
(6,23,20)
#061512
(6,21,18)
#061310
(6,19,16)
#06110E
(6,17,14)
#060F0C
(6,15,12)
#060D0A
(6,13,10)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #061F1C

#061F1C
(6,31,28)
#1C3330
(28,51,48)
#324744
(50,71,68)
#485B58
(72,91,88)
#5E6F6C
(94,111,108)
#748380
(116,131,128)
#8A9794
(138,151,148)
#A0ABA8
(160,171,168)
#B6BFBC
(182,191,188)
#CCD3D0
(204,211,208)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061F1C color. Also use rgb(6,31,28) instead hex code.

Text Font Color

.myTextColor { color: #061F1C; }

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

This text font color is #061F1C.


Background Color

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

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

This div background color is #061F1C.


Border color

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

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

This div border color is #061F1C.


Opacity

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

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

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

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

This text has shadow with #061F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061F1C on black background.


Color preview on white background

This text has color #061F1C on white background.



Black color preview on #061F1C background

This text has black color on #061F1C background.


White color preview on #061F1C background

This text has white color on #061F1C background.