COLOR #063B10

HEX: #063B10
RGB: (6,59,16)

Color info

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

RGB color model

#063B10 color RGB value is (6,59,16).

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

RGB channels and saturation

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

6
59
16

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

Portions of RGB colors in percentages

R + G + B =
6 + 59 + 16 = 81 (100%)
R 6 of 81 ~ 7.41%
G 59 of 81 ~ 72.84%
B 16 of 81 ~ 19.75%

%72.84
%19.75

CMYK color model

#063B10 color CMYK value is (90,0,73,77).

  • cyan value is 89.83%
  • magenta value is 0.00%
  • yellow value is 72.88%
  • key color value is 76.86%
CMYK:
(90,0,73,77)
C90M0Y73K77 
(90%,0%,73%,77%)
(0.90/0.00/0.73/0.77)	

CMYK percentages

%89.83
%0
%72.88
%76.86

Codes

Color #063B10 in popluar color models

063B10
RGB65916
HSL131°81.54%12.75%
HSB/HSV131°89.83%23.14%
CMYK89.83%0.00%72.88%
76.86%

Color #063B10 in popluar number systems.

HEX063B10
Decimal65916
Binary11011101110000
Octal67320

Shades and tints

Shades of #063B10

#063B10
(6,59,16)
#06360F
(6,54,15)
#06310E
(6,49,14)
#062C0D
(6,44,13)
#06270C
(6,39,12)
#06220B
(6,34,11)
#061D0A
(6,29,10)
#061809
(6,24,9)
#061308
(6,19,8)
#060E07
(6,14,7)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #063B10

#063B10
(6,59,16)
#1C4C25
(28,76,37)
#325D3A
(50,93,58)
#486E4F
(72,110,79)
#5E7F64
(94,127,100)
#749079
(116,144,121)
#8AA18E
(138,161,142)
#A0B2A3
(160,178,163)
#B6C3B8
(182,195,184)
#CCD4CD
(204,212,205)
#E2E5E2
(226,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063B10; }

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

This text font color is #063B10.


Background Color

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

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

This div background color is #063B10.


Border color

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

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

This div border color is #063B10.


Opacity

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

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

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

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

This text has shadow with #063B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063B10 on black background.


Color preview on white background

This text has color #063B10 on white background.



Black color preview on #063B10 background

This text has black color on #063B10 background.


White color preview on #063B10 background

This text has white color on #063B10 background.