COLOR #06621E

HEX: #06621E
RGB: (6,98,30)

Color info

#06621E contains mainly green color. Web safe color of #06621E is #006633 (or #063).

RGB color model

#06621E color RGB value is (6,98,30).

  • red value is 6;
  • green value is 98;
  • blue value is 30.
RGB:
(6,98,30)
(2%,38%,12%)

RGB channels and saturation

R 6 of 255 = 2%
G 98 of 255 = 38%
B 30 of 255 = 12%

6
98
30

R + G + B ~ 17%. #06621E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 98 + 30 = 134 (100%)
R 6 of 134 ~ 4.48%
G 98 of 134 ~ 73.13%
B 30 of 134 ~ 22.39%

%73.13
%22.39

CMYK color model

#06621E color CMYK value is (94,0,69,62).

  • cyan value is 93.88%
  • magenta value is 0.00%
  • yellow value is 69.39%
  • key color value is 61.57%
CMYK:
(94,0,69,62)
C94M0Y69K62 
(94%,0%,69%,62%)
(0.94/0.00/0.69/0.62)	

CMYK percentages

%93.88
%0
%69.39
%61.57

Codes

Color #06621E in popluar color models

06621E
RGB69830
HSL136°88.46%20.39%
HSB/HSV136°93.88%38.43%
CMYK93.88%0.00%69.39%
61.57%

Color #06621E in popluar number systems.

HEX06621E
Decimal69830
Binary110110001011110
Octal614236

Shades and tints

Shades of #06621E

#06621E
(6,98,30)
#065A1C
(6,90,28)
#06521A
(6,82,26)
#064A18
(6,74,24)
#064216
(6,66,22)
#063A14
(6,58,20)
#063212
(6,50,18)
#062A10
(6,42,16)
#06220E
(6,34,14)
#061A0C
(6,26,12)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #06621E

#06621E
(6,98,30)
#1C7032
(28,112,50)
#327E46
(50,126,70)
#488C5A
(72,140,90)
#5E9A6E
(94,154,110)
#74A882
(116,168,130)
#8AB696
(138,182,150)
#A0C4AA
(160,196,170)
#B6D2BE
(182,210,190)
#CCE0D2
(204,224,210)
#E2EEE6
(226,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06621E color. Also use rgb(6,98,30) instead hex code.

Text Font Color

.myTextColor { color: #06621E; }

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

This text font color is #06621E.


Background Color

.myBgColor { background-color: #06621E; }

<div style="background-color:#06621E">Inner text</div>

This div background color is #06621E.


Border color

.myBorderColor { border: 1px solid #06621E; }

<div style="border:3px solid #06621E">Div</div>

This div border color is #06621E.


Opacity

.myOpacity80 { color: #06621E; opacity: 0.8; }

<p style="color:#06621E;opacity:0.8;">80%</p>

Text with #06621E 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 #06621E;}

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

This text has shadow with #06621E color.

.textShadow {text-shadow: 3px 3px 1px #06621E, 3px 3px 1px red;}

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

This text has shadow with #06621E primary color and red secondary color.


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

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

This text has shadow with #06621E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06621E on black background.


Color preview on white background

This text has color #06621E on white background.



Black color preview on #06621E background

This text has black color on #06621E background.


White color preview on #06621E background

This text has white color on #06621E background.