COLOR #06292E

HEX: #06292E
RGB: (6,41,46)

Color info

#06292E contains red, green and blue colors in about the same proportion. Web safe color of #06292E is #003333 (or #033).

RGB color model

#06292E color RGB value is (6,41,46).

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

RGB channels and saturation

R 6 of 255 = 2%
G 41 of 255 = 16%
B 46 of 255 = 18%

6
41
46

R + G + B ~ 12%. #06292E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 41 + 46 = 93 (100%)
R 6 of 93 ~ 6.45%
G 41 of 93 ~ 44.09%
B 46 of 93 ~ 49.46%

%44.09
%49.46

CMYK color model

#06292E color CMYK value is (87,11,0,82).

  • cyan value is 86.96%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(87,11,0,82)
C87M11Y0K82 
(87%,11%,0%,82%)
(0.87/0.11/0.00/0.82)	

CMYK percentages

%86.96
%10.87
%0
%81.96

Codes

Color #06292E in popluar color models

06292E
RGB64146
HSL188°76.92%10.20%
HSB/HSV188°86.96%18.04%
CMYK86.96%10.87%0.00%
81.96%

Color #06292E in popluar number systems.

HEX06292E
Decimal64146
Binary110101001101110
Octal65156

Shades and tints

Shades of #06292E

#06292E
(6,41,46)
#06262A
(6,38,42)
#062326
(6,35,38)
#062022
(6,32,34)
#061D1E
(6,29,30)
#061A1A
(6,26,26)
#061716
(6,23,22)
#061412
(6,20,18)
#06110E
(6,17,14)
#060E0A
(6,14,10)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #06292E

#06292E
(6,41,46)
#1C3C41
(28,60,65)
#324F54
(50,79,84)
#486267
(72,98,103)
#5E757A
(94,117,122)
#74888D
(116,136,141)
#8A9BA0
(138,155,160)
#A0AEB3
(160,174,179)
#B6C1C6
(182,193,198)
#CCD4D9
(204,212,217)
#E2E7EC
(226,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06292E; }

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

This text font color is #06292E.


Background Color

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

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

This div background color is #06292E.


Border color

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

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

This div border color is #06292E.


Opacity

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

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

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

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

This text has shadow with #06292E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06292E on black background.


Color preview on white background

This text has color #06292E on white background.



Black color preview on #06292E background

This text has black color on #06292E background.


White color preview on #06292E background

This text has white color on #06292E background.