COLOR #063200

HEX: #063200
RGB: (6,50,0)

Color info

#063200 contains only red and green colors. Web safe color of #063200 is #003300 (or #030).

RGB color model

#063200 color RGB value is (6,50,0).

  • red value is 6;
  • green value is 50;
  • blue value is 0.
RGB:
(6,50,0)
(2%,20%,0%)

RGB channels and saturation

R 6 of 255 = 2%
G 50 of 255 = 20%
B 0 of 255 = 0%

6
50
0

R + G + B ~ 7%. #063200 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 50 + 0 = 56 (100%)
R 6 of 56 ~ 10.71%
G 50 of 56 ~ 89.29%
B 0 of 56 ~ 0%

%10.71
%89.29

CMYK color model

#063200 color CMYK value is (88,0,100,80).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 80.39%
CMYK:
(88,0,100,80)
C88M0Y100K80 
(88%,0%,100%,80%)
(0.88/0.00/1.00/0.80)	

CMYK percentages

%88
%0
%100
%80.39

Codes

Color #063200 in popluar color models

063200
RGB6500
HSL113°100.00%9.80%
HSB/HSV113°100.00%19.61%
CMYK88.00%0.00%100.00%
80.39%

Color #063200 in popluar number systems.

HEX063200
Decimal6500
Binary1101100100
Octal6620

Shades and tints

Shades of #063200

#063200
(6,50,0)
#062E00
(6,46,0)
#062A00
(6,42,0)
#062600
(6,38,0)
#062200
(6,34,0)
#061E00
(6,30,0)
#061A00
(6,26,0)
#061600
(6,22,0)
#061200
(6,18,0)
#060E00
(6,14,0)
#060A00
(6,10,0)
#000000
(0,0,0)

Tints of #063200

#063200
(6,50,0)
#1C4417
(28,68,23)
#32562E
(50,86,46)
#486845
(72,104,69)
#5E7A5C
(94,122,92)
#748C73
(116,140,115)
#8A9E8A
(138,158,138)
#A0B0A1
(160,176,161)
#B6C2B8
(182,194,184)
#CCD4CF
(204,212,207)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063200 color. Also use rgb(6,50,0) instead hex code.

Text Font Color

.myTextColor { color: #063200; }

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

This text font color is #063200.


Background Color

.myBgColor { background-color: #063200; }

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

This div background color is #063200.


Border color

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

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

This div border color is #063200.


Opacity

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

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

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

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

This text has shadow with #063200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063200 on black background.


Color preview on white background

This text has color #063200 on white background.



Black color preview on #063200 background

This text has black color on #063200 background.


White color preview on #063200 background

This text has white color on #063200 background.