COLOR #064048

HEX: #064048
RGB: (6,64,72)

Color info

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

RGB color model

#064048 color RGB value is (6,64,72).

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

RGB channels and saturation

R 6 of 255 = 2%
G 64 of 255 = 25%
B 72 of 255 = 28%

6
64
72

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

Portions of RGB colors in percentages

R + G + B =
6 + 64 + 72 = 142 (100%)
R 6 of 142 ~ 4.23%
G 64 of 142 ~ 45.07%
B 72 of 142 ~ 50.7%

%45.07
%50.7

CMYK color model

#064048 color CMYK value is (92,11,0,72).

  • cyan value is 91.67%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(92,11,0,72)
C92M11Y0K72 
(92%,11%,0%,72%)
(0.92/0.11/0.00/0.72)	

CMYK percentages

%91.67
%11.11
%0
%71.76

Codes

Color #064048 in popluar color models

064048
RGB66472
HSL187°84.62%15.29%
HSB/HSV187°91.67%28.24%
CMYK91.67%11.11%0.00%
71.76%

Color #064048 in popluar number systems.

HEX064048
Decimal66472
Binary11010000001001000
Octal6100110

Shades and tints

Shades of #064048

#064048
(6,64,72)
#063B42
(6,59,66)
#06363C
(6,54,60)
#063136
(6,49,54)
#062C30
(6,44,48)
#06272A
(6,39,42)
#062224
(6,34,36)
#061D1E
(6,29,30)
#061818
(6,24,24)
#061312
(6,19,18)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #064048

#064048
(6,64,72)
#1C5158
(28,81,88)
#326268
(50,98,104)
#487378
(72,115,120)
#5E8488
(94,132,136)
#749598
(116,149,152)
#8AA6A8
(138,166,168)
#A0B7B8
(160,183,184)
#B6C8C8
(182,200,200)
#CCD9D8
(204,217,216)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064048; }

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

This text font color is #064048.


Background Color

.myBgColor { background-color: #064048; }

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

This div background color is #064048.


Border color

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

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

This div border color is #064048.


Opacity

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

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

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

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

This text has shadow with #064048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064048 on black background.


Color preview on white background

This text has color #064048 on white background.



Black color preview on #064048 background

This text has black color on #064048 background.


White color preview on #064048 background

This text has white color on #064048 background.