COLOR #063E19

HEX: #063E19
RGB: (6,62,25)

Color info

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

RGB color model

#063E19 color RGB value is (6,62,25).

  • red value is 6;
  • green value is 62;
  • blue value is 25.
RGB:
(6,62,25)
(2%,24%,10%)

RGB channels and saturation

R 6 of 255 = 2%
G 62 of 255 = 24%
B 25 of 255 = 10%

6
62
25

R + G + B ~ 12%. #063E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 62 + 25 = 93 (100%)
R 6 of 93 ~ 6.45%
G 62 of 93 ~ 66.67%
B 25 of 93 ~ 26.88%

%66.67
%26.88

CMYK color model

#063E19 color CMYK value is (90,0,60,76).

  • cyan value is 90.32%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 75.69%
CMYK:
(90,0,60,76)
C90M0Y60K76 
(90%,0%,60%,76%)
(0.90/0.00/0.60/0.76)	

CMYK percentages

%90.32
%0
%59.68
%75.69

Codes

Color #063E19 in popluar color models

063E19
RGB66225
HSL140°82.35%13.33%
HSB/HSV140°90.32%24.31%
CMYK90.32%0.00%59.68%
75.69%

Color #063E19 in popluar number systems.

HEX063E19
Decimal66225
Binary11011111011001
Octal67631

Shades and tints

Shades of #063E19

#063E19
(6,62,25)
#063917
(6,57,23)
#063415
(6,52,21)
#062F13
(6,47,19)
#062A11
(6,42,17)
#06250F
(6,37,15)
#06200D
(6,32,13)
#061B0B
(6,27,11)
#061609
(6,22,9)
#061107
(6,17,7)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #063E19

#063E19
(6,62,25)
#1C4F2D
(28,79,45)
#326041
(50,96,65)
#487155
(72,113,85)
#5E8269
(94,130,105)
#74937D
(116,147,125)
#8AA491
(138,164,145)
#A0B5A5
(160,181,165)
#B6C6B9
(182,198,185)
#CCD7CD
(204,215,205)
#E2E8E1
(226,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063E19 color. Also use rgb(6,62,25) instead hex code.

Text Font Color

.myTextColor { color: #063E19; }

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

This text font color is #063E19.


Background Color

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

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

This div background color is #063E19.


Border color

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

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

This div border color is #063E19.


Opacity

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

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

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

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

This text has shadow with #063E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063E19 on black background.


Color preview on white background

This text has color #063E19 on white background.



Black color preview on #063E19 background

This text has black color on #063E19 background.


White color preview on #063E19 background

This text has white color on #063E19 background.