COLOR #062E10

HEX: #062E10
RGB: (6,46,16)

Color info

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

RGB color model

#062E10 color RGB value is (6,46,16).

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

RGB channels and saturation

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

6
46
16

R + G + B ~ 9%. #062E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 46 + 16 = 68 (100%)
R 6 of 68 ~ 8.82%
G 46 of 68 ~ 67.65%
B 16 of 68 ~ 23.53%

%67.65
%23.53

CMYK color model

#062E10 color CMYK value is (87,0,65,82).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 81.96%
CMYK:
(87,0,65,82)
C87M0Y65K82 
(87%,0%,65%,82%)
(0.87/0.00/0.65/0.82)	

CMYK percentages

%86.96
%0
%65.22
%81.96

Codes

Color #062E10 in popluar color models

062E10
RGB64616
HSL135°76.92%10.20%
HSB/HSV135°86.96%18.04%
CMYK86.96%0.00%65.22%
81.96%

Color #062E10 in popluar number systems.

HEX062E10
Decimal64616
Binary11010111010000
Octal65620

Shades and tints

Shades of #062E10

#062E10
(6,46,16)
#062A0F
(6,42,15)
#06260E
(6,38,14)
#06220D
(6,34,13)
#061E0C
(6,30,12)
#061A0B
(6,26,11)
#06160A
(6,22,10)
#061209
(6,18,9)
#060E08
(6,14,8)
#060A07
(6,10,7)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #062E10

#062E10
(6,46,16)
#1C4125
(28,65,37)
#32543A
(50,84,58)
#48674F
(72,103,79)
#5E7A64
(94,122,100)
#748D79
(116,141,121)
#8AA08E
(138,160,142)
#A0B3A3
(160,179,163)
#B6C6B8
(182,198,184)
#CCD9CD
(204,217,205)
#E2ECE2
(226,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062E10; }

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

This text font color is #062E10.


Background Color

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

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

This div background color is #062E10.


Border color

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

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

This div border color is #062E10.


Opacity

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

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

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

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

This text has shadow with #062E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062E10 on black background.


Color preview on white background

This text has color #062E10 on white background.



Black color preview on #062E10 background

This text has black color on #062E10 background.


White color preview on #062E10 background

This text has white color on #062E10 background.