COLOR #063624

HEX: #063624
RGB: (6,54,36)

Color info

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

RGB color model

#063624 color RGB value is (6,54,36).

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

RGB channels and saturation

R 6 of 255 = 2%
G 54 of 255 = 21%
B 36 of 255 = 14%

6
54
36

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

Portions of RGB colors in percentages

R + G + B =
6 + 54 + 36 = 96 (100%)
R 6 of 96 ~ 6.25%
G 54 of 96 ~ 56.25%
B 36 of 96 ~ 37.5%

%56.25
%37.5

CMYK color model

#063624 color CMYK value is (89,0,33,79).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 78.82%
CMYK:
(89,0,33,79)
C89M0Y33K79 
(89%,0%,33%,79%)
(0.89/0.00/0.33/0.79)	

CMYK percentages

%88.89
%0
%33.33
%78.82

Codes

Color #063624 in popluar color models

063624
RGB65436
HSL158°80.00%11.76%
HSB/HSV158°88.89%21.18%
CMYK88.89%0.00%33.33%
78.82%

Color #063624 in popluar number systems.

HEX063624
Decimal65436
Binary110110110100100
Octal66644

Shades and tints

Shades of #063624

#063624
(6,54,36)
#063221
(6,50,33)
#062E1E
(6,46,30)
#062A1B
(6,42,27)
#062618
(6,38,24)
#062215
(6,34,21)
#061E12
(6,30,18)
#061A0F
(6,26,15)
#06160C
(6,22,12)
#061209
(6,18,9)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #063624

#063624
(6,54,36)
#1C4837
(28,72,55)
#325A4A
(50,90,74)
#486C5D
(72,108,93)
#5E7E70
(94,126,112)
#749083
(116,144,131)
#8AA296
(138,162,150)
#A0B4A9
(160,180,169)
#B6C6BC
(182,198,188)
#CCD8CF
(204,216,207)
#E2EAE2
(226,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063624; }

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

This text font color is #063624.


Background Color

.myBgColor { background-color: #063624; }

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

This div background color is #063624.


Border color

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

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

This div border color is #063624.


Opacity

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

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

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

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

This text has shadow with #063624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063624 on black background.


Color preview on white background

This text has color #063624 on white background.



Black color preview on #063624 background

This text has black color on #063624 background.


White color preview on #063624 background

This text has white color on #063624 background.