COLOR #03080A

HEX: #03080A RGB: (3,8,10)

Color info

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

RGB color model

#03080A color RGB value is (3,8,10).

RGB: (3,8,10) (1%, 3%, 4%)

RGB channels and saturation

R 3 of 255 = 1%
G 8 of 255 = 3%
B 10 of 255 = 4%

3
8
10

R + G + B ~ 3%. #03080A is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 8 + 10 = 21 (100%)
R 3 of 21 ~ 14.29%
G 8 of 21 ~ 38.1%
B 10 of 21 ~ 47.62'%

%14.29
%38.1
%47.62

CMYK color model

#03080A color CMYK value is (70,20,0,96).

  • cyan value is 70.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK: (70,20,0,96) C70M20Y0K96 (70%,20%,0%,96%) (0.70/0.20/0.00/0.96) 

CMYK percentages

%70
%20
%0
%96.08

Codes

Color #03080A in popluar color models

03 08 0A
RGB 3 8 10
HSL 197° 53.85% 2.55%
HSB/HSV 197° 70.00% 3.92%
CMYK 70.00% 20.00% 0.00%
96.08%

Color #03080A in popluar number systems.

HEX 03 08 0A
Decimal 3 8 10
Binary 11 1000 1010
Octal 3 10 12

Shades and tints

Tints of #03080A

#03080A
(3,8,10)
#191E20
(25,30,32)
#2F3436
(47,52,54)
#454A4C
(69,74,76)
#5B6062
(91,96,98)
#717678
(113,118,120)
#878C8E
(135,140,142)
#9DA2A4
(157,162,164)
#B3B8BA
(179,184,186)
#C9CED0
(201,206,208)
#DFE4E6
(223,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03080A; }

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

This text font color is #03080A.

Background Color

.myBgColor { background-color: #03080A; }

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

This div background color is #03080A.

Border color

.myBorderColor { border: 1px solid #03080A; }

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

This div border color is #03080A.

Opacity

.myOpacity80 { color: #03080A; opacity: 0.8; }

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

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

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

This text has shadow with #03080A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03080A.

Preview

Color preview on black background

This text has color #03080A on black background.


Color preview on white background

This text has color #03080A on white background.


Black color preview on #03080A background

This text has black color on #03080A background.


White color preview on #03080A background

This text has white color on #03080A background.


Related colors

Complementary color

Complementary color for #hex is #FCF7F5.


I love getcolorcode.com

Triadic colors

1 #0A0308 and #080A03 with #03080A are triadic colors.

2 #0A0803 and #08030A with #03080A are triadic colors.