COLOR #06491F

HEX: #06491F
RGB: (6,73,31)

Color info

#06491F contains mainly green and blue colors. Web safe color of #06491F is #003333 (or #033).

RGB color model

#06491F color RGB value is (6,73,31).

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

RGB channels and saturation

R 6 of 255 = 2%
G 73 of 255 = 29%
B 31 of 255 = 12%

6
73
31

R + G + B ~ 14%. #06491F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 73 + 31 = 110 (100%)
R 6 of 110 ~ 5.45%
G 73 of 110 ~ 66.36%
B 31 of 110 ~ 28.18%

%66.36
%28.18

CMYK color model

#06491F color CMYK value is (92,0,58,71).

  • cyan value is 91.78%
  • magenta value is 0.00%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(92,0,58,71)
C92M0Y58K71 
(92%,0%,58%,71%)
(0.92/0.00/0.58/0.71)	

CMYK percentages

%91.78
%0
%57.53
%71.37

Codes

Color #06491F in popluar color models

06491F
RGB67331
HSL142°84.81%15.49%
HSB/HSV142°91.78%28.63%
CMYK91.78%0.00%57.53%
71.37%

Color #06491F in popluar number systems.

HEX06491F
Decimal67331
Binary110100100111111
Octal611137

Shades and tints

Shades of #06491F

#06491F
(6,73,31)
#06431D
(6,67,29)
#063D1B
(6,61,27)
#063719
(6,55,25)
#063117
(6,49,23)
#062B15
(6,43,21)
#062513
(6,37,19)
#061F11
(6,31,17)
#06190F
(6,25,15)
#06130D
(6,19,13)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #06491F

#06491F
(6,73,31)
#1C5933
(28,89,51)
#326947
(50,105,71)
#48795B
(72,121,91)
#5E896F
(94,137,111)
#749983
(116,153,131)
#8AA997
(138,169,151)
#A0B9AB
(160,185,171)
#B6C9BF
(182,201,191)
#CCD9D3
(204,217,211)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06491F color. Also use rgb(6,73,31) instead hex code.

Text Font Color

.myTextColor { color: #06491F; }

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

This text font color is #06491F.


Background Color

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

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

This div background color is #06491F.


Border color

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

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

This div border color is #06491F.


Opacity

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

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

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

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

This text has shadow with #06491F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06491F on black background.


Color preview on white background

This text has color #06491F on white background.



Black color preview on #06491F background

This text has black color on #06491F background.


White color preview on #06491F background

This text has white color on #06491F background.