COLOR #06072E

HEX: #06072E
RGB: (6,7,46)

Color info

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

RGB color model

#06072E color RGB value is (6,7,46).

  • red value is 6;
  • green value is 7;
  • blue value is 46.
RGB:
(6,7,46)
(2%,3%,18%)

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 46 of 255 = 18%

6
7
46

R + G + B ~ 8%. #06072E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 7 + 46 = 59 (100%)
R 6 of 59 ~ 10.17%
G 7 of 59 ~ 11.86%
B 46 of 59 ~ 77.97%

%10.17
%11.86
%77.97

CMYK color model

#06072E color CMYK value is (87,85,0,82).

  • cyan value is 86.96%
  • magenta value is 84.78%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(87,85,0,82)
C87M85Y0K82 
(87%,85%,0%,82%)
(0.87/0.85/0.00/0.82)	

CMYK percentages

%86.96
%84.78
%0
%81.96

Codes

Color #06072E in popluar color models

06072E
RGB6746
HSL239°76.92%10.20%
HSB/HSV239°86.96%18.04%
CMYK86.96%84.78%0.00%
81.96%

Color #06072E in popluar number systems.

HEX06072E
Decimal6746
Binary110111101110
Octal6756

Shades and tints

Shades of #06072E

#06072E
(6,7,46)
#06072A
(6,7,42)
#060726
(6,7,38)
#060722
(6,7,34)
#06071E
(6,7,30)
#06071A
(6,7,26)
#060716
(6,7,22)
#060712
(6,7,18)
#06070E
(6,7,14)
#06070A
(6,7,10)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #06072E

#06072E
(6,7,46)
#1C1D41
(28,29,65)
#323354
(50,51,84)
#484967
(72,73,103)
#5E5F7A
(94,95,122)
#74758D
(116,117,141)
#8A8BA0
(138,139,160)
#A0A1B3
(160,161,179)
#B6B7C6
(182,183,198)
#CCCDD9
(204,205,217)
#E2E3EC
(226,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06072E color. Also use rgb(6,7,46) instead hex code.

Text Font Color

.myTextColor { color: #06072E; }

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

This text font color is #06072E.


Background Color

.myBgColor { background-color: #06072E; }

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

This div background color is #06072E.


Border color

.myBorderColor { border: 1px solid #06072E; }

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

This div border color is #06072E.


Opacity

.myOpacity80 { color: #06072E; opacity: 0.8; }

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

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

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

This text has shadow with #06072E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06072E on black background.


Color preview on white background

This text has color #06072E on white background.



Black color preview on #06072E background

This text has black color on #06072E background.


White color preview on #06072E background

This text has white color on #06072E background.