COLOR #307C3B

HEX: #307C3B
RGB: (48,124,59)

Color info

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

RGB color model

#307C3B color RGB value is (48,124,59).

  • red value is 48;
  • green value is 124;
  • blue value is 59.
RGB:
(48,124,59)
(19%,49%,23%)

RGB channels and saturation

R 48 of 255 = 19%
G 124 of 255 = 49%
B 59 of 255 = 23%

48
124
59

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

Portions of RGB colors in percentages

R + G + B =
48 + 124 + 59 = 231 (100%)
R 48 of 231 ~ 20.78%
G 124 of 231 ~ 53.68%
B 59 of 231 ~ 25.54%

%20.78
%53.68
%25.54

CMYK color model

#307C3B color CMYK value is (61,0,52,51).

  • cyan value is 61.29%
  • magenta value is 0.00%
  • yellow value is 52.42%
  • key color value is 51.37%
CMYK:
(61,0,52,51)
C61M0Y52K51 
(61%,0%,52%,51%)
(0.61/0.00/0.52/0.51)	

CMYK percentages

%61.29
%0
%52.42
%51.37

Codes

Color #307C3B in popluar color models

307C3B
RGB4812459
HSL129°44.19%33.73%
HSB/HSV129°61.29%48.63%
CMYK61.29%0.00%52.42%
51.37%

Color #307C3B in popluar number systems.

HEX307C3B
Decimal4812459
Binary1100001111100111011
Octal6017473

Shades and tints

Shades of #307C3B

#307C3B
(48,124,59)
#2C7136
(44,113,54)
#286631
(40,102,49)
#245B2C
(36,91,44)
#205027
(32,80,39)
#1C4522
(28,69,34)
#183A1D
(24,58,29)
#142F18
(20,47,24)
#102413
(16,36,19)
#0C190E
(12,25,14)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #307C3B

#307C3B
(48,124,59)
#42874C
(66,135,76)
#54925D
(84,146,93)
#669D6E
(102,157,110)
#78A87F
(120,168,127)
#8AB390
(138,179,144)
#9CBEA1
(156,190,161)
#AEC9B2
(174,201,178)
#C0D4C3
(192,212,195)
#D2DFD4
(210,223,212)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307C3B color. Also use rgb(48,124,59) instead hex code.

Text Font Color

.myTextColor { color: #307C3B; }

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

This text font color is #307C3B.


Background Color

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

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

This div background color is #307C3B.


Border color

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

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

This div border color is #307C3B.


Opacity

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

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

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

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

This text has shadow with #307C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307C3B on black background.


Color preview on white background

This text has color #307C3B on white background.



Black color preview on #307C3B background

This text has black color on #307C3B background.


White color preview on #307C3B background

This text has white color on #307C3B background.