COLOR #063A45

HEX: #063A45 RGB: (6,58,69)

Color info

#063A45 contains mainly green and blue colors. Web safe color of #063A45 is #003333 (or #033).

RGB color model

#063A45 color RGB value is (6,58,69).

RGB: (6,58,69) (2%, 23%, 27%)

RGB channels and saturation

R 6 of 255 = 2%
G 58 of 255 = 23%
B 69 of 255 = 27%

6
58
69

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

Portions of RGB colors in percentages

R + G + B = 6 + 58 + 69 = 133 (100%)
R 6 of 133 ~ 4.51%
G 58 of 133 ~ 43.61%
B 69 of 133 ~ 51.88'%

%43.61
%51.88

CMYK color model

#063A45 color CMYK value is (91,16,0,73).

  • cyan value is 91.30%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (91,16,0,73)
C91M16Y0K73 (91%, 16%, 0%, 73%)
(0.91 / 0.16 / 0.00 / 0.73)

CMYK percentages

%91.3
%15.94
%0
%72.94

Codes

Color #063A45 in popluar color models

06 3A 45
RGB 6 58 69
HSL 190° 84.00% 14.71%
HSB/HSV 190° 91.30% 27.06%
CMYK 91.30% 15.94% 0.00%
72.94%

Color #063A45 in popluar number systems.

HEX 06 3A 45
Decimal 6 58 69
Binary 110 111010 1000101
Octal 6 72 105

Shades and tints

Shades of #063A45

#063A45
(6,58,69)
#06353F
(6,53,63)
#063039
(6,48,57)
#062B33
(6,43,51)
#06262D
(6,38,45)
#062127
(6,33,39)
#061C21
(6,28,33)
#06171B
(6,23,27)
#061215
(6,18,21)
#060D0F
(6,13,15)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #063A45

#063A45
(6,58,69)
#1C4B55
(28,75,85)
#325C65
(50,92,101)
#486D75
(72,109,117)
#5E7E85
(94,126,133)
#748F95
(116,143,149)
#8AA0A5
(138,160,165)
#A0B1B5
(160,177,181)
#B6C2C5
(182,194,197)
#CCD3D5
(204,211,213)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063A45 color. Also use rgb(6,58,69) instead hex code.

Text Font Color

.myTextColor { color: #063A45; }

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

This text font color is #063A45.

Background Color

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

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

This div background color is #063A45.

Border color

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

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

This div border color is #063A45.

Opacity

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

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

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

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

This text has shadow with #063A45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063A45.

Preview

Color preview on black background

This text has color #063A45 on black background.


Color preview on white background

This text has color #063A45 on white background.


Black color preview on #063A45 background

This text has black color on #063A45 background.


White color preview on #063A45 background

This text has white color on #063A45 background.


Related colors

Complementary color

Complementary color for #hex is #F9C5BA.


I love getcolorcode.com

Triadic colors

1 #45063A and #3A4506 with #063A45 are triadic colors.

2 #453A06 and #3A0645 with #063A45 are triadic colors.