COLOR #063A10

HEX: #063A10
RGB: (6,58,16)

Color info

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

RGB color model

#063A10 color RGB value is (6,58,16).

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

RGB channels and saturation

R 6 of 255 = 2%
G 58 of 255 = 23%
B 16 of 255 = 6%

6
58
16

R + G + B ~ 10%. #063A10 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 58 + 16 = 80 (100%)
R 6 of 80 ~ 7.5%
G 58 of 80 ~ 72.5%
B 16 of 80 ~ 20%

%72.5
%20

CMYK color model

#063A10 color CMYK value is (90,0,72,77).

  • cyan value is 89.66%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 77.25%
CMYK:
(90,0,72,77)
C90M0Y72K77 
(90%,0%,72%,77%)
(0.90/0.00/0.72/0.77)	

CMYK percentages

%89.66
%0
%72.41
%77.25

Codes

Color #063A10 in popluar color models

063A10
RGB65816
HSL132°81.25%12.55%
HSB/HSV132°89.66%22.75%
CMYK89.66%0.00%72.41%
77.25%

Color #063A10 in popluar number systems.

HEX063A10
Decimal65816
Binary11011101010000
Octal67220

Shades and tints

Shades of #063A10

#063A10
(6,58,16)
#06350F
(6,53,15)
#06300E
(6,48,14)
#062B0D
(6,43,13)
#06260C
(6,38,12)
#06210B
(6,33,11)
#061C0A
(6,28,10)
#061709
(6,23,9)
#061208
(6,18,8)
#060D07
(6,13,7)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #063A10

#063A10
(6,58,16)
#1C4B25
(28,75,37)
#325C3A
(50,92,58)
#486D4F
(72,109,79)
#5E7E64
(94,126,100)
#748F79
(116,143,121)
#8AA08E
(138,160,142)
#A0B1A3
(160,177,163)
#B6C2B8
(182,194,184)
#CCD3CD
(204,211,205)
#E2E4E2
(226,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063A10 color. Also use rgb(6,58,16) instead hex code.

Text Font Color

.myTextColor { color: #063A10; }

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

This text font color is #063A10.


Background Color

.myBgColor { background-color: #063A10; }

<div style="background-color:#063A10">Inner text</div>

This div background color is #063A10.


Border color

.myBorderColor { border: 1px solid #063A10; }

<div style="border:3px solid #063A10">Div</div>

This div border color is #063A10.


Opacity

.myOpacity80 { color: #063A10; opacity: 0.8; }

<p style="color:#063A10;opacity:0.8;">80%</p>

Text with #063A10 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 #063A10;}

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

This text has shadow with #063A10 color.

.textShadow {text-shadow: 3px 3px 1px #063A10, 3px 3px 1px red;}

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

This text has shadow with #063A10 primary color and red secondary color.


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

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

This text has shadow with #063A10 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063A10 on black background.


Color preview on white background

This text has color #063A10 on white background.



Black color preview on #063A10 background

This text has black color on #063A10 background.


White color preview on #063A10 background

This text has white color on #063A10 background.