COLOR #063945

HEX: #063945 RGB: (6,57,69)

Color info

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

RGB color model

#063945 color RGB value is (6,57,69).

RGB: (6,57,69) (2%, 22%, 27%)

RGB channels and saturation

R 6 of 255 = 2%
G 57 of 255 = 22%
B 69 of 255 = 27%

6
57
69

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

Portions of RGB colors in percentages

R + G + B = 6 + 57 + 69 = 132 (100%)
R 6 of 132 ~ 4.55%
G 57 of 132 ~ 43.18%
B 69 of 132 ~ 52.27'%

%43.18
%52.27

CMYK color model

#063945 color CMYK value is (91,17,0,73).

  • cyan value is 91.30%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK: (91,17,0,73) C91M17Y0K73 (91%,17%,0%,73%) (0.91/0.17/0.00/0.73) 

CMYK percentages

%91.3
%17.39
%0
%72.94

Codes

Color #063945 in popluar color models

06 39 45
RGB 6 57 69
HSL 191° 84.00% 14.71%
HSB/HSV 191° 91.30% 27.06%
CMYK 91.30% 17.39% 0.00%
72.94%

Color #063945 in popluar number systems.

HEX 06 39 45
Decimal 6 57 69
Binary 110 111001 1000101
Octal 6 71 105

Shades and tints

Shades of #063945

#063945
(6,57,69)
#06343F
(6,52,63)
#062F39
(6,47,57)
#062A33
(6,42,51)
#06252D
(6,37,45)
#062027
(6,32,39)
#061B21
(6,27,33)
#06161B
(6,22,27)
#061115
(6,17,21)
#060C0F
(6,12,15)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #063945

#063945
(6,57,69)
#1C4B55
(28,75,85)
#325D65
(50,93,101)
#486F75
(72,111,117)
#5E8185
(94,129,133)
#749395
(116,147,149)
#8AA5A5
(138,165,165)
#A0B7B5
(160,183,181)
#B6C9C5
(182,201,197)
#CCDBD5
(204,219,213)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063945; }

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

This text font color is #063945.

Background Color

.myBgColor { background-color: #063945; }

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

This div background color is #063945.

Border color

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

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

This div border color is #063945.

Opacity

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

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

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

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

This text has shadow with #063945 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063945.

Preview

Color preview on black background

This text has color #063945 on black background.


Color preview on white background

This text has color #063945 on white background.


Black color preview on #063945 background

This text has black color on #063945 background.


White color preview on #063945 background

This text has white color on #063945 background.


Related colors

Complementary color

Complementary color for #hex is #F9C6BA.


I love getcolorcode.com

Triadic colors

1 #450639 and #394506 with #063945 are triadic colors.

2 #453906 and #390645 with #063945 are triadic colors.