COLOR #063251

HEX: #063251
RGB: (6,50,81)

Color info

#063251 contains mainly green and blue colors. Web safe color of #063251 is #003366 (or #036).

RGB color model

#063251 color RGB value is (6,50,81).

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

RGB channels and saturation

R 6 of 255 = 2%
G 50 of 255 = 20%
B 81 of 255 = 32%

6
50
81

R + G + B ~ 18%. #063251 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 50 + 81 = 137 (100%)
R 6 of 137 ~ 4.38%
G 50 of 137 ~ 36.5%
B 81 of 137 ~ 59.12%

%36.5
%59.12

CMYK color model

#063251 color CMYK value is (93,38,0,68).

  • cyan value is 92.59%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(93,38,0,68)
C93M38Y0K68 
(93%,38%,0%,68%)
(0.93/0.38/0.00/0.68)	

CMYK percentages

%92.59
%38.27
%0
%68.24

Codes

Color #063251 in popluar color models

063251
RGB65081
HSL205°86.21%17.06%
HSB/HSV205°92.59%31.76%
CMYK92.59%38.27%0.00%
68.24%

Color #063251 in popluar number systems.

HEX063251
Decimal65081
Binary1101100101010001
Octal662121

Shades and tints

Shades of #063251

#063251
(6,50,81)
#062E4A
(6,46,74)
#062A43
(6,42,67)
#06263C
(6,38,60)
#062235
(6,34,53)
#061E2E
(6,30,46)
#061A27
(6,26,39)
#061620
(6,22,32)
#061219
(6,18,25)
#060E12
(6,14,18)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #063251

#063251
(6,50,81)
#1C4460
(28,68,96)
#32566F
(50,86,111)
#48687E
(72,104,126)
#5E7A8D
(94,122,141)
#748C9C
(116,140,156)
#8A9EAB
(138,158,171)
#A0B0BA
(160,176,186)
#B6C2C9
(182,194,201)
#CCD4D8
(204,212,216)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063251; }

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

This text font color is #063251.


Background Color

.myBgColor { background-color: #063251; }

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

This div background color is #063251.


Border color

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

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

This div border color is #063251.


Opacity

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

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

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

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

This text has shadow with #063251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063251 on black background.


Color preview on white background

This text has color #063251 on white background.



Black color preview on #063251 background

This text has black color on #063251 background.


White color preview on #063251 background

This text has white color on #063251 background.