COLOR #061C1D

HEX: #061C1D
RGB: (6,28,29)

Color info

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

RGB color model

#061C1D color RGB value is (6,28,29).

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

RGB channels and saturation

R 6 of 255 = 2%
G 28 of 255 = 11%
B 29 of 255 = 11%

6
28
29

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

Portions of RGB colors in percentages

R + G + B =
6 + 28 + 29 = 63 (100%)
R 6 of 63 ~ 9.52%
G 28 of 63 ~ 44.44%
B 29 of 63 ~ 46.03%

%9.52
%44.44
%46.03

CMYK color model

#061C1D color CMYK value is (79,3,0,89).

  • cyan value is 79.31%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(79,3,0,89)
C79M3Y0K89 
(79%,3%,0%,89%)
(0.79/0.03/0.00/0.89)	

CMYK percentages

%79.31
%3.45
%0
%88.63

Codes

Color #061C1D in popluar color models

061C1D
RGB62829
HSL183°65.71%6.86%
HSB/HSV183°79.31%11.37%
CMYK79.31%3.45%0.00%
88.63%

Color #061C1D in popluar number systems.

HEX061C1D
Decimal62829
Binary1101110011101
Octal63435

Shades and tints

Shades of #061C1D

#061C1D
(6,28,29)
#061A1B
(6,26,27)
#061819
(6,24,25)
#061617
(6,22,23)
#061415
(6,20,21)
#061213
(6,18,19)
#061011
(6,16,17)
#060E0F
(6,14,15)
#060C0D
(6,12,13)
#060A0B
(6,10,11)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #061C1D

#061C1D
(6,28,29)
#1C3031
(28,48,49)
#324445
(50,68,69)
#485859
(72,88,89)
#5E6C6D
(94,108,109)
#748081
(116,128,129)
#8A9495
(138,148,149)
#A0A8A9
(160,168,169)
#B6BCBD
(182,188,189)
#CCD0D1
(204,208,209)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061C1D; }

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

This text font color is #061C1D.


Background Color

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

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

This div background color is #061C1D.


Border color

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

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

This div border color is #061C1D.


Opacity

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

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

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

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

This text has shadow with #061C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061C1D on black background.


Color preview on white background

This text has color #061C1D on white background.



Black color preview on #061C1D background

This text has black color on #061C1D background.


White color preview on #061C1D background

This text has white color on #061C1D background.