COLOR #060E1D

HEX: #060E1D RGB: (6,14,29)

Color info

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

RGB color model

#060E1D color RGB value is (6,14,29).

RGB: (6,14,29) (2%, 5%, 11%)

RGB channels and saturation

R 6 of 255 = 2%
G 14 of 255 = 5%
B 29 of 255 = 11%

6
14
29

R + G + B ~ 6%. #060E1D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 14 + 29 = 49 (100%)
R 6 of 49 ~ 12.24%
G 14 of 49 ~ 28.57%
B 29 of 49 ~ 59.18'%

%12.24
%28.57
%59.18

CMYK color model

#060E1D color CMYK value is (79,52,0,89).

  • cyan value is 79.31%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (79,52,0,89)
C79M52Y0K89 (79%, 52%, 0%, 89%)
(0.79 / 0.52 / 0.00 / 0.89)

CMYK percentages

%79.31
%51.72
%0
%88.63

Codes

Color #060E1D in popluar color models

06 0E 1D
RGB 6 14 29
HSL 219° 65.71% 6.86%
HSB/HSV 219° 79.31% 11.37%
CMYK 79.31% 51.72% 0.00%
88.63%

Color #060E1D in popluar number systems.

HEX 06 0E 1D
Decimal 6 14 29
Binary 110 1110 11101
Octal 6 16 35

Shades and tints

Shades of #060E1D

#060E1D
(6,14,29)
#060D1B
(6,13,27)
#060C19
(6,12,25)
#060B17
(6,11,23)
#060A15
(6,10,21)
#060913
(6,9,19)
#060811
(6,8,17)
#06070F
(6,7,15)
#06060D
(6,6,13)
#06050B
(6,5,11)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #060E1D

#060E1D
(6,14,29)
#1C2331
(28,35,49)
#323845
(50,56,69)
#484D59
(72,77,89)
#5E626D
(94,98,109)
#747781
(116,119,129)
#8A8C95
(138,140,149)
#A0A1A9
(160,161,169)
#B6B6BD
(182,182,189)
#CCCBD1
(204,203,209)
#E2E0E5
(226,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060E1D color. Also use rgb(6,14,29) instead hex code.

Text Font Color

.myTextColor { color: #060E1D; }

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

This text font color is #060E1D.

Background Color

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

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

This div background color is #060E1D.

Border color

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

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

This div border color is #060E1D.

Opacity

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

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

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

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

This text has shadow with #060E1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060E1D.

Preview

Color preview on black background

This text has color #060E1D on black background.


Color preview on white background

This text has color #060E1D on white background.


Black color preview on #060E1D background

This text has black color on #060E1D background.


White color preview on #060E1D background

This text has white color on #060E1D background.


Related colors

Complementary color

Complementary color for #hex is #F9F1E2.


I love getcolorcode.com

Triadic colors

1 #1D060E and #0E1D06 with #060E1D are triadic colors.

2 #1D0E06 and #0E061D with #060E1D are triadic colors.