COLOR #030E0B

HEX: #030E0B
RGB: (3,14,11)

Color info

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

RGB color model

#030E0B color RGB value is (3,14,11).

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

RGB channels and saturation

R 3 of 255 = 1%
G 14 of 255 = 5%
B 11 of 255 = 4%

3
14
11

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

Portions of RGB colors in percentages

R + G + B =
3 + 14 + 11 = 28 (100%)
R 3 of 28 ~ 10.71%
G 14 of 28 ~ 50%
B 11 of 28 ~ 39.29%

%10.71
%50
%39.29

CMYK color model

#030E0B color CMYK value is (79,0,21,95).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 94.51%
CMYK:
(79,0,21,95)
C79M0Y21K95 
(79%,0%,21%,95%)
(0.79/0.00/0.21/0.95)	

CMYK percentages

%78.57
%0
%21.43
%94.51

Codes

Color #030E0B in popluar color models

030E0B
RGB31411
HSL164°64.71%3.33%
HSB/HSV164°78.57%5.49%
CMYK78.57%0.00%21.43%
94.51%

Color #030E0B in popluar number systems.

HEX030E0B
Decimal31411
Binary1111101011
Octal31613

Shades and tints

Shades of #030E0B

#030E0B
(3,14,11)
#030D0A
(3,13,10)
#030C09
(3,12,9)
#030B08
(3,11,8)
#030A07
(3,10,7)
#030906
(3,9,6)
#030805
(3,8,5)
#030704
(3,7,4)
#030603
(3,6,3)
#030502
(3,5,2)
#030401
(3,4,1)
#000000
(0,0,0)

Tints of #030E0B

#030E0B
(3,14,11)
#192321
(25,35,33)
#2F3837
(47,56,55)
#454D4D
(69,77,77)
#5B6263
(91,98,99)
#717779
(113,119,121)
#878C8F
(135,140,143)
#9DA1A5
(157,161,165)
#B3B6BB
(179,182,187)
#C9CBD1
(201,203,209)
#DFE0E7
(223,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030E0B color. Also use rgb(3,14,11) instead hex code.

Text Font Color

.myTextColor { color: #030E0B; }

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

This text font color is #030E0B.


Background Color

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

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

This div background color is #030E0B.


Border color

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

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

This div border color is #030E0B.


Opacity

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

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

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

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

This text has shadow with #030E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030E0B on black background.


Color preview on white background

This text has color #030E0B on white background.



Black color preview on #030E0B background

This text has black color on #030E0B background.


White color preview on #030E0B background

This text has white color on #030E0B background.