COLOR #062E02

HEX: #062E02
RGB: (6,46,2)

Color info

#062E02 contains red, green and blue colors in about the same proportion. Web safe color of #062E02 is #003300 (or #030).

RGB color model

#062E02 color RGB value is (6,46,2).

  • red value is 6;
  • green value is 46;
  • blue value is 2.
RGB:
(6,46,2)
(2%,18%,1%)

RGB channels and saturation

R 6 of 255 = 2%
G 46 of 255 = 18%
B 2 of 255 = 1%

6
46
2

R + G + B ~ 7%. #062E02 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 46 + 2 = 54 (100%)
R 6 of 54 ~ 11.11%
G 46 of 54 ~ 85.19%
B 2 of 54 ~ 3.7%

%11.11
%85.19

CMYK color model

#062E02 color CMYK value is (87,0,96,82).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 95.65%
  • key color value is 81.96%
CMYK:
(87,0,96,82)
C87M0Y96K82 
(87%,0%,96%,82%)
(0.87/0.00/0.96/0.82)	

CMYK percentages

%86.96
%0
%95.65
%81.96

Codes

Color #062E02 in popluar color models

062E02
RGB6462
HSL115°91.67%9.41%
HSB/HSV115°95.65%18.04%
CMYK86.96%0.00%95.65%
81.96%

Color #062E02 in popluar number systems.

HEX062E02
Decimal6462
Binary11010111010
Octal6562

Shades and tints

Shades of #062E02

#062E02
(6,46,2)
#062A02
(6,42,2)
#062602
(6,38,2)
#062202
(6,34,2)
#061E02
(6,30,2)
#061A02
(6,26,2)
#061602
(6,22,2)
#061202
(6,18,2)
#060E02
(6,14,2)
#060A02
(6,10,2)
#060602
(6,6,2)
#000000
(0,0,0)

Tints of #062E02

#062E02
(6,46,2)
#1C4119
(28,65,25)
#325430
(50,84,48)
#486747
(72,103,71)
#5E7A5E
(94,122,94)
#748D75
(116,141,117)
#8AA08C
(138,160,140)
#A0B3A3
(160,179,163)
#B6C6BA
(182,198,186)
#CCD9D1
(204,217,209)
#E2ECE8
(226,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062E02 color. Also use rgb(6,46,2) instead hex code.

Text Font Color

.myTextColor { color: #062E02; }

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

This text font color is #062E02.


Background Color

.myBgColor { background-color: #062E02; }

<div style="background-color:#062E02">Inner text</div>

This div background color is #062E02.


Border color

.myBorderColor { border: 1px solid #062E02; }

<div style="border:3px solid #062E02">Div</div>

This div border color is #062E02.


Opacity

.myOpacity80 { color: #062E02; opacity: 0.8; }

<p style="color:#062E02;opacity:0.8;">80%</p>

Text with #062E02 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 #062E02;}

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

This text has shadow with #062E02 color.

.textShadow {text-shadow: 3px 3px 1px #062E02, 3px 3px 1px red;}

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

This text has shadow with #062E02 primary color and red secondary color.


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

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

This text has shadow with #062E02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062E02 on black background.


Color preview on white background

This text has color #062E02 on white background.



Black color preview on #062E02 background

This text has black color on #062E02 background.


White color preview on #062E02 background

This text has white color on #062E02 background.