COLOR #06471B

HEX: #06471B
RGB: (6,71,27)

Renk bilgisi

#06471B contains mainly green and blue colors. #06471B ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#06471B color RGB value is (6,71,27).

  • kırmız ton 6;
  • yeşil ton 71;
  • mavi ton 27.
RGB:
(6,71,27)
(2%,28%,11%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 71 of 255 = 28%
B 27 of 255 = 11%

6
71
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 71 + 27 = 104 (100%)
R 6 of 104 ~ 5.77%
G 71 of 104 ~ 68.27%
B 27 of 104 ~ 25.96%

%68.27
%25.96

CMYK RENK MODELİ

#06471B rengi CMYK tonu (92,0,62,72).

  • camgöbeği tonu 91.55%
  • eflatun tonu 0.00%
  • sarı tonu 61.97%
  • ana renk tonu 72.16%
CMYK:
(92,0,62,72)
C92M0Y62K72 
(92%,0%,62%,72%)
(0.92/0.00/0.62/0.72)	

CMYK yüzdeleri

%91.55
%0
%61.97
%72.16

Codes

Color #06471B in popluar color models

06471B
RGB67127
HSL139°84.42%15.10%
HSB/HSV139°91.55%27.84%
CMYK91.55%0.00%61.97%
72.16%

Color #06471B in popluar number systems.

HEX06471B
Decimal67127
Binary110100011111011
Octal610733

Shades and tints

Shades of #06471B

#06471B
(6,71,27)
#064119
(6,65,25)
#063B17
(6,59,23)
#063515
(6,53,21)
#062F13
(6,47,19)
#062911
(6,41,17)
#06230F
(6,35,15)
#061D0D
(6,29,13)
#06170B
(6,23,11)
#061109
(6,17,9)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #06471B

#06471B
(6,71,27)
#1C572F
(28,87,47)
#326743
(50,103,67)
#487757
(72,119,87)
#5E876B
(94,135,107)
#74977F
(116,151,127)
#8AA793
(138,167,147)
#A0B7A7
(160,183,167)
#B6C7BB
(182,199,187)
#CCD7CF
(204,215,207)
#E2E7E3
(226,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06471B color. Also use rgb(6,71,27) instead hex code.

Text Font Color

.myTextColor { color: #06471B; }

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

This text font color is #06471B.


Background Color

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

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

This div background color is #06471B.


Border color

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

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

This div border color is #06471B.


Opacity

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

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

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

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

This text has shadow with #06471B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06471B on black background.


Color preview on white background

This text has color #06471B on white background.



Black color preview on #06471B background

This text has black color on #06471B background.


White color preview on #06471B background

This text has white color on #06471B background.