COLOR #030D0A

HEX: #030D0A
RGB: (3,13,10)

Color info

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

RGB color model

#030D0A color RGB value is (3,13,10).

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

RGB channels and saturation

R 3 of 255 = 1%
G 13 of 255 = 5%
B 10 of 255 = 4%

3
13
10

R + G + B ~ 3%. #030D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 13 + 10 = 26 (100%)
R 3 of 26 ~ 11.54%
G 13 of 26 ~ 50%
B 10 of 26 ~ 38.46%

%11.54
%50
%38.46

CMYK color model

#030D0A color CMYK value is (77,0,23,95).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 94.90%
CMYK:
(77,0,23,95)
C77M0Y23K95 
(77%,0%,23%,95%)
(0.77/0.00/0.23/0.95)	

CMYK percentages

%76.92
%0
%23.08
%94.9

Codes

Color #030D0A in popluar color models

030D0A
RGB31310
HSL162°62.50%3.14%
HSB/HSV162°76.92%5.10%
CMYK76.92%0.00%23.08%
94.90%

Color #030D0A in popluar number systems.

HEX030D0A
Decimal31310
Binary1111011010
Octal31512

Shades and tints

Shades of #030D0A

#030D0A
(3,13,10)
#030C0A
(3,12,10)
#030B0A
(3,11,10)
#030A0A
(3,10,10)
#03090A
(3,9,10)
#03080A
(3,8,10)
#03070A
(3,7,10)
#03060A
(3,6,10)
#03050A
(3,5,10)
#03040A
(3,4,10)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #030D0A

#030D0A
(3,13,10)
#192320
(25,35,32)
#2F3936
(47,57,54)
#454F4C
(69,79,76)
#5B6562
(91,101,98)
#717B78
(113,123,120)
#87918E
(135,145,142)
#9DA7A4
(157,167,164)
#B3BDBA
(179,189,186)
#C9D3D0
(201,211,208)
#DFE9E6
(223,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030D0A; }

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

This text font color is #030D0A.


Background Color

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

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

This div background color is #030D0A.


Border color

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

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

This div border color is #030D0A.


Opacity

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

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

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

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

This text has shadow with #030D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030D0A on black background.


Color preview on white background

This text has color #030D0A on white background.



Black color preview on #030D0A background

This text has black color on #030D0A background.


White color preview on #030D0A background

This text has white color on #030D0A background.