COLOR #303300

HEX: #303300 RGB: (48,51,0)

Color info

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

RGB color model

#303300 color RGB value is (48,51,0).

RGB: (48,51,0) (19%, 20%, 0%)

RGB channels and saturation

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

48
51
0

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

Portions of RGB colors in percentages

R + G + B = 48 + 51 + 0 = 99 (100%)
R 48 of 99 ~ 48.48%
G 51 of 99 ~ 51.52%
B 0 of 99 ~ 0'%

%48.48
%51.52

CMYK color model

#303300 color CMYK value is (6,0,100,80).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 80.00%

CMYK: (6,0,100,80)
C6M0Y100K80 (6%, 0%, 100%, 80%)
(0.06 / 0.00 / 1.00 / 0.80)

CMYK percentages

%5.88
%0
%100
%80

Codes

Color #303300 in popluar color models

30 33 00
RGB 48 51 0
HSL 64° 100.00% 10.00%
HSB/HSV 64° 100.00% 20.00%
CMYK 5.88% 0.00% 100.00%
80.00%

Color #303300 in popluar number systems.

HEX 30 33 00
Decimal 48 51 0
Binary 110000 110011 0
Octal 60 63 0

Shades and tints

Shades of #303300

#303300
(48,51,0)
#2C2F00
(44,47,0)
#282B00
(40,43,0)
#242700
(36,39,0)
#202300
(32,35,0)
#1C1F00
(28,31,0)
#181B00
(24,27,0)
#141700
(20,23,0)
#101300
(16,19,0)
#0C0F00
(12,15,0)
#080B00
(8,11,0)
#000000
(0,0,0)

Tints of #303300

#303300
(48,51,0)
#424517
(66,69,23)
#54572E
(84,87,46)
#666945
(102,105,69)
#787B5C
(120,123,92)
#8A8D73
(138,141,115)
#9C9F8A
(156,159,138)
#AEB1A1
(174,177,161)
#C0C3B8
(192,195,184)
#D2D5CF
(210,213,207)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303300; }

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

This text font color is #303300.

Background Color

.myBgColor { background-color: #303300; }

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

This div background color is #303300.

Border color

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

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

This div border color is #303300.

Opacity

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

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

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

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

This text has shadow with #303300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303300.

Preview

Color preview on black background

This text has color #303300 on black background.


Color preview on white background

This text has color #303300 on white background.


Black color preview on #303300 background

This text has black color on #303300 background.


White color preview on #303300 background

This text has white color on #303300 background.


Related colors

Complementary color

Complementary color for #hex is #CFCCFF.


I love getcolorcode.com

Triadic colors

1 #003033 and #330030 with #303300 are triadic colors.

2 #003330 and #333000 with #303300 are triadic colors.