COLOR #063240

HEX: #063240
RGB: (6,50,64)

Color info

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

RGB color model

#063240 color RGB value is (6,50,64).

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

RGB channels and saturation

R 6 of 255 = 2%
G 50 of 255 = 20%
B 64 of 255 = 25%

6
50
64

R + G + B ~ 16%. #063240 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 50 + 64 = 120 (100%)
R 6 of 120 ~ 5%
G 50 of 120 ~ 41.67%
B 64 of 120 ~ 53.33%

%41.67
%53.33

CMYK color model

#063240 color CMYK value is (91,22,0,75).

  • cyan value is 90.63%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(91,22,0,75)
C91M22Y0K75 
(91%,22%,0%,75%)
(0.91/0.22/0.00/0.75)	

CMYK percentages

%90.63
%21.88
%0
%74.9

Codes

Color #063240 in popluar color models

063240
RGB65064
HSL194°82.86%13.73%
HSB/HSV194°90.63%25.10%
CMYK90.63%21.88%0.00%
74.90%

Color #063240 in popluar number systems.

HEX063240
Decimal65064
Binary1101100101000000
Octal662100

Shades and tints

Shades of #063240

#063240
(6,50,64)
#062E3B
(6,46,59)
#062A36
(6,42,54)
#062631
(6,38,49)
#06222C
(6,34,44)
#061E27
(6,30,39)
#061A22
(6,26,34)
#06161D
(6,22,29)
#061218
(6,18,24)
#060E13
(6,14,19)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #063240

#063240
(6,50,64)
#1C4451
(28,68,81)
#325662
(50,86,98)
#486873
(72,104,115)
#5E7A84
(94,122,132)
#748C95
(116,140,149)
#8A9EA6
(138,158,166)
#A0B0B7
(160,176,183)
#B6C2C8
(182,194,200)
#CCD4D9
(204,212,217)
#E2E6EA
(226,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063240; }

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

This text font color is #063240.


Background Color

.myBgColor { background-color: #063240; }

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

This div background color is #063240.


Border color

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

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

This div border color is #063240.


Opacity

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

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

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

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

This text has shadow with #063240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063240 on black background.


Color preview on white background

This text has color #063240 on white background.



Black color preview on #063240 background

This text has black color on #063240 background.


White color preview on #063240 background

This text has white color on #063240 background.