COLOR #00300C

HEX: #00300C
RGB: (0,48,12)

Color info

#00300C contains only green and blue colors. Web safe color of #00300C is #003300 (or #030).

RGB color model

#00300C color RGB value is (0,48,12).

  • red value is 0;
  • green value is 48;
  • blue value is 12.
RGB:
(0,48,12)
(0%,19%,5%)

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 12 of 255 = 5%

0
48
12

R + G + B ~ 8%. #00300C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 12 = 60 (100%)
R 0 of 60 ~ 0%
G 48 of 60 ~ 80%
B 12 of 60 ~ 20%

%80
%20

CMYK color model

#00300C color CMYK value is (100,0,75,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 81.18%
CMYK:
(100,0,75,81)
C100M0Y75K81 
(100%,0%,75%,81%)
(1.00/0.00/0.75/0.81)	

CMYK percentages

%100
%0
%75
%81.18

Codes

Color #00300C in popluar color models

00300C
RGB04812
HSL135°100.00%9.41%
HSB/HSV135°100.00%18.82%
CMYK100.00%0.00%75.00%
81.18%

Color #00300C in popluar number systems.

HEX00300C
Decimal04812
Binary01100001100
Octal06014

Shades and tints

Shades of #00300C

#00300C
(0,48,12)
#002C0B
(0,44,11)
#00280A
(0,40,10)
#002409
(0,36,9)
#002008
(0,32,8)
#001C07
(0,28,7)
#001806
(0,24,6)
#001405
(0,20,5)
#001004
(0,16,4)
#000C03
(0,12,3)
#000802
(0,8,2)
#000000
(0,0,0)

Tints of #00300C

#00300C
(0,48,12)
#174222
(23,66,34)
#2E5438
(46,84,56)
#45664E
(69,102,78)
#5C7864
(92,120,100)
#738A7A
(115,138,122)
#8A9C90
(138,156,144)
#A1AEA6
(161,174,166)
#B8C0BC
(184,192,188)
#CFD2D2
(207,210,210)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00300C color. Also use rgb(0,48,12) instead hex code.

Text Font Color

.myTextColor { color: #00300C; }

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

This text font color is #00300C.


Background Color

.myBgColor { background-color: #00300C; }

<div style="background-color:#00300C">Inner text</div>

This div background color is #00300C.


Border color

.myBorderColor { border: 1px solid #00300C; }

<div style="border:3px solid #00300C">Div</div>

This div border color is #00300C.


Opacity

.myOpacity80 { color: #00300C; opacity: 0.8; }

<p style="color:#00300C;opacity:0.8;">80%</p>

Text with #00300C 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 #00300C;}

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

This text has shadow with #00300C color.

.textShadow {text-shadow: 3px 3px 1px #00300C, 3px 3px 1px red;}

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

This text has shadow with #00300C primary color and red secondary color.


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

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

This text has shadow with #00300C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00300C on black background.


Color preview on white background

This text has color #00300C on white background.



Black color preview on #00300C background

This text has black color on #00300C background.


White color preview on #00300C background

This text has white color on #00300C background.