COLOR #06412B

HEX: #06412B
RGB: (6,65,43)

Color info

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

RGB color model

#06412B color RGB value is (6,65,43).

  • red value is 6;
  • green value is 65;
  • blue value is 43.
RGB:
(6,65,43)
(2%,25%,17%)

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 43 of 255 = 17%

6
65
43

R + G + B ~ 15%. #06412B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 43 = 114 (100%)
R 6 of 114 ~ 5.26%
G 65 of 114 ~ 57.02%
B 43 of 114 ~ 37.72%

%57.02
%37.72

CMYK color model

#06412B color CMYK value is (91,0,34,75).

  • cyan value is 90.77%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 74.51%
CMYK:
(91,0,34,75)
C91M0Y34K75 
(91%,0%,34%,75%)
(0.91/0.00/0.34/0.75)	

CMYK percentages

%90.77
%0
%33.85
%74.51

Codes

Color #06412B in popluar color models

06412B
RGB66543
HSL158°83.10%13.92%
HSB/HSV158°90.77%25.49%
CMYK90.77%0.00%33.85%
74.51%

Color #06412B in popluar number systems.

HEX06412B
Decimal66543
Binary1101000001101011
Octal610153

Shades and tints

Shades of #06412B

#06412B
(6,65,43)
#063C28
(6,60,40)
#063725
(6,55,37)
#063222
(6,50,34)
#062D1F
(6,45,31)
#06281C
(6,40,28)
#062319
(6,35,25)
#061E16
(6,30,22)
#061913
(6,25,19)
#061410
(6,20,16)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #06412B

#06412B
(6,65,43)
#1C523E
(28,82,62)
#326351
(50,99,81)
#487464
(72,116,100)
#5E8577
(94,133,119)
#74968A
(116,150,138)
#8AA79D
(138,167,157)
#A0B8B0
(160,184,176)
#B6C9C3
(182,201,195)
#CCDAD6
(204,218,214)
#E2EBE9
(226,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06412B color. Also use rgb(6,65,43) instead hex code.

Text Font Color

.myTextColor { color: #06412B; }

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

This text font color is #06412B.


Background Color

.myBgColor { background-color: #06412B; }

<div style="background-color:#06412B">Inner text</div>

This div background color is #06412B.


Border color

.myBorderColor { border: 1px solid #06412B; }

<div style="border:3px solid #06412B">Div</div>

This div border color is #06412B.


Opacity

.myOpacity80 { color: #06412B; opacity: 0.8; }

<p style="color:#06412B;opacity:0.8;">80%</p>

Text with #06412B 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 #06412B;}

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

This text has shadow with #06412B color.

.textShadow {text-shadow: 3px 3px 1px #06412B, 3px 3px 1px red;}

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

This text has shadow with #06412B primary color and red secondary color.


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

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

This text has shadow with #06412B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06412B on black background.


Color preview on white background

This text has color #06412B on white background.



Black color preview on #06412B background

This text has black color on #06412B background.


White color preview on #06412B background

This text has white color on #06412B background.