COLOR #063620

HEX: #063620
RGB: (6,54,32)

Color info

#063620 contains red, green and blue colors in about the same proportion. Web safe color of #063620 is #003333 (or #033).

RGB color model

#063620 color RGB value is (6,54,32).

  • red value is 6;
  • green value is 54;
  • blue value is 32.
RGB:
(6,54,32)
(2%,21%,13%)

RGB channels and saturation

R 6 of 255 = 2%
G 54 of 255 = 21%
B 32 of 255 = 13%

6
54
32

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

Portions of RGB colors in percentages

R + G + B =
6 + 54 + 32 = 92 (100%)
R 6 of 92 ~ 6.52%
G 54 of 92 ~ 58.7%
B 32 of 92 ~ 34.78%

%58.7
%34.78

CMYK color model

#063620 color CMYK value is (89,0,41,79).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 78.82%
CMYK:
(89,0,41,79)
C89M0Y41K79 
(89%,0%,41%,79%)
(0.89/0.00/0.41/0.79)	

CMYK percentages

%88.89
%0
%40.74
%78.82

Codes

Color #063620 in popluar color models

063620
RGB65432
HSL153°80.00%11.76%
HSB/HSV153°88.89%21.18%
CMYK88.89%0.00%40.74%
78.82%

Color #063620 in popluar number systems.

HEX063620
Decimal65432
Binary110110110100000
Octal66640

Shades and tints

Shades of #063620

#063620
(6,54,32)
#06321E
(6,50,30)
#062E1C
(6,46,28)
#062A1A
(6,42,26)
#062618
(6,38,24)
#062216
(6,34,22)
#061E14
(6,30,20)
#061A12
(6,26,18)
#061610
(6,22,16)
#06120E
(6,18,14)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #063620

#063620
(6,54,32)
#1C4834
(28,72,52)
#325A48
(50,90,72)
#486C5C
(72,108,92)
#5E7E70
(94,126,112)
#749084
(116,144,132)
#8AA298
(138,162,152)
#A0B4AC
(160,180,172)
#B6C6C0
(182,198,192)
#CCD8D4
(204,216,212)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063620 color. Also use rgb(6,54,32) instead hex code.

Text Font Color

.myTextColor { color: #063620; }

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

This text font color is #063620.


Background Color

.myBgColor { background-color: #063620; }

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

This div background color is #063620.


Border color

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

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

This div border color is #063620.


Opacity

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

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

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

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

This text has shadow with #063620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063620 on black background.


Color preview on white background

This text has color #063620 on white background.



Black color preview on #063620 background

This text has black color on #063620 background.


White color preview on #063620 background

This text has white color on #063620 background.