COLOR #063039

HEX: #063039
RGB: (6,48,57)

Color info

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

RGB color model

#063039 color RGB value is (6,48,57).

  • red value is 6;
  • green value is 48;
  • blue value is 57.
RGB:
(6,48,57)
(2%,19%,22%)

RGB channels and saturation

R 6 of 255 = 2%
G 48 of 255 = 19%
B 57 of 255 = 22%

6
48
57

R + G + B ~ 14%. #063039 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 48 + 57 = 111 (100%)
R 6 of 111 ~ 5.41%
G 48 of 111 ~ 43.24%
B 57 of 111 ~ 51.35%

%43.24
%51.35

CMYK color model

#063039 color CMYK value is (89,16,0,78).

  • cyan value is 89.47%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(89,16,0,78)
C89M16Y0K78 
(89%,16%,0%,78%)
(0.89/0.16/0.00/0.78)	

CMYK percentages

%89.47
%15.79
%0
%77.65

Codes

Color #063039 in popluar color models

063039
RGB64857
HSL191°80.95%12.35%
HSB/HSV191°89.47%22.35%
CMYK89.47%15.79%0.00%
77.65%

Color #063039 in popluar number systems.

HEX063039
Decimal64857
Binary110110000111001
Octal66071

Shades and tints

Shades of #063039

#063039
(6,48,57)
#062C34
(6,44,52)
#06282F
(6,40,47)
#06242A
(6,36,42)
#062025
(6,32,37)
#061C20
(6,28,32)
#06181B
(6,24,27)
#061416
(6,20,22)
#061011
(6,16,17)
#060C0C
(6,12,12)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #063039

#063039
(6,48,57)
#1C424B
(28,66,75)
#32545D
(50,84,93)
#48666F
(72,102,111)
#5E7881
(94,120,129)
#748A93
(116,138,147)
#8A9CA5
(138,156,165)
#A0AEB7
(160,174,183)
#B6C0C9
(182,192,201)
#CCD2DB
(204,210,219)
#E2E4ED
(226,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063039; }

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

This text font color is #063039.


Background Color

.myBgColor { background-color: #063039; }

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

This div background color is #063039.


Border color

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

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

This div border color is #063039.


Opacity

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

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

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

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

This text has shadow with #063039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063039 on black background.


Color preview on white background

This text has color #063039 on white background.



Black color preview on #063039 background

This text has black color on #063039 background.


White color preview on #063039 background

This text has white color on #063039 background.