COLOR #063C28

HEX: #063C28
RGB: (6,60,40)

Color info

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

RGB color model

#063C28 color RGB value is (6,60,40).

  • red value is 6;
  • green value is 60;
  • blue value is 40.
RGB:
(6,60,40)
(2%,24%,16%)

RGB channels and saturation

R 6 of 255 = 2%
G 60 of 255 = 24%
B 40 of 255 = 16%

6
60
40

R + G + B ~ 14%. #063C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 60 + 40 = 106 (100%)
R 6 of 106 ~ 5.66%
G 60 of 106 ~ 56.6%
B 40 of 106 ~ 37.74%

%56.6
%37.74

CMYK color model

#063C28 color CMYK value is (90,0,33,76).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 76.47%
CMYK:
(90,0,33,76)
C90M0Y33K76 
(90%,0%,33%,76%)
(0.90/0.00/0.33/0.76)	

CMYK percentages

%90
%0
%33.33
%76.47

Codes

Color #063C28 in popluar color models

063C28
RGB66040
HSL158°81.82%12.94%
HSB/HSV158°90.00%23.53%
CMYK90.00%0.00%33.33%
76.47%

Color #063C28 in popluar number systems.

HEX063C28
Decimal66040
Binary110111100101000
Octal67450

Shades and tints

Shades of #063C28

#063C28
(6,60,40)
#063725
(6,55,37)
#063222
(6,50,34)
#062D1F
(6,45,31)
#06281C
(6,40,28)
#062319
(6,35,25)
#061E16
(6,30,22)
#061913
(6,25,19)
#061410
(6,20,16)
#060F0D
(6,15,13)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #063C28

#063C28
(6,60,40)
#1C4D3B
(28,77,59)
#325E4E
(50,94,78)
#486F61
(72,111,97)
#5E8074
(94,128,116)
#749187
(116,145,135)
#8AA29A
(138,162,154)
#A0B3AD
(160,179,173)
#B6C4C0
(182,196,192)
#CCD5D3
(204,213,211)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063C28 color. Also use rgb(6,60,40) instead hex code.

Text Font Color

.myTextColor { color: #063C28; }

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

This text font color is #063C28.


Background Color

.myBgColor { background-color: #063C28; }

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

This div background color is #063C28.


Border color

.myBorderColor { border: 1px solid #063C28; }

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

This div border color is #063C28.


Opacity

.myOpacity80 { color: #063C28; opacity: 0.8; }

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

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

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

This text has shadow with #063C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063C28 on black background.


Color preview on white background

This text has color #063C28 on white background.



Black color preview on #063C28 background

This text has black color on #063C28 background.


White color preview on #063C28 background

This text has white color on #063C28 background.