COLOR #063F3C

HEX: #063F3C RGB: (6,63,60)

Color info

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

RGB color model

#063F3C color RGB value is (6,63,60).

RGB: (6,63,60) (2%, 25%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 63 of 255 = 25%
B 60 of 255 = 24%

6
63
60

R + G + B ~ 17%. #063F3C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 63 + 60 = 129 (100%)
R 6 of 129 ~ 4.65%
G 63 of 129 ~ 48.84%
B 60 of 129 ~ 46.51'%

%48.84
%46.51

CMYK color model

#063F3C color CMYK value is (90,0,5,75).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 75.29%

CMYK: (90,0,5,75)
C90M0Y5K75 (90%, 0%, 5%, 75%)
(0.90 / 0.00 / 0.05 / 0.75)

CMYK percentages

%90.48
%0
%4.76
%75.29

Codes

Color #063F3C in popluar color models

06 3F 3C
RGB 6 63 60
HSL 177° 82.61% 13.53%
HSB/HSV 177° 90.48% 24.71%
CMYK 90.48% 0.00% 4.76%
75.29%

Color #063F3C in popluar number systems.

HEX 06 3F 3C
Decimal 6 63 60
Binary 110 111111 111100
Octal 6 77 74

Shades and tints

Shades of #063F3C

#063F3C
(6,63,60)
#063A37
(6,58,55)
#063532
(6,53,50)
#06302D
(6,48,45)
#062B28
(6,43,40)
#062623
(6,38,35)
#06211E
(6,33,30)
#061C19
(6,28,25)
#061714
(6,23,20)
#06120F
(6,18,15)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #063F3C

#063F3C
(6,63,60)
#1C504D
(28,80,77)
#32615E
(50,97,94)
#48726F
(72,114,111)
#5E8380
(94,131,128)
#749491
(116,148,145)
#8AA5A2
(138,165,162)
#A0B6B3
(160,182,179)
#B6C7C4
(182,199,196)
#CCD8D5
(204,216,213)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063F3C; }

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

This text font color is #063F3C.

Background Color

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

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

This div background color is #063F3C.

Border color

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

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

This div border color is #063F3C.

Opacity

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

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

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

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

This text has shadow with #063F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063F3C.

Preview

Color preview on black background

This text has color #063F3C on black background.


Color preview on white background

This text has color #063F3C on white background.


Black color preview on #063F3C background

This text has black color on #063F3C background.


White color preview on #063F3C background

This text has white color on #063F3C background.


Related colors

Complementary color

Complementary color for #hex is #F9C0C3.


I love getcolorcode.com

Triadic colors

1 #3C063F and #3F3C06 with #063F3C are triadic colors.

2 #3C3F06 and #3F063C with #063F3C are triadic colors.