COLOR #03050F

HEX: #03050F RGB: (3,5,15)

Color info

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

RGB color model

#03050F color RGB value is (3,5,15).

RGB: (3,5,15) (1%, 2%, 6%)

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 15 of 255 = 6%

3
5
15

R + G + B ~ 3%. #03050F is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 5 + 15 = 23 (100%)
R 3 of 23 ~ 13.04%
G 5 of 23 ~ 21.74%
B 15 of 23 ~ 65.22'%

%13.04
%21.74
%65.22

CMYK color model

#03050F color CMYK value is (80,67,0,94).

  • cyan value is 80.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (80,67,0,94)
C80M67Y0K94 (80%, 67%, 0%, 94%)
(0.80 / 0.67 / 0.00 / 0.94)

CMYK percentages

%80
%66.67
%0
%94.12

Codes

Color #03050F in popluar color models

03 05 0F
RGB 3 5 15
HSL 230° 66.67% 3.53%
HSB/HSV 230° 80.00% 5.88%
CMYK 80.00% 66.67% 0.00%
94.12%

Color #03050F in popluar number systems.

HEX 03 05 0F
Decimal 3 5 15
Binary 11 101 1111
Octal 3 5 17

Shades and tints

Shades of #03050F

#03050F
(3,5,15)
#03050E
(3,5,14)
#03050D
(3,5,13)
#03050C
(3,5,12)
#03050B
(3,5,11)
#03050A
(3,5,10)
#030509
(3,5,9)
#030508
(3,5,8)
#030507
(3,5,7)
#030506
(3,5,6)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #03050F

#03050F
(3,5,15)
#191B24
(25,27,36)
#2F3139
(47,49,57)
#45474E
(69,71,78)
#5B5D63
(91,93,99)
#717378
(113,115,120)
#87898D
(135,137,141)
#9D9FA2
(157,159,162)
#B3B5B7
(179,181,183)
#C9CBCC
(201,203,204)
#DFE1E1
(223,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03050F color. Also use rgb(3,5,15) instead hex code.

Text Font Color

.myTextColor { color: #03050F; }

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

This text font color is #03050F.

Background Color

.myBgColor { background-color: #03050F; }

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

This div background color is #03050F.

Border color

.myBorderColor { border: 1px solid #03050F; }

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

This div border color is #03050F.

Opacity

.myOpacity80 { color: #03050F; opacity: 0.8; }

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

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

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

This text has shadow with #03050F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03050F.

Preview

Color preview on black background

This text has color #03050F on black background.


Color preview on white background

This text has color #03050F on white background.


Black color preview on #03050F background

This text has black color on #03050F background.


White color preview on #03050F background

This text has white color on #03050F background.


Related colors

Complementary color

Complementary color for #hex is #FCFAF0.


I love getcolorcode.com

Triadic colors

1 #0F0305 and #050F03 with #03050F are triadic colors.

2 #0F0503 and #05030F with #03050F are triadic colors.