COLOR #307F37

HEX: #307F37
RGB: (48,127,55)

Color info

#307F37 contains mainly green color. Web safe color of #307F37 is #336633 (or #363).

RGB color model

#307F37 color RGB value is (48,127,55).

  • red value is 48;
  • green value is 127;
  • blue value is 55.
RGB:
(48,127,55)
(19%,50%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 127 of 255 = 50%
B 55 of 255 = 22%

48
127
55

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

Portions of RGB colors in percentages

R + G + B =
48 + 127 + 55 = 230 (100%)
R 48 of 230 ~ 20.87%
G 127 of 230 ~ 55.22%
B 55 of 230 ~ 23.91%

%20.87
%55.22
%23.91

CMYK color model

#307F37 color CMYK value is (62,0,57,50).

  • cyan value is 62.20%
  • magenta value is 0.00%
  • yellow value is 56.69%
  • key color value is 50.20%
CMYK:
(62,0,57,50)
C62M0Y57K50 
(62%,0%,57%,50%)
(0.62/0.00/0.57/0.50)	

CMYK percentages

%62.2
%0
%56.69
%50.2

Codes

Color #307F37 in popluar color models

307F37
RGB4812755
HSL125°45.14%34.31%
HSB/HSV125°62.20%49.80%
CMYK62.20%0.00%56.69%
50.20%

Color #307F37 in popluar number systems.

HEX307F37
Decimal4812755
Binary1100001111111110111
Octal6017767

Shades and tints

Shades of #307F37

#307F37
(48,127,55)
#2C7432
(44,116,50)
#28692D
(40,105,45)
#245E28
(36,94,40)
#205323
(32,83,35)
#1C481E
(28,72,30)
#183D19
(24,61,25)
#143214
(20,50,20)
#10270F
(16,39,15)
#0C1C0A
(12,28,10)
#081105
(8,17,5)
#000000
(0,0,0)

Tints of #307F37

#307F37
(48,127,55)
#428A49
(66,138,73)
#54955B
(84,149,91)
#66A06D
(102,160,109)
#78AB7F
(120,171,127)
#8AB691
(138,182,145)
#9CC1A3
(156,193,163)
#AECCB5
(174,204,181)
#C0D7C7
(192,215,199)
#D2E2D9
(210,226,217)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307F37 color. Also use rgb(48,127,55) instead hex code.

Text Font Color

.myTextColor { color: #307F37; }

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

This text font color is #307F37.


Background Color

.myBgColor { background-color: #307F37; }

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

This div background color is #307F37.


Border color

.myBorderColor { border: 1px solid #307F37; }

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

This div border color is #307F37.


Opacity

.myOpacity80 { color: #307F37; opacity: 0.8; }

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

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

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

This text has shadow with #307F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307F37 on black background.


Color preview on white background

This text has color #307F37 on white background.



Black color preview on #307F37 background

This text has black color on #307F37 background.


White color preview on #307F37 background

This text has white color on #307F37 background.