COLOR #063F28

HEX: #063F28
RGB: (6,63,40)

Color info

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

RGB color model

#063F28 color RGB value is (6,63,40).

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

RGB channels and saturation

R 6 of 255 = 2%
G 63 of 255 = 25%
B 40 of 255 = 16%

6
63
40

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

Portions of RGB colors in percentages

R + G + B =
6 + 63 + 40 = 109 (100%)
R 6 of 109 ~ 5.5%
G 63 of 109 ~ 57.8%
B 40 of 109 ~ 36.7%

%57.8
%36.7

CMYK color model

#063F28 color CMYK value is (90,0,37,75).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 75.29%
CMYK:
(90,0,37,75)
C90M0Y37K75 
(90%,0%,37%,75%)
(0.90/0.00/0.37/0.75)	

CMYK percentages

%90.48
%0
%36.51
%75.29

Codes

Color #063F28 in popluar color models

063F28
RGB66340
HSL156°82.61%13.53%
HSB/HSV156°90.48%24.71%
CMYK90.48%0.00%36.51%
75.29%

Color #063F28 in popluar number systems.

HEX063F28
Decimal66340
Binary110111111101000
Octal67750

Shades and tints

Shades of #063F28

#063F28
(6,63,40)
#063A25
(6,58,37)
#063522
(6,53,34)
#06301F
(6,48,31)
#062B1C
(6,43,28)
#062619
(6,38,25)
#062116
(6,33,22)
#061C13
(6,28,19)
#061710
(6,23,16)
#06120D
(6,18,13)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #063F28

#063F28
(6,63,40)
#1C503B
(28,80,59)
#32614E
(50,97,78)
#487261
(72,114,97)
#5E8374
(94,131,116)
#749487
(116,148,135)
#8AA59A
(138,165,154)
#A0B6AD
(160,182,173)
#B6C7C0
(182,199,192)
#CCD8D3
(204,216,211)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063F28; }

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

This text font color is #063F28.


Background Color

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

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

This div background color is #063F28.


Border color

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

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

This div border color is #063F28.


Opacity

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

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

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

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

This text has shadow with #063F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063F28 on black background.


Color preview on white background

This text has color #063F28 on white background.



Black color preview on #063F28 background

This text has black color on #063F28 background.


White color preview on #063F28 background

This text has white color on #063F28 background.