COLOR #06340F

HEX: #06340F
RGB: (6,52,15)

Color info

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

RGB color model

#06340F color RGB value is (6,52,15).

  • red value is 6;
  • green value is 52;
  • blue value is 15.
RGB:
(6,52,15)
(2%,20%,6%)

RGB channels and saturation

R 6 of 255 = 2%
G 52 of 255 = 20%
B 15 of 255 = 6%

6
52
15

R + G + B ~ 9%. #06340F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 52 + 15 = 73 (100%)
R 6 of 73 ~ 8.22%
G 52 of 73 ~ 71.23%
B 15 of 73 ~ 20.55%

%71.23
%20.55

CMYK color model

#06340F color CMYK value is (88,0,71,80).

  • cyan value is 88.46%
  • magenta value is 0.00%
  • yellow value is 71.15%
  • key color value is 79.61%
CMYK:
(88,0,71,80)
C88M0Y71K80 
(88%,0%,71%,80%)
(0.88/0.00/0.71/0.80)	

CMYK percentages

%88.46
%0
%71.15
%79.61

Codes

Color #06340F in popluar color models

06340F
RGB65215
HSL132°79.31%11.37%
HSB/HSV132°88.46%20.39%
CMYK88.46%0.00%71.15%
79.61%

Color #06340F in popluar number systems.

HEX06340F
Decimal65215
Binary1101101001111
Octal66417

Shades and tints

Shades of #06340F

#06340F
(6,52,15)
#06300E
(6,48,14)
#062C0D
(6,44,13)
#06280C
(6,40,12)
#06240B
(6,36,11)
#06200A
(6,32,10)
#061C09
(6,28,9)
#061808
(6,24,8)
#061407
(6,20,7)
#061006
(6,16,6)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #06340F

#06340F
(6,52,15)
#1C4624
(28,70,36)
#325839
(50,88,57)
#486A4E
(72,106,78)
#5E7C63
(94,124,99)
#748E78
(116,142,120)
#8AA08D
(138,160,141)
#A0B2A2
(160,178,162)
#B6C4B7
(182,196,183)
#CCD6CC
(204,214,204)
#E2E8E1
(226,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06340F color. Also use rgb(6,52,15) instead hex code.

Text Font Color

.myTextColor { color: #06340F; }

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

This text font color is #06340F.


Background Color

.myBgColor { background-color: #06340F; }

<div style="background-color:#06340F">Inner text</div>

This div background color is #06340F.


Border color

.myBorderColor { border: 1px solid #06340F; }

<div style="border:3px solid #06340F">Div</div>

This div border color is #06340F.


Opacity

.myOpacity80 { color: #06340F; opacity: 0.8; }

<p style="color:#06340F;opacity:0.8;">80%</p>

Text with #06340F 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 #06340F;}

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

This text has shadow with #06340F color.

.textShadow {text-shadow: 3px 3px 1px #06340F, 3px 3px 1px red;}

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

This text has shadow with #06340F primary color and red secondary color.


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

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

This text has shadow with #06340F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06340F on black background.


Color preview on white background

This text has color #06340F on white background.



Black color preview on #06340F background

This text has black color on #06340F background.


White color preview on #06340F background

This text has white color on #06340F background.