COLOR #307440

HEX: #307440
RGB: (48,116,64)

Color info

#307440 contains mainly green and blue colors. Web safe color of #307440 is #336633 (or #363).

RGB color model

#307440 color RGB value is (48,116,64).

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

RGB channels and saturation

R 48 of 255 = 19%
G 116 of 255 = 45%
B 64 of 255 = 25%

48
116
64

R + G + B ~ 30%. #307440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 116 + 64 = 228 (100%)
R 48 of 228 ~ 21.05%
G 116 of 228 ~ 50.88%
B 64 of 228 ~ 28.07%

%21.05
%50.88
%28.07

CMYK color model

#307440 color CMYK value is (59,0,45,55).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(59,0,45,55)
C59M0Y45K55 
(59%,0%,45%,55%)
(0.59/0.00/0.45/0.55)	

CMYK percentages

%58.62
%0
%44.83
%54.51

Codes

Color #307440 in popluar color models

307440
RGB4811664
HSL134°41.46%32.16%
HSB/HSV134°58.62%45.49%
CMYK58.62%0.00%44.83%
54.51%

Color #307440 in popluar number systems.

HEX307440
Decimal4811664
Binary11000011101001000000
Octal60164100

Shades and tints

Shades of #307440

#307440
(48,116,64)
#2C6A3B
(44,106,59)
#286036
(40,96,54)
#245631
(36,86,49)
#204C2C
(32,76,44)
#1C4227
(28,66,39)
#183822
(24,56,34)
#142E1D
(20,46,29)
#102418
(16,36,24)
#0C1A13
(12,26,19)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #307440

#307440
(48,116,64)
#428051
(66,128,81)
#548C62
(84,140,98)
#669873
(102,152,115)
#78A484
(120,164,132)
#8AB095
(138,176,149)
#9CBCA6
(156,188,166)
#AEC8B7
(174,200,183)
#C0D4C8
(192,212,200)
#D2E0D9
(210,224,217)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307440; }

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

This text font color is #307440.


Background Color

.myBgColor { background-color: #307440; }

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

This div background color is #307440.


Border color

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

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

This div border color is #307440.


Opacity

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

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

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

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

This text has shadow with #307440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307440 on black background.


Color preview on white background

This text has color #307440 on white background.



Black color preview on #307440 background

This text has black color on #307440 background.


White color preview on #307440 background

This text has white color on #307440 background.