COLOR #030F0D

HEX: #030F0D
RGB: (3,15,13)

Color info

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

RGB color model

#030F0D color RGB value is (3,15,13).

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

RGB channels and saturation

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

3
15
13

R + G + B ~ 4%. #030F0D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 15 + 13 = 31 (100%)
R 3 of 31 ~ 9.68%
G 15 of 31 ~ 48.39%
B 13 of 31 ~ 41.94%

%9.68
%48.39
%41.94

CMYK color model

#030F0D color CMYK value is (80,0,13,94).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 94.12%
CMYK:
(80,0,13,94)
C80M0Y13K94 
(80%,0%,13%,94%)
(0.80/0.00/0.13/0.94)	

CMYK percentages

%80
%0
%13.33
%94.12

Codes

Color #030F0D in popluar color models

030F0D
RGB31513
HSL170°66.67%3.53%
HSB/HSV170°80.00%5.88%
CMYK80.00%0.00%13.33%
94.12%

Color #030F0D in popluar number systems.

HEX030F0D
Decimal31513
Binary1111111101
Octal31715

Shades and tints

Shades of #030F0D

#030F0D
(3,15,13)
#030E0C
(3,14,12)
#030D0B
(3,13,11)
#030C0A
(3,12,10)
#030B09
(3,11,9)
#030A08
(3,10,8)
#030907
(3,9,7)
#030806
(3,8,6)
#030705
(3,7,5)
#030604
(3,6,4)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #030F0D

#030F0D
(3,15,13)
#192423
(25,36,35)
#2F3939
(47,57,57)
#454E4F
(69,78,79)
#5B6365
(91,99,101)
#71787B
(113,120,123)
#878D91
(135,141,145)
#9DA2A7
(157,162,167)
#B3B7BD
(179,183,189)
#C9CCD3
(201,204,211)
#DFE1E9
(223,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030F0D; }

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

This text font color is #030F0D.


Background Color

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

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

This div background color is #030F0D.


Border color

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

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

This div border color is #030F0D.


Opacity

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

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

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

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

This text has shadow with #030F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030F0D on black background.


Color preview on white background

This text has color #030F0D on white background.



Black color preview on #030F0D background

This text has black color on #030F0D background.


White color preview on #030F0D background

This text has white color on #030F0D background.