COLOR #00301C

HEX: #00301C
RGB: (0,48,28)

Color info

#00301C contains only green and blue colors. Web safe color of #00301C is #003333 (or #033).

RGB color model

#00301C color RGB value is (0,48,28).

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

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 28 of 255 = 11%

0
48
28

R + G + B ~ 10%. #00301C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 28 = 76 (100%)
R 0 of 76 ~ 0%
G 48 of 76 ~ 63.16%
B 28 of 76 ~ 36.84%

%63.16
%36.84

CMYK color model

#00301C color CMYK value is (100,0,42,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 81.18%
CMYK:
(100,0,42,81)
C100M0Y42K81 
(100%,0%,42%,81%)
(1.00/0.00/0.42/0.81)	

CMYK percentages

%100
%0
%41.67
%81.18

Codes

Color #00301C in popluar color models

00301C
RGB04828
HSL155°100.00%9.41%
HSB/HSV155°100.00%18.82%
CMYK100.00%0.00%41.67%
81.18%

Color #00301C in popluar number systems.

HEX00301C
Decimal04828
Binary011000011100
Octal06034

Shades and tints

Shades of #00301C

#00301C
(0,48,28)
#002C1A
(0,44,26)
#002818
(0,40,24)
#002416
(0,36,22)
#002014
(0,32,20)
#001C12
(0,28,18)
#001810
(0,24,16)
#00140E
(0,20,14)
#00100C
(0,16,12)
#000C0A
(0,12,10)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #00301C

#00301C
(0,48,28)
#174230
(23,66,48)
#2E5444
(46,84,68)
#456658
(69,102,88)
#5C786C
(92,120,108)
#738A80
(115,138,128)
#8A9C94
(138,156,148)
#A1AEA8
(161,174,168)
#B8C0BC
(184,192,188)
#CFD2D0
(207,210,208)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00301C; }

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

This text font color is #00301C.


Background Color

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

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

This div background color is #00301C.


Border color

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

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

This div border color is #00301C.


Opacity

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

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

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

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

This text has shadow with #00301C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00301C on black background.


Color preview on white background

This text has color #00301C on white background.



Black color preview on #00301C background

This text has black color on #00301C background.


White color preview on #00301C background

This text has white color on #00301C background.