COLOR #062927

HEX: #062927
RGB: (6,41,39)

Color info

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

RGB color model

#062927 color RGB value is (6,41,39).

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

RGB channels and saturation

R 6 of 255 = 2%
G 41 of 255 = 16%
B 39 of 255 = 15%

6
41
39

R + G + B ~ 11%. #062927 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 41 + 39 = 86 (100%)
R 6 of 86 ~ 6.98%
G 41 of 86 ~ 47.67%
B 39 of 86 ~ 45.35%

%47.67
%45.35

CMYK color model

#062927 color CMYK value is (85,0,5,84).

  • cyan value is 85.37%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 83.92%
CMYK:
(85,0,5,84)
C85M0Y5K84 
(85%,0%,5%,84%)
(0.85/0.00/0.05/0.84)	

CMYK percentages

%85.37
%0
%4.88
%83.92

Codes

Color #062927 in popluar color models

062927
RGB64139
HSL177°74.47%9.22%
HSB/HSV177°85.37%16.08%
CMYK85.37%0.00%4.88%
83.92%

Color #062927 in popluar number systems.

HEX062927
Decimal64139
Binary110101001100111
Octal65147

Shades and tints

Shades of #062927

#062927
(6,41,39)
#062624
(6,38,36)
#062321
(6,35,33)
#06201E
(6,32,30)
#061D1B
(6,29,27)
#061A18
(6,26,24)
#061715
(6,23,21)
#061412
(6,20,18)
#06110F
(6,17,15)
#060E0C
(6,14,12)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #062927

#062927
(6,41,39)
#1C3C3A
(28,60,58)
#324F4D
(50,79,77)
#486260
(72,98,96)
#5E7573
(94,117,115)
#748886
(116,136,134)
#8A9B99
(138,155,153)
#A0AEAC
(160,174,172)
#B6C1BF
(182,193,191)
#CCD4D2
(204,212,210)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062927; }

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

This text font color is #062927.


Background Color

.myBgColor { background-color: #062927; }

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

This div background color is #062927.


Border color

.myBorderColor { border: 1px solid #062927; }

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

This div border color is #062927.


Opacity

.myOpacity80 { color: #062927; opacity: 0.8; }

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

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

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

This text has shadow with #062927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062927 on black background.


Color preview on white background

This text has color #062927 on white background.



Black color preview on #062927 background

This text has black color on #062927 background.


White color preview on #062927 background

This text has white color on #062927 background.