COLOR #00301B

HEX: #00301B
RGB: (0,48,27)

Color info

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

RGB color model

#00301B color RGB value is (0,48,27).

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

RGB channels and saturation

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

0
48
27

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

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 27 = 75 (100%)
R 0 of 75 ~ 0%
G 48 of 75 ~ 64%
B 27 of 75 ~ 36%

%64
%36

CMYK color model

#00301B color CMYK value is (100,0,44,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 81.18%
CMYK:
(100,0,44,81)
C100M0Y44K81 
(100%,0%,44%,81%)
(1.00/0.00/0.44/0.81)	

CMYK percentages

%100
%0
%43.75
%81.18

Codes

Color #00301B in popluar color models

00301B
RGB04827
HSL154°100.00%9.41%
HSB/HSV154°100.00%18.82%
CMYK100.00%0.00%43.75%
81.18%

Color #00301B in popluar number systems.

HEX00301B
Decimal04827
Binary011000011011
Octal06033

Shades and tints

Shades of #00301B

#00301B
(0,48,27)
#002C19
(0,44,25)
#002817
(0,40,23)
#002415
(0,36,21)
#002013
(0,32,19)
#001C11
(0,28,17)
#00180F
(0,24,15)
#00140D
(0,20,13)
#00100B
(0,16,11)
#000C09
(0,12,9)
#000807
(0,8,7)
#000000
(0,0,0)

Tints of #00301B

#00301B
(0,48,27)
#17422F
(23,66,47)
#2E5443
(46,84,67)
#456657
(69,102,87)
#5C786B
(92,120,107)
#738A7F
(115,138,127)
#8A9C93
(138,156,147)
#A1AEA7
(161,174,167)
#B8C0BB
(184,192,187)
#CFD2CF
(207,210,207)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00301B; }

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

This text font color is #00301B.


Background Color

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

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

This div background color is #00301B.


Border color

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

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

This div border color is #00301B.


Opacity

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

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

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

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

This text has shadow with #00301B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00301B on black background.


Color preview on white background

This text has color #00301B on white background.



Black color preview on #00301B background

This text has black color on #00301B background.


White color preview on #00301B background

This text has white color on #00301B background.