COLOR #030E03

HEX: #030E03
RGB: (3,14,3)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

3
14
3

R + G + B ~ 2%. #030E03 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 14 + 3 = 20 (100%)
R 3 of 20 ~ 15%
G 14 of 20 ~ 70%
B 3 of 20 ~ 15%

%15
%70
%15

CMYK color model

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

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

CMYK percentages

%78.57
%0
%78.57
%94.51

Codes

Color #030E03 in popluar color models

030E03
RGB3143
HSL120°64.71%3.33%
HSB/HSV120°78.57%5.49%
CMYK78.57%0.00%78.57%
94.51%

Color #030E03 in popluar number systems.

HEX030E03
Decimal3143
Binary11111011
Octal3163

Shades and tints

Shades of #030E03

#030E03
(3,14,3)
#030D03
(3,13,3)
#030C03
(3,12,3)
#030B03
(3,11,3)
#030A03
(3,10,3)
#030903
(3,9,3)
#030803
(3,8,3)
#030703
(3,7,3)
#030603
(3,6,3)
#030503
(3,5,3)
#030403
(3,4,3)
#000000
(0,0,0)

Tints of #030E03

#030E03
(3,14,3)
#192319
(25,35,25)
#2F382F
(47,56,47)
#454D45
(69,77,69)
#5B625B
(91,98,91)
#717771
(113,119,113)
#878C87
(135,140,135)
#9DA19D
(157,161,157)
#B3B6B3
(179,182,179)
#C9CBC9
(201,203,201)
#DFE0DF
(223,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030E03; }

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

This text font color is #030E03.


Background Color

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

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

This div background color is #030E03.


Border color

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

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

This div border color is #030E03.


Opacity

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

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

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

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

This text has shadow with #030E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030E03 on black background.


Color preview on white background

This text has color #030E03 on white background.



Black color preview on #030E03 background

This text has black color on #030E03 background.


White color preview on #030E03 background

This text has white color on #030E03 background.