COLOR #06473F

HEX: #06473F
RGB: (6,71,63)

Color info

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

RGB color model

#06473F color RGB value is (6,71,63).

  • red value is 6;
  • green value is 71;
  • blue value is 63.
RGB:
(6,71,63)
(2%,28%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 71 of 255 = 28%
B 63 of 255 = 25%

6
71
63

R + G + B ~ 18%. #06473F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 71 + 63 = 140 (100%)
R 6 of 140 ~ 4.29%
G 71 of 140 ~ 50.71%
B 63 of 140 ~ 45%

%50.71
%45

CMYK color model

#06473F color CMYK value is (92,0,11,72).

  • cyan value is 91.55%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(92,0,11,72)
C92M0Y11K72 
(92%,0%,11%,72%)
(0.92/0.00/0.11/0.72)	

CMYK percentages

%91.55
%0
%11.27
%72.16

Codes

Color #06473F in popluar color models

06473F
RGB67163
HSL173°84.42%15.10%
HSB/HSV173°91.55%27.84%
CMYK91.55%0.00%11.27%
72.16%

Color #06473F in popluar number systems.

HEX06473F
Decimal67163
Binary1101000111111111
Octal610777

Shades and tints

Shades of #06473F

#06473F
(6,71,63)
#06413A
(6,65,58)
#063B35
(6,59,53)
#063530
(6,53,48)
#062F2B
(6,47,43)
#062926
(6,41,38)
#062321
(6,35,33)
#061D1C
(6,29,28)
#061717
(6,23,23)
#061112
(6,17,18)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #06473F

#06473F
(6,71,63)
#1C5750
(28,87,80)
#326761
(50,103,97)
#487772
(72,119,114)
#5E8783
(94,135,131)
#749794
(116,151,148)
#8AA7A5
(138,167,165)
#A0B7B6
(160,183,182)
#B6C7C7
(182,199,199)
#CCD7D8
(204,215,216)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06473F color. Also use rgb(6,71,63) instead hex code.

Text Font Color

.myTextColor { color: #06473F; }

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

This text font color is #06473F.


Background Color

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

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

This div background color is #06473F.


Border color

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

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

This div border color is #06473F.


Opacity

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

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

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

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

This text has shadow with #06473F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06473F on black background.


Color preview on white background

This text has color #06473F on white background.



Black color preview on #06473F background

This text has black color on #06473F background.


White color preview on #06473F background

This text has white color on #06473F background.