COLOR #304B00

HEX: #304B00
RGB: (48,75,0)

Color info

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

RGB color model

#304B00 color RGB value is (48,75,0).

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

RGB channels and saturation

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

48
75
0

R + G + B ~ 16%. #304B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 75 + 0 = 123 (100%)
R 48 of 123 ~ 39.02%
G 75 of 123 ~ 60.98%
B 0 of 123 ~ 0%

%39.02
%60.98

CMYK color model

#304B00 color CMYK value is (36,0,100,71).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 70.59%
CMYK:
(36,0,100,71)
C36M0Y100K71 
(36%,0%,100%,71%)
(0.36/0.00/1.00/0.71)	

CMYK percentages

%36
%0
%100
%70.59

Codes

Color #304B00 in popluar color models

304B00
RGB48750
HSL82°100.00%14.71%
HSB/HSV82°100.00%29.41%
CMYK36.00%0.00%100.00%
70.59%

Color #304B00 in popluar number systems.

HEX304B00
Decimal48750
Binary11000010010110
Octal601130

Shades and tints

Shades of #304B00

#304B00
(48,75,0)
#2C4500
(44,69,0)
#283F00
(40,63,0)
#243900
(36,57,0)
#203300
(32,51,0)
#1C2D00
(28,45,0)
#182700
(24,39,0)
#142100
(20,33,0)
#101B00
(16,27,0)
#0C1500
(12,21,0)
#080F00
(8,15,0)
#000000
(0,0,0)

Tints of #304B00

#304B00
(48,75,0)
#425B17
(66,91,23)
#546B2E
(84,107,46)
#667B45
(102,123,69)
#788B5C
(120,139,92)
#8A9B73
(138,155,115)
#9CAB8A
(156,171,138)
#AEBBA1
(174,187,161)
#C0CBB8
(192,203,184)
#D2DBCF
(210,219,207)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304B00; }

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

This text font color is #304B00.


Background Color

.myBgColor { background-color: #304B00; }

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

This div background color is #304B00.


Border color

.myBorderColor { border: 1px solid #304B00; }

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

This div border color is #304B00.


Opacity

.myOpacity80 { color: #304B00; opacity: 0.8; }

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

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

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

This text has shadow with #304B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304B00 on black background.


Color preview on white background

This text has color #304B00 on white background.



Black color preview on #304B00 background

This text has black color on #304B00 background.


White color preview on #304B00 background

This text has white color on #304B00 background.