COLOR #062E27

HEX: #062E27
RGB: (6,46,39)

Color info

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

RGB color model

#062E27 color RGB value is (6,46,39).

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

RGB channels and saturation

R 6 of 255 = 2%
G 46 of 255 = 18%
B 39 of 255 = 15%

6
46
39

R + G + B ~ 12%. #062E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 46 + 39 = 91 (100%)
R 6 of 91 ~ 6.59%
G 46 of 91 ~ 50.55%
B 39 of 91 ~ 42.86%

%50.55
%42.86

CMYK color model

#062E27 color CMYK value is (87,0,15,82).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 81.96%
CMYK:
(87,0,15,82)
C87M0Y15K82 
(87%,0%,15%,82%)
(0.87/0.00/0.15/0.82)	

CMYK percentages

%86.96
%0
%15.22
%81.96

Codes

Color #062E27 in popluar color models

062E27
RGB64639
HSL170°76.92%10.20%
HSB/HSV170°86.96%18.04%
CMYK86.96%0.00%15.22%
81.96%

Color #062E27 in popluar number systems.

HEX062E27
Decimal64639
Binary110101110100111
Octal65647

Shades and tints

Shades of #062E27

#062E27
(6,46,39)
#062A24
(6,42,36)
#062621
(6,38,33)
#06221E
(6,34,30)
#061E1B
(6,30,27)
#061A18
(6,26,24)
#061615
(6,22,21)
#061212
(6,18,18)
#060E0F
(6,14,15)
#060A0C
(6,10,12)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #062E27

#062E27
(6,46,39)
#1C413A
(28,65,58)
#32544D
(50,84,77)
#486760
(72,103,96)
#5E7A73
(94,122,115)
#748D86
(116,141,134)
#8AA099
(138,160,153)
#A0B3AC
(160,179,172)
#B6C6BF
(182,198,191)
#CCD9D2
(204,217,210)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062E27 color. Also use rgb(6,46,39) instead hex code.

Text Font Color

.myTextColor { color: #062E27; }

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

This text font color is #062E27.


Background Color

.myBgColor { background-color: #062E27; }

<div style="background-color:#062E27">Inner text</div>

This div background color is #062E27.


Border color

.myBorderColor { border: 1px solid #062E27; }

<div style="border:3px solid #062E27">Div</div>

This div border color is #062E27.


Opacity

.myOpacity80 { color: #062E27; opacity: 0.8; }

<p style="color:#062E27;opacity:0.8;">80%</p>

Text with #062E27 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 #062E27;}

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

This text has shadow with #062E27 color.

.textShadow {text-shadow: 3px 3px 1px #062E27, 3px 3px 1px red;}

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

This text has shadow with #062E27 primary color and red secondary color.


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

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

This text has shadow with #062E27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062E27 on black background.


Color preview on white background

This text has color #062E27 on white background.



Black color preview on #062E27 background

This text has black color on #062E27 background.


White color preview on #062E27 background

This text has white color on #062E27 background.