COLOR #063313

HEX: #063313
RGB: (6,51,19)

Color info

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

RGB color model

#063313 color RGB value is (6,51,19).

  • red value is 6;
  • green value is 51;
  • blue value is 19.
RGB:
(6,51,19)
(2%,20%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 51 of 255 = 20%
B 19 of 255 = 7%

6
51
19

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

Portions of RGB colors in percentages

R + G + B =
6 + 51 + 19 = 76 (100%)
R 6 of 76 ~ 7.89%
G 51 of 76 ~ 67.11%
B 19 of 76 ~ 25%

%67.11
%25

CMYK color model

#063313 color CMYK value is (88,0,63,80).

  • cyan value is 88.24%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(88,0,63,80)
C88M0Y63K80 
(88%,0%,63%,80%)
(0.88/0.00/0.63/0.80)	

CMYK percentages

%88.24
%0
%62.75
%80

Codes

Color #063313 in popluar color models

063313
RGB65119
HSL137°78.95%11.18%
HSB/HSV137°88.24%20.00%
CMYK88.24%0.00%62.75%
80.00%

Color #063313 in popluar number systems.

HEX063313
Decimal65119
Binary11011001110011
Octal66323

Shades and tints

Shades of #063313

#063313
(6,51,19)
#062F12
(6,47,18)
#062B11
(6,43,17)
#062710
(6,39,16)
#06230F
(6,35,15)
#061F0E
(6,31,14)
#061B0D
(6,27,13)
#06170C
(6,23,12)
#06130B
(6,19,11)
#060F0A
(6,15,10)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #063313

#063313
(6,51,19)
#1C4528
(28,69,40)
#32573D
(50,87,61)
#486952
(72,105,82)
#5E7B67
(94,123,103)
#748D7C
(116,141,124)
#8A9F91
(138,159,145)
#A0B1A6
(160,177,166)
#B6C3BB
(182,195,187)
#CCD5D0
(204,213,208)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063313 color. Also use rgb(6,51,19) instead hex code.

Text Font Color

.myTextColor { color: #063313; }

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

This text font color is #063313.


Background Color

.myBgColor { background-color: #063313; }

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

This div background color is #063313.


Border color

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

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

This div border color is #063313.


Opacity

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

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

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

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

This text has shadow with #063313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063313 on black background.


Color preview on white background

This text has color #063313 on white background.



Black color preview on #063313 background

This text has black color on #063313 background.


White color preview on #063313 background

This text has white color on #063313 background.