COLOR #062707

HEX: #062707
RGB: (6,39,7)

Color info

#062707 contains red, green and blue colors in about the same proportion. Web safe color of #062707 is #003300 (or #030).

RGB color model

#062707 color RGB value is (6,39,7).

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

RGB channels and saturation

R 6 of 255 = 2%
G 39 of 255 = 15%
B 7 of 255 = 3%

6
39
7

R + G + B ~ 7%. #062707 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 39 + 7 = 52 (100%)
R 6 of 52 ~ 11.54%
G 39 of 52 ~ 75%
B 7 of 52 ~ 13.46%

%11.54
%75
%13.46

CMYK color model

#062707 color CMYK value is (85,0,82,85).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 82.05%
  • key color value is 84.71%
CMYK:
(85,0,82,85)
C85M0Y82K85 
(85%,0%,82%,85%)
(0.85/0.00/0.82/0.85)	

CMYK percentages

%84.62
%0
%82.05
%84.71

Codes

Color #062707 in popluar color models

062707
RGB6397
HSL122°73.33%8.82%
HSB/HSV122°84.62%15.29%
CMYK84.62%0.00%82.05%
84.71%

Color #062707 in popluar number systems.

HEX062707
Decimal6397
Binary110100111111
Octal6477

Shades and tints

Shades of #062707

#062707
(6,39,7)
#062407
(6,36,7)
#062107
(6,33,7)
#061E07
(6,30,7)
#061B07
(6,27,7)
#061807
(6,24,7)
#061507
(6,21,7)
#061207
(6,18,7)
#060F07
(6,15,7)
#060C07
(6,12,7)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #062707

#062707
(6,39,7)
#1C3A1D
(28,58,29)
#324D33
(50,77,51)
#486049
(72,96,73)
#5E735F
(94,115,95)
#748675
(116,134,117)
#8A998B
(138,153,139)
#A0ACA1
(160,172,161)
#B6BFB7
(182,191,183)
#CCD2CD
(204,210,205)
#E2E5E3
(226,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062707; }

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

This text font color is #062707.


Background Color

.myBgColor { background-color: #062707; }

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

This div background color is #062707.


Border color

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

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

This div border color is #062707.


Opacity

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

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

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

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

This text has shadow with #062707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062707 on black background.


Color preview on white background

This text has color #062707 on white background.



Black color preview on #062707 background

This text has black color on #062707 background.


White color preview on #062707 background

This text has white color on #062707 background.