COLOR #307500

HEX: #307500
RGB: (48,117,0)

Color info

#307500 contains mainly green color. Web safe color of #307500 is #336600 (or #360).

RGB color model

#307500 color RGB value is (48,117,0).

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

RGB channels and saturation

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

48
117
0

R + G + B ~ 22%. #307500 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 117 + 0 = 165 (100%)
R 48 of 165 ~ 29.09%
G 117 of 165 ~ 70.91%
B 0 of 165 ~ 0%

%29.09
%70.91

CMYK color model

#307500 color CMYK value is (59,0,100,54).

  • cyan value is 58.97%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(59,0,100,54)
C59M0Y100K54 
(59%,0%,100%,54%)
(0.59/0.00/1.00/0.54)	

CMYK percentages

%58.97
%0
%100
%54.12

Codes

Color #307500 in popluar color models

307500
RGB481170
HSL95°100.00%22.94%
HSB/HSV95°100.00%45.88%
CMYK58.97%0.00%100.00%
54.12%

Color #307500 in popluar number systems.

HEX307500
Decimal481170
Binary11000011101010
Octal601650

Shades and tints

Shades of #307500

#307500
(48,117,0)
#2C6B00
(44,107,0)
#286100
(40,97,0)
#245700
(36,87,0)
#204D00
(32,77,0)
#1C4300
(28,67,0)
#183900
(24,57,0)
#142F00
(20,47,0)
#102500
(16,37,0)
#0C1B00
(12,27,0)
#081100
(8,17,0)
#000000
(0,0,0)

Tints of #307500

#307500
(48,117,0)
#428117
(66,129,23)
#548D2E
(84,141,46)
#669945
(102,153,69)
#78A55C
(120,165,92)
#8AB173
(138,177,115)
#9CBD8A
(156,189,138)
#AEC9A1
(174,201,161)
#C0D5B8
(192,213,184)
#D2E1CF
(210,225,207)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307500; }

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

This text font color is #307500.


Background Color

.myBgColor { background-color: #307500; }

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

This div background color is #307500.


Border color

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

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

This div border color is #307500.


Opacity

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

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

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

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

This text has shadow with #307500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307500 on black background.


Color preview on white background

This text has color #307500 on white background.



Black color preview on #307500 background

This text has black color on #307500 background.


White color preview on #307500 background

This text has white color on #307500 background.