COLOR #063815

HEX: #063815
RGB: (6,56,21)

Color info

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

RGB color model

#063815 color RGB value is (6,56,21).

  • red value is 6;
  • green value is 56;
  • blue value is 21.
RGB:
(6,56,21)
(2%,22%,8%)

RGB channels and saturation

R 6 of 255 = 2%
G 56 of 255 = 22%
B 21 of 255 = 8%

6
56
21

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

Portions of RGB colors in percentages

R + G + B =
6 + 56 + 21 = 83 (100%)
R 6 of 83 ~ 7.23%
G 56 of 83 ~ 67.47%
B 21 of 83 ~ 25.3%

%67.47
%25.3

CMYK color model

#063815 color CMYK value is (89,0,63,78).

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 78.04%
CMYK:
(89,0,63,78)
C89M0Y63K78 
(89%,0%,63%,78%)
(0.89/0.00/0.63/0.78)	

CMYK percentages

%89.29
%0
%62.5
%78.04

Codes

Color #063815 in popluar color models

063815
RGB65621
HSL138°80.65%12.16%
HSB/HSV138°89.29%21.96%
CMYK89.29%0.00%62.50%
78.04%

Color #063815 in popluar number systems.

HEX063815
Decimal65621
Binary11011100010101
Octal67025

Shades and tints

Shades of #063815

#063815
(6,56,21)
#063314
(6,51,20)
#062E13
(6,46,19)
#062912
(6,41,18)
#062411
(6,36,17)
#061F10
(6,31,16)
#061A0F
(6,26,15)
#06150E
(6,21,14)
#06100D
(6,16,13)
#060B0C
(6,11,12)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #063815

#063815
(6,56,21)
#1C4A2A
(28,74,42)
#325C3F
(50,92,63)
#486E54
(72,110,84)
#5E8069
(94,128,105)
#74927E
(116,146,126)
#8AA493
(138,164,147)
#A0B6A8
(160,182,168)
#B6C8BD
(182,200,189)
#CCDAD2
(204,218,210)
#E2ECE7
(226,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063815 color. Also use rgb(6,56,21) instead hex code.

Text Font Color

.myTextColor { color: #063815; }

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

This text font color is #063815.


Background Color

.myBgColor { background-color: #063815; }

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

This div background color is #063815.


Border color

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

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

This div border color is #063815.


Opacity

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

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

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

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

This text has shadow with #063815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063815 on black background.


Color preview on white background

This text has color #063815 on white background.



Black color preview on #063815 background

This text has black color on #063815 background.


White color preview on #063815 background

This text has white color on #063815 background.