COLOR #06461B

HEX: #06461B
RGB: (6,70,27)

Color info

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

RGB color model

#06461B color RGB value is (6,70,27).

  • red value is 6;
  • green value is 70;
  • blue value is 27.
RGB:
(6,70,27)
(2%,27%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 70 of 255 = 27%
B 27 of 255 = 11%

6
70
27

R + G + B ~ 13%. #06461B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 70 + 27 = 103 (100%)
R 6 of 103 ~ 5.83%
G 70 of 103 ~ 67.96%
B 27 of 103 ~ 26.21%

%67.96
%26.21

CMYK color model

#06461B color CMYK value is (91,0,61,73).

  • cyan value is 91.43%
  • magenta value is 0.00%
  • yellow value is 61.43%
  • key color value is 72.55%
CMYK:
(91,0,61,73)
C91M0Y61K73 
(91%,0%,61%,73%)
(0.91/0.00/0.61/0.73)	

CMYK percentages

%91.43
%0
%61.43
%72.55

Codes

Color #06461B in popluar color models

06461B
RGB67027
HSL140°84.21%14.90%
HSB/HSV140°91.43%27.45%
CMYK91.43%0.00%61.43%
72.55%

Color #06461B in popluar number systems.

HEX06461B
Decimal67027
Binary110100011011011
Octal610633

Shades and tints

Shades of #06461B

#06461B
(6,70,27)
#064019
(6,64,25)
#063A17
(6,58,23)
#063415
(6,52,21)
#062E13
(6,46,19)
#062811
(6,40,17)
#06220F
(6,34,15)
#061C0D
(6,28,13)
#06160B
(6,22,11)
#061009
(6,16,9)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #06461B

#06461B
(6,70,27)
#1C562F
(28,86,47)
#326643
(50,102,67)
#487657
(72,118,87)
#5E866B
(94,134,107)
#74967F
(116,150,127)
#8AA693
(138,166,147)
#A0B6A7
(160,182,167)
#B6C6BB
(182,198,187)
#CCD6CF
(204,214,207)
#E2E6E3
(226,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06461B; }

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

This text font color is #06461B.


Background Color

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

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

This div background color is #06461B.


Border color

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

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

This div border color is #06461B.


Opacity

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

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

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

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

This text has shadow with #06461B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06461B on black background.


Color preview on white background

This text has color #06461B on white background.



Black color preview on #06461B background

This text has black color on #06461B background.


White color preview on #06461B background

This text has white color on #06461B background.