COLOR #060A2E

HEX: #060A2E RGB: (6,10,46)

Color info

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

RGB color model

#060A2E color RGB value is (6,10,46).

RGB: (6,10,46) (2%, 4%, 18%)

RGB channels and saturation

R 6 of 255 = 2%
G 10 of 255 = 4%
B 46 of 255 = 18%

6
10
46

R + G + B ~ 8%. #060A2E is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 10 + 46 = 62 (100%)
R 6 of 62 ~ 9.68%
G 10 of 62 ~ 16.13%
B 46 of 62 ~ 74.19'%

%16.13
%74.19

CMYK color model

#060A2E color CMYK value is (87,78,0,82).

  • cyan value is 86.96%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (87,78,0,82)
C87M78Y0K82 (87%, 78%, 0%, 82%)
(0.87 / 0.78 / 0.00 / 0.82)

CMYK percentages

%86.96
%78.26
%0
%81.96

Codes

Color #060A2E in popluar color models

06 0A 2E
RGB 6 10 46
HSL 234° 76.92% 10.20%
HSB/HSV 234° 86.96% 18.04%
CMYK 86.96% 78.26% 0.00%
81.96%

Color #060A2E in popluar number systems.

HEX 06 0A 2E
Decimal 6 10 46
Binary 110 1010 101110
Octal 6 12 56

Shades and tints

Shades of #060A2E

#060A2E
(6,10,46)
#060A2A
(6,10,42)
#060A26
(6,10,38)
#060A22
(6,10,34)
#060A1E
(6,10,30)
#060A1A
(6,10,26)
#060A16
(6,10,22)
#060A12
(6,10,18)
#060A0E
(6,10,14)
#060A0A
(6,10,10)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #060A2E

#060A2E
(6,10,46)
#1C2041
(28,32,65)
#323654
(50,54,84)
#484C67
(72,76,103)
#5E627A
(94,98,122)
#74788D
(116,120,141)
#8A8EA0
(138,142,160)
#A0A4B3
(160,164,179)
#B6BAC6
(182,186,198)
#CCD0D9
(204,208,217)
#E2E6EC
(226,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060A2E color. Also use rgb(6,10,46) instead hex code.

Text Font Color

.myTextColor { color: #060A2E; }

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

This text font color is #060A2E.

Background Color

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

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

This div background color is #060A2E.

Border color

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

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

This div border color is #060A2E.

Opacity

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

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

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

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

This text has shadow with #060A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060A2E.

Preview

Color preview on black background

This text has color #060A2E on black background.


Color preview on white background

This text has color #060A2E on white background.


Black color preview on #060A2E background

This text has black color on #060A2E background.


White color preview on #060A2E background

This text has white color on #060A2E background.


Related colors

Complementary color

Complementary color for #hex is #F9F5D1.


I love getcolorcode.com

Triadic colors

1 #2E060A and #0A2E06 with #060A2E are triadic colors.

2 #2E0A06 and #0A062E with #060A2E are triadic colors.