COLOR #307404

HEX: #307404 RGB: (48,116,4)

Color info

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

RGB color model

#307404 color RGB value is (48,116,4).

RGB: (48,116,4) (19%, 45%, 2%)

RGB channels and saturation

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

48
116
4

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

Portions of RGB colors in percentages

R + G + B = 48 + 116 + 4 = 168 (100%)
R 48 of 168 ~ 28.57%
G 116 of 168 ~ 69.05%
B 4 of 168 ~ 2.38'%

%28.57
%69.05

CMYK color model

#307404 color CMYK value is (59,0,97,55).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 96.55%
  • key color value is 54.51%

CMYK: (59,0,97,55)
C59M0Y97K55 (59%, 0%, 97%, 55%)
(0.59 / 0.00 / 0.97 / 0.55)

CMYK percentages

%58.62
%0
%96.55
%54.51

Codes

Color #307404 in popluar color models

30 74 04
RGB 48 116 4
HSL 96° 93.33% 23.53%
HSB/HSV 96° 96.55% 45.49%
CMYK 58.62% 0.00% 96.55%
54.51%

Color #307404 in popluar number systems.

HEX 30 74 04
Decimal 48 116 4
Binary 110000 1110100 100
Octal 60 164 4

Shades and tints

Shades of #307404

#307404
(48,116,4)
#2C6A04
(44,106,4)
#286004
(40,96,4)
#245604
(36,86,4)
#204C04
(32,76,4)
#1C4204
(28,66,4)
#183804
(24,56,4)
#142E04
(20,46,4)
#102404
(16,36,4)
#0C1A04
(12,26,4)
#081004
(8,16,4)
#000000
(0,0,0)

Tints of #307404

#307404
(48,116,4)
#42801A
(66,128,26)
#548C30
(84,140,48)
#669846
(102,152,70)
#78A45C
(120,164,92)
#8AB072
(138,176,114)
#9CBC88
(156,188,136)
#AEC89E
(174,200,158)
#C0D4B4
(192,212,180)
#D2E0CA
(210,224,202)
#E4ECE0
(228,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307404; }

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

This text font color is #307404.

Background Color

.myBgColor { background-color: #307404; }

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

This div background color is #307404.

Border color

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

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

This div border color is #307404.

Opacity

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

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

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

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

This text has shadow with #307404 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307404.

Preview

Color preview on black background

This text has color #307404 on black background.


Color preview on white background

This text has color #307404 on white background.


Black color preview on #307404 background

This text has black color on #307404 background.


White color preview on #307404 background

This text has white color on #307404 background.


Related colors

Complementary color

Complementary color for #hex is #CF8BFB.


I love getcolorcode.com

Triadic colors

1 #043074 and #740430 with #307404 are triadic colors.

2 #047430 and #743004 with #307404 are triadic colors.