COLOR #060703

HEX: #060703
RGB: (6,7,3)

Color info

#060703 contains red, green and blue colors in about the same proportion. Web safe color of #060703 is #000000 (or #000).

RGB color model

#060703 color RGB value is (6,7,3).

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

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 3 of 255 = 1%

6
7
3

R + G + B ~ 2%. #060703 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 7 + 3 = 16 (100%)
R 6 of 16 ~ 37.5%
G 7 of 16 ~ 43.75%
B 3 of 16 ~ 18.75%

%37.5
%43.75
%18.75

CMYK color model

#060703 color CMYK value is (14,0,57,97).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 97.25%
CMYK:
(14,0,57,97)
C14M0Y57K97 
(14%,0%,57%,97%)
(0.14/0.00/0.57/0.97)	

CMYK percentages

%14.29
%0
%57.14
%97.25

Codes

Color #060703 in popluar color models

060703
RGB673
HSL75°40.00%1.96%
HSB/HSV75°57.14%2.75%
CMYK14.29%0.00%57.14%
97.25%

Color #060703 in popluar number systems.

HEX060703
Decimal673
Binary11011111
Octal673

Shades and tints

Tints of #060703

#060703
(6,7,3)
#1C1D19
(28,29,25)
#32332F
(50,51,47)
#484945
(72,73,69)
#5E5F5B
(94,95,91)
#747571
(116,117,113)
#8A8B87
(138,139,135)
#A0A19D
(160,161,157)
#B6B7B3
(182,183,179)
#CCCDC9
(204,205,201)
#E2E3DF
(226,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060703; }

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

This text font color is #060703.


Background Color

.myBgColor { background-color: #060703; }

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

This div background color is #060703.


Border color

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

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

This div border color is #060703.


Opacity

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

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

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

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

This text has shadow with #060703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060703 on black background.


Color preview on white background

This text has color #060703 on white background.



Black color preview on #060703 background

This text has black color on #060703 background.


White color preview on #060703 background

This text has white color on #060703 background.