COLOR #063140

HEX: #063140
RGB: (6,49,64)

Color info

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

RGB color model

#063140 color RGB value is (6,49,64).

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

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 64 of 255 = 25%

6
49
64

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

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 64 = 119 (100%)
R 6 of 119 ~ 5.04%
G 49 of 119 ~ 41.18%
B 64 of 119 ~ 53.78%

%41.18
%53.78

CMYK color model

#063140 color CMYK value is (91,23,0,75).

  • cyan value is 90.63%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(91,23,0,75)
C91M23Y0K75 
(91%,23%,0%,75%)
(0.91/0.23/0.00/0.75)	

CMYK percentages

%90.63
%23.44
%0
%74.9

Codes

Color #063140 in popluar color models

063140
RGB64964
HSL196°82.86%13.73%
HSB/HSV196°90.63%25.10%
CMYK90.63%23.44%0.00%
74.90%

Color #063140 in popluar number systems.

HEX063140
Decimal64964
Binary1101100011000000
Octal661100

Shades and tints

Shades of #063140

#063140
(6,49,64)
#062D3B
(6,45,59)
#062936
(6,41,54)
#062531
(6,37,49)
#06212C
(6,33,44)
#061D27
(6,29,39)
#061922
(6,25,34)
#06151D
(6,21,29)
#061118
(6,17,24)
#060D13
(6,13,19)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #063140

#063140
(6,49,64)
#1C4351
(28,67,81)
#325562
(50,85,98)
#486773
(72,103,115)
#5E7984
(94,121,132)
#748B95
(116,139,149)
#8A9DA6
(138,157,166)
#A0AFB7
(160,175,183)
#B6C1C8
(182,193,200)
#CCD3D9
(204,211,217)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063140; }

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

This text font color is #063140.


Background Color

.myBgColor { background-color: #063140; }

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

This div background color is #063140.


Border color

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

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

This div border color is #063140.


Opacity

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

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

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

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

This text has shadow with #063140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063140 on black background.


Color preview on white background

This text has color #063140 on white background.



Black color preview on #063140 background

This text has black color on #063140 background.


White color preview on #063140 background

This text has white color on #063140 background.