COLOR #06410C

HEX: #06410C
RGB: (6,65,12)

Color info

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

RGB color model

#06410C color RGB value is (6,65,12).

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

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 12 of 255 = 5%

6
65
12

R + G + B ~ 11%. #06410C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 12 = 83 (100%)
R 6 of 83 ~ 7.23%
G 65 of 83 ~ 78.31%
B 12 of 83 ~ 14.46%

%78.31
%14.46

CMYK color model

#06410C color CMYK value is (91,0,82,75).

  • cyan value is 90.77%
  • magenta value is 0.00%
  • yellow value is 81.54%
  • key color value is 74.51%
CMYK:
(91,0,82,75)
C91M0Y82K75 
(91%,0%,82%,75%)
(0.91/0.00/0.82/0.75)	

CMYK percentages

%90.77
%0
%81.54
%74.51

Codes

Color #06410C in popluar color models

06410C
RGB66512
HSL126°83.10%13.92%
HSB/HSV126°90.77%25.49%
CMYK90.77%0.00%81.54%
74.51%

Color #06410C in popluar number systems.

HEX06410C
Decimal66512
Binary11010000011100
Octal610114

Shades and tints

Shades of #06410C

#06410C
(6,65,12)
#063C0B
(6,60,11)
#06370A
(6,55,10)
#063209
(6,50,9)
#062D08
(6,45,8)
#062807
(6,40,7)
#062306
(6,35,6)
#061E05
(6,30,5)
#061904
(6,25,4)
#061403
(6,20,3)
#060F02
(6,15,2)
#000000
(0,0,0)

Tints of #06410C

#06410C
(6,65,12)
#1C5222
(28,82,34)
#326338
(50,99,56)
#48744E
(72,116,78)
#5E8564
(94,133,100)
#74967A
(116,150,122)
#8AA790
(138,167,144)
#A0B8A6
(160,184,166)
#B6C9BC
(182,201,188)
#CCDAD2
(204,218,210)
#E2EBE8
(226,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06410C color. Also use rgb(6,65,12) instead hex code.

Text Font Color

.myTextColor { color: #06410C; }

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

This text font color is #06410C.


Background Color

.myBgColor { background-color: #06410C; }

<div style="background-color:#06410C">Inner text</div>

This div background color is #06410C.


Border color

.myBorderColor { border: 1px solid #06410C; }

<div style="border:3px solid #06410C">Div</div>

This div border color is #06410C.


Opacity

.myOpacity80 { color: #06410C; opacity: 0.8; }

<p style="color:#06410C;opacity:0.8;">80%</p>

Text with #06410C 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 #06410C;}

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

This text has shadow with #06410C color.

.textShadow {text-shadow: 3px 3px 1px #06410C, 3px 3px 1px red;}

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

This text has shadow with #06410C primary color and red secondary color.


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

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

This text has shadow with #06410C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06410C on black background.


Color preview on white background

This text has color #06410C on white background.



Black color preview on #06410C background

This text has black color on #06410C background.


White color preview on #06410C background

This text has white color on #06410C background.