COLOR #060F3A

HEX: #060F3A
RGB: (6,15,58)

Color info

#060F3A contains red, green and blue colors in about the same proportion. Web safe color of #060F3A is #000033 (or #003).

RGB color model

#060F3A color RGB value is (6,15,58).

  • red value is 6;
  • green value is 15;
  • blue value is 58.
RGB:
(6,15,58)
(2%,6%,23%)

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 58 of 255 = 23%

6
15
58

R + G + B ~ 10%. #060F3A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 15 + 58 = 79 (100%)
R 6 of 79 ~ 7.59%
G 15 of 79 ~ 18.99%
B 58 of 79 ~ 73.42%

%18.99
%73.42

CMYK color model

#060F3A color CMYK value is (90,74,0,77).

  • cyan value is 89.66%
  • magenta value is 74.14%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(90,74,0,77)
C90M74Y0K77 
(90%,74%,0%,77%)
(0.90/0.74/0.00/0.77)	

CMYK percentages

%89.66
%74.14
%0
%77.25

Codes

Color #060F3A in popluar color models

060F3A
RGB61558
HSL230°81.25%12.55%
HSB/HSV230°89.66%22.75%
CMYK89.66%74.14%0.00%
77.25%

Color #060F3A in popluar number systems.

HEX060F3A
Decimal61558
Binary1101111111010
Octal61772

Shades and tints

Shades of #060F3A

#060F3A
(6,15,58)
#060E35
(6,14,53)
#060D30
(6,13,48)
#060C2B
(6,12,43)
#060B26
(6,11,38)
#060A21
(6,10,33)
#06091C
(6,9,28)
#060817
(6,8,23)
#060712
(6,7,18)
#06060D
(6,6,13)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #060F3A

#060F3A
(6,15,58)
#1C244B
(28,36,75)
#32395C
(50,57,92)
#484E6D
(72,78,109)
#5E637E
(94,99,126)
#74788F
(116,120,143)
#8A8DA0
(138,141,160)
#A0A2B1
(160,162,177)
#B6B7C2
(182,183,194)
#CCCCD3
(204,204,211)
#E2E1E4
(226,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060F3A color. Also use rgb(6,15,58) instead hex code.

Text Font Color

.myTextColor { color: #060F3A; }

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

This text font color is #060F3A.


Background Color

.myBgColor { background-color: #060F3A; }

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

This div background color is #060F3A.


Border color

.myBorderColor { border: 1px solid #060F3A; }

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

This div border color is #060F3A.


Opacity

.myOpacity80 { color: #060F3A; opacity: 0.8; }

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

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

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

This text has shadow with #060F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060F3A on black background.


Color preview on white background

This text has color #060F3A on white background.



Black color preview on #060F3A background

This text has black color on #060F3A background.


White color preview on #060F3A background

This text has white color on #060F3A background.