COLOR #030F12

HEX: #030F12
RGB: (3,15,18)

Color info

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

RGB color model

#030F12 color RGB value is (3,15,18).

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

RGB channels and saturation

R 3 of 255 = 1%
G 15 of 255 = 6%
B 18 of 255 = 7%

3
15
18

R + G + B ~ 5%. #030F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 15 + 18 = 36 (100%)
R 3 of 36 ~ 8.33%
G 15 of 36 ~ 41.67%
B 18 of 36 ~ 50%

%41.67
%50

CMYK color model

#030F12 color CMYK value is (83,17,0,93).

  • cyan value is 83.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(83,17,0,93)
C83M17Y0K93 
(83%,17%,0%,93%)
(0.83/0.17/0.00/0.93)	

CMYK percentages

%83.33
%16.67
%0
%92.94

Codes

Color #030F12 in popluar color models

030F12
RGB31518
HSL192°71.43%4.12%
HSB/HSV192°83.33%7.06%
CMYK83.33%16.67%0.00%
92.94%

Color #030F12 in popluar number systems.

HEX030F12
Decimal31518
Binary11111110010
Octal31722

Shades and tints

Shades of #030F12

#030F12
(3,15,18)
#030E11
(3,14,17)
#030D10
(3,13,16)
#030C0F
(3,12,15)
#030B0E
(3,11,14)
#030A0D
(3,10,13)
#03090C
(3,9,12)
#03080B
(3,8,11)
#03070A
(3,7,10)
#030609
(3,6,9)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #030F12

#030F12
(3,15,18)
#192427
(25,36,39)
#2F393C
(47,57,60)
#454E51
(69,78,81)
#5B6366
(91,99,102)
#71787B
(113,120,123)
#878D90
(135,141,144)
#9DA2A5
(157,162,165)
#B3B7BA
(179,183,186)
#C9CCCF
(201,204,207)
#DFE1E4
(223,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030F12 color. Also use rgb(3,15,18) instead hex code.

Text Font Color

.myTextColor { color: #030F12; }

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

This text font color is #030F12.


Background Color

.myBgColor { background-color: #030F12; }

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

This div background color is #030F12.


Border color

.myBorderColor { border: 1px solid #030F12; }

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

This div border color is #030F12.


Opacity

.myOpacity80 { color: #030F12; opacity: 0.8; }

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

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

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

This text has shadow with #030F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030F12 on black background.


Color preview on white background

This text has color #030F12 on white background.



Black color preview on #030F12 background

This text has black color on #030F12 background.


White color preview on #030F12 background

This text has white color on #030F12 background.