COLOR #307409

HEX: #307409
RGB: (48,116,9)

Color info

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

RGB color model

#307409 color RGB value is (48,116,9).

  • red value is 48;
  • green value is 116;
  • blue value is 9.
RGB:
(48,116,9)
(19%,45%,4%)

RGB channels and saturation

R 48 of 255 = 19%
G 116 of 255 = 45%
B 9 of 255 = 4%

48
116
9

R + G + B ~ 23%. #307409 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 116 + 9 = 173 (100%)
R 48 of 173 ~ 27.75%
G 116 of 173 ~ 67.05%
B 9 of 173 ~ 5.2%

%27.75
%67.05

CMYK color model

#307409 color CMYK value is (59,0,92,55).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 92.24%
  • key color value is 54.51%
CMYK:
(59,0,92,55)
C59M0Y92K55 
(59%,0%,92%,55%)
(0.59/0.00/0.92/0.55)	

CMYK percentages

%58.62
%0
%92.24
%54.51

Codes

Color #307409 in popluar color models

307409
RGB481169
HSL98°85.60%24.51%
HSB/HSV98°92.24%45.49%
CMYK58.62%0.00%92.24%
54.51%

Color #307409 in popluar number systems.

HEX307409
Decimal481169
Binary11000011101001001
Octal6016411

Shades and tints

Shades of #307409

#307409
(48,116,9)
#2C6A09
(44,106,9)
#286009
(40,96,9)
#245609
(36,86,9)
#204C09
(32,76,9)
#1C4209
(28,66,9)
#183809
(24,56,9)
#142E09
(20,46,9)
#102409
(16,36,9)
#0C1A09
(12,26,9)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #307409

#307409
(48,116,9)
#42801F
(66,128,31)
#548C35
(84,140,53)
#66984B
(102,152,75)
#78A461
(120,164,97)
#8AB077
(138,176,119)
#9CBC8D
(156,188,141)
#AEC8A3
(174,200,163)
#C0D4B9
(192,212,185)
#D2E0CF
(210,224,207)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307409; }

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

This text font color is #307409.


Background Color

.myBgColor { background-color: #307409; }

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

This div background color is #307409.


Border color

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

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

This div border color is #307409.


Opacity

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

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

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

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

This text has shadow with #307409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307409 on black background.


Color preview on white background

This text has color #307409 on white background.



Black color preview on #307409 background

This text has black color on #307409 background.


White color preview on #307409 background

This text has white color on #307409 background.