COLOR #060803

HEX: #060803 RGB: (6,8,3)

Color info

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

RGB color model

#060803 color RGB value is (6,8,3).

RGB: (6,8,3) (2%, 3%, 1%)

RGB channels and saturation

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

6
8
3

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

Portions of RGB colors in percentages

R + G + B = 6 + 8 + 3 = 17 (100%)
R 6 of 17 ~ 35.29%
G 8 of 17 ~ 47.06%
B 3 of 17 ~ 17.65'%

%35.29
%47.06
%17.65

CMYK color model

#060803 color CMYK value is (25,0,63,97).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 96.86%

CMYK: (25,0,63,97)
C25M0Y63K97 (25%, 0%, 63%, 97%)
(0.25 / 0.00 / 0.63 / 0.97)

CMYK percentages

%25
%0
%62.5
%96.86

Codes

Color #060803 in popluar color models

06 08 03
RGB 6 8 3
HSL 84° 45.45% 2.16%
HSB/HSV 84° 62.50% 3.14%
CMYK 25.00% 0.00% 62.50%
96.86%

Color #060803 in popluar number systems.

HEX 06 08 03
Decimal 6 8 3
Binary 110 1000 11
Octal 6 10 3

Shades and tints

Tints of #060803

#060803
(6,8,3)
#1C1E19
(28,30,25)
#32342F
(50,52,47)
#484A45
(72,74,69)
#5E605B
(94,96,91)
#747671
(116,118,113)
#8A8C87
(138,140,135)
#A0A29D
(160,162,157)
#B6B8B3
(182,184,179)
#CCCEC9
(204,206,201)
#E2E4DF
(226,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060803; }

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

This text font color is #060803.

Background Color

.myBgColor { background-color: #060803; }

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

This div background color is #060803.

Border color

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

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

This div border color is #060803.

Opacity

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

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

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

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

This text has shadow with #060803 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060803.

Preview

Color preview on black background

This text has color #060803 on black background.


Color preview on white background

This text has color #060803 on white background.


Black color preview on #060803 background

This text has black color on #060803 background.


White color preview on #060803 background

This text has white color on #060803 background.


Related colors

Complementary color

Complementary color for #hex is #F9F7FC.


I love getcolorcode.com

Triadic colors

1 #030608 and #080306 with #060803 are triadic colors.

2 #030806 and #080603 with #060803 are triadic colors.