COLOR #063224

HEX: #063224
RGB: (6,50,36)

Color info

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

RGB color model

#063224 color RGB value is (6,50,36).

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

RGB channels and saturation

R 6 of 255 = 2%
G 50 of 255 = 20%
B 36 of 255 = 14%

6
50
36

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

Portions of RGB colors in percentages

R + G + B =
6 + 50 + 36 = 92 (100%)
R 6 of 92 ~ 6.52%
G 50 of 92 ~ 54.35%
B 36 of 92 ~ 39.13%

%54.35
%39.13

CMYK color model

#063224 color CMYK value is (88,0,28,80).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 80.39%
CMYK:
(88,0,28,80)
C88M0Y28K80 
(88%,0%,28%,80%)
(0.88/0.00/0.28/0.80)	

CMYK percentages

%88
%0
%28
%80.39

Codes

Color #063224 in popluar color models

063224
RGB65036
HSL161°78.57%10.98%
HSB/HSV161°88.00%19.61%
CMYK88.00%0.00%28.00%
80.39%

Color #063224 in popluar number systems.

HEX063224
Decimal65036
Binary110110010100100
Octal66244

Shades and tints

Shades of #063224

#063224
(6,50,36)
#062E21
(6,46,33)
#062A1E
(6,42,30)
#06261B
(6,38,27)
#062218
(6,34,24)
#061E15
(6,30,21)
#061A12
(6,26,18)
#06160F
(6,22,15)
#06120C
(6,18,12)
#060E09
(6,14,9)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #063224

#063224
(6,50,36)
#1C4437
(28,68,55)
#32564A
(50,86,74)
#48685D
(72,104,93)
#5E7A70
(94,122,112)
#748C83
(116,140,131)
#8A9E96
(138,158,150)
#A0B0A9
(160,176,169)
#B6C2BC
(182,194,188)
#CCD4CF
(204,212,207)
#E2E6E2
(226,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063224; }

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

This text font color is #063224.


Background Color

.myBgColor { background-color: #063224; }

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

This div background color is #063224.


Border color

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

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

This div border color is #063224.


Opacity

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

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

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

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

This text has shadow with #063224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063224 on black background.


Color preview on white background

This text has color #063224 on white background.



Black color preview on #063224 background

This text has black color on #063224 background.


White color preview on #063224 background

This text has white color on #063224 background.