COLOR #030C03

HEX: #030C03
RGB: (3,12,3)

Color info

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

RGB color model

#030C03 color RGB value is (3,12,3).

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

RGB channels and saturation

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

3
12
3

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

Portions of RGB colors in percentages

R + G + B =
3 + 12 + 3 = 18 (100%)
R 3 of 18 ~ 16.67%
G 12 of 18 ~ 66.67%
B 3 of 18 ~ 16.67%

%16.67
%66.67
%16.67

CMYK color model

#030C03 color CMYK value is (75,0,75,95).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 95.29%
CMYK:
(75,0,75,95)
C75M0Y75K95 
(75%,0%,75%,95%)
(0.75/0.00/0.75/0.95)	

CMYK percentages

%75
%0
%75
%95.29

Codes

Color #030C03 in popluar color models

030C03
RGB3123
HSL120°60.00%2.94%
HSB/HSV120°75.00%4.71%
CMYK75.00%0.00%75.00%
95.29%

Color #030C03 in popluar number systems.

HEX030C03
Decimal3123
Binary11110011
Octal3143

Shades and tints

Shades of #030C03

#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)
#030303
(3,3,3)
#030203
(3,2,3)
#000000
(0,0,0)

Tints of #030C03

#030C03
(3,12,3)
#192219
(25,34,25)
#2F382F
(47,56,47)
#454E45
(69,78,69)
#5B645B
(91,100,91)
#717A71
(113,122,113)
#879087
(135,144,135)
#9DA69D
(157,166,157)
#B3BCB3
(179,188,179)
#C9D2C9
(201,210,201)
#DFE8DF
(223,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030C03; }

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

This text font color is #030C03.


Background Color

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

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

This div background color is #030C03.


Border color

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

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

This div border color is #030C03.


Opacity

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

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

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

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

This text has shadow with #030C03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030C03 on black background.


Color preview on white background

This text has color #030C03 on white background.



Black color preview on #030C03 background

This text has black color on #030C03 background.


White color preview on #030C03 background

This text has white color on #030C03 background.