COLOR #063C2D

HEX: #063C2D
RGB: (6,60,45)

Color info

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

RGB color model

#063C2D color RGB value is (6,60,45).

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

RGB channels and saturation

R 6 of 255 = 2%
G 60 of 255 = 24%
B 45 of 255 = 18%

6
60
45

R + G + B ~ 15%. #063C2D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 60 + 45 = 111 (100%)
R 6 of 111 ~ 5.41%
G 60 of 111 ~ 54.05%
B 45 of 111 ~ 40.54%

%54.05
%40.54

CMYK color model

#063C2D color CMYK value is (90,0,25,76).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 76.47%
CMYK:
(90,0,25,76)
C90M0Y25K76 
(90%,0%,25%,76%)
(0.90/0.00/0.25/0.76)	

CMYK percentages

%90
%0
%25
%76.47

Codes

Color #063C2D in popluar color models

063C2D
RGB66045
HSL163°81.82%12.94%
HSB/HSV163°90.00%23.53%
CMYK90.00%0.00%25.00%
76.47%

Color #063C2D in popluar number systems.

HEX063C2D
Decimal66045
Binary110111100101101
Octal67455

Shades and tints

Shades of #063C2D

#063C2D
(6,60,45)
#063729
(6,55,41)
#063225
(6,50,37)
#062D21
(6,45,33)
#06281D
(6,40,29)
#062319
(6,35,25)
#061E15
(6,30,21)
#061911
(6,25,17)
#06140D
(6,20,13)
#060F09
(6,15,9)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #063C2D

#063C2D
(6,60,45)
#1C4D40
(28,77,64)
#325E53
(50,94,83)
#486F66
(72,111,102)
#5E8079
(94,128,121)
#74918C
(116,145,140)
#8AA29F
(138,162,159)
#A0B3B2
(160,179,178)
#B6C4C5
(182,196,197)
#CCD5D8
(204,213,216)
#E2E6EB
(226,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063C2D; }

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

This text font color is #063C2D.


Background Color

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

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

This div background color is #063C2D.


Border color

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

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

This div border color is #063C2D.


Opacity

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

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

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

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

This text has shadow with #063C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063C2D on black background.


Color preview on white background

This text has color #063C2D on white background.



Black color preview on #063C2D background

This text has black color on #063C2D background.


White color preview on #063C2D background

This text has white color on #063C2D background.