COLOR #063719

HEX: #063719
RGB: (6,55,25)

Color info

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

RGB color model

#063719 color RGB value is (6,55,25).

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

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 25 of 255 = 10%

6
55
25

R + G + B ~ 11%. #063719 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 55 + 25 = 86 (100%)
R 6 of 86 ~ 6.98%
G 55 of 86 ~ 63.95%
B 25 of 86 ~ 29.07%

%63.95
%29.07

CMYK color model

#063719 color CMYK value is (89,0,55,78).

  • cyan value is 89.09%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(89,0,55,78)
C89M0Y55K78 
(89%,0%,55%,78%)
(0.89/0.00/0.55/0.78)	

CMYK percentages

%89.09
%0
%54.55
%78.43

Codes

Color #063719 in popluar color models

063719
RGB65525
HSL143°80.33%11.96%
HSB/HSV143°89.09%21.57%
CMYK89.09%0.00%54.55%
78.43%

Color #063719 in popluar number systems.

HEX063719
Decimal65525
Binary11011011111001
Octal66731

Shades and tints

Shades of #063719

#063719
(6,55,25)
#063217
(6,50,23)
#062D15
(6,45,21)
#062813
(6,40,19)
#062311
(6,35,17)
#061E0F
(6,30,15)
#06190D
(6,25,13)
#06140B
(6,20,11)
#060F09
(6,15,9)
#060A07
(6,10,7)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #063719

#063719
(6,55,25)
#1C492D
(28,73,45)
#325B41
(50,91,65)
#486D55
(72,109,85)
#5E7F69
(94,127,105)
#74917D
(116,145,125)
#8AA391
(138,163,145)
#A0B5A5
(160,181,165)
#B6C7B9
(182,199,185)
#CCD9CD
(204,217,205)
#E2EBE1
(226,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063719; }

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

This text font color is #063719.


Background Color

.myBgColor { background-color: #063719; }

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

This div background color is #063719.


Border color

.myBorderColor { border: 1px solid #063719; }

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

This div border color is #063719.


Opacity

.myOpacity80 { color: #063719; opacity: 0.8; }

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

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

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

This text has shadow with #063719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063719 on black background.


Color preview on white background

This text has color #063719 on white background.



Black color preview on #063719 background

This text has black color on #063719 background.


White color preview on #063719 background

This text has white color on #063719 background.