COLOR #303000

HEX: #303000
RGB: (48,48,0)

Color info

#303000 contains only red and green colors. Web safe color of #303000 is #333300 (or #330).

RGB color model

#303000 color RGB value is (48,48,0).

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

RGB channels and saturation

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

48
48
0

R + G + B ~ 13%. #303000 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 0 = 96 (100%)
R 48 of 96 ~ 50%
G 48 of 96 ~ 50%
B 0 of 96 ~ 0%

%50
%50

CMYK color model

#303000 color CMYK value is (0,0,100,81).

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

CMYK percentages

%0
%0
%100
%81.18

Codes

Color #303000 in popluar color models

303000
RGB48480
HSL60°100.00%9.41%
HSB/HSV60°100.00%18.82%
CMYK0.00%0.00%100.00%
81.18%

Color #303000 in popluar number systems.

HEX303000
Decimal48480
Binary1100001100000
Octal60600

Shades and tints

Shades of #303000

#303000
(48,48,0)
#2C2C00
(44,44,0)
#282800
(40,40,0)
#242400
(36,36,0)
#202000
(32,32,0)
#1C1C00
(28,28,0)
#181800
(24,24,0)
#141400
(20,20,0)
#101000
(16,16,0)
#0C0C00
(12,12,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #303000

#303000
(48,48,0)
#424217
(66,66,23)
#54542E
(84,84,46)
#666645
(102,102,69)
#78785C
(120,120,92)
#8A8A73
(138,138,115)
#9C9C8A
(156,156,138)
#AEAEA1
(174,174,161)
#C0C0B8
(192,192,184)
#D2D2CF
(210,210,207)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303000; }

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

This text font color is #303000.


Background Color

.myBgColor { background-color: #303000; }

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

This div background color is #303000.


Border color

.myBorderColor { border: 1px solid #303000; }

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

This div border color is #303000.


Opacity

.myOpacity80 { color: #303000; opacity: 0.8; }

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

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

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

This text has shadow with #303000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303000 on black background.


Color preview on white background

This text has color #303000 on white background.



Black color preview on #303000 background

This text has black color on #303000 background.


White color preview on #303000 background

This text has white color on #303000 background.