COLOR #062407

HEX: #062407
RGB: (6,36,7)

Color info

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

RGB color model

#062407 color RGB value is (6,36,7).

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

RGB channels and saturation

R 6 of 255 = 2%
G 36 of 255 = 14%
B 7 of 255 = 3%

6
36
7

R + G + B ~ 6%. #062407 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 36 + 7 = 49 (100%)
R 6 of 49 ~ 12.24%
G 36 of 49 ~ 73.47%
B 7 of 49 ~ 14.29%

%12.24
%73.47
%14.29

CMYK color model

#062407 color CMYK value is (83,0,81,86).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 80.56%
  • key color value is 85.88%
CMYK:
(83,0,81,86)
C83M0Y81K86 
(83%,0%,81%,86%)
(0.83/0.00/0.81/0.86)	

CMYK percentages

%83.33
%0
%80.56
%85.88

Codes

Color #062407 in popluar color models

062407
RGB6367
HSL122°71.43%8.24%
HSB/HSV122°83.33%14.12%
CMYK83.33%0.00%80.56%
85.88%

Color #062407 in popluar number systems.

HEX062407
Decimal6367
Binary110100100111
Octal6447

Shades and tints

Shades of #062407

#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)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #062407

#062407
(6,36,7)
#1C371D
(28,55,29)
#324A33
(50,74,51)
#485D49
(72,93,73)
#5E705F
(94,112,95)
#748375
(116,131,117)
#8A968B
(138,150,139)
#A0A9A1
(160,169,161)
#B6BCB7
(182,188,183)
#CCCFCD
(204,207,205)
#E2E2E3
(226,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062407; }

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

This text font color is #062407.


Background Color

.myBgColor { background-color: #062407; }

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

This div background color is #062407.


Border color

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

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

This div border color is #062407.


Opacity

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

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

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

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

This text has shadow with #062407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062407 on black background.


Color preview on white background

This text has color #062407 on white background.



Black color preview on #062407 background

This text has black color on #062407 background.


White color preview on #062407 background

This text has white color on #062407 background.