COLOR #307B15

HEX: #307B15
RGB: (48,123,21)

Color info

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

RGB color model

#307B15 color RGB value is (48,123,21).

  • red value is 48;
  • green value is 123;
  • blue value is 21.
RGB:
(48,123,21)
(19%,48%,8%)

RGB channels and saturation

R 48 of 255 = 19%
G 123 of 255 = 48%
B 21 of 255 = 8%

48
123
21

R + G + B ~ 25%. #307B15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 123 + 21 = 192 (100%)
R 48 of 192 ~ 25%
G 123 of 192 ~ 64.06%
B 21 of 192 ~ 10.94%

%25
%64.06
%10.94

CMYK color model

#307B15 color CMYK value is (61,0,83,52).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 82.93%
  • key color value is 51.76%
CMYK:
(61,0,83,52)
C61M0Y83K52 
(61%,0%,83%,52%)
(0.61/0.00/0.83/0.52)	

CMYK percentages

%60.98
%0
%82.93
%51.76

Codes

Color #307B15 in popluar color models

307B15
RGB4812321
HSL104°70.83%28.24%
HSB/HSV104°82.93%48.24%
CMYK60.98%0.00%82.93%
51.76%

Color #307B15 in popluar number systems.

HEX307B15
Decimal4812321
Binary110000111101110101
Octal6017325

Shades and tints

Shades of #307B15

#307B15
(48,123,21)
#2C7014
(44,112,20)
#286513
(40,101,19)
#245A12
(36,90,18)
#204F11
(32,79,17)
#1C4410
(28,68,16)
#18390F
(24,57,15)
#142E0E
(20,46,14)
#10230D
(16,35,13)
#0C180C
(12,24,12)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #307B15

#307B15
(48,123,21)
#42872A
(66,135,42)
#54933F
(84,147,63)
#669F54
(102,159,84)
#78AB69
(120,171,105)
#8AB77E
(138,183,126)
#9CC393
(156,195,147)
#AECFA8
(174,207,168)
#C0DBBD
(192,219,189)
#D2E7D2
(210,231,210)
#E4F3E7
(228,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307B15 color. Also use rgb(48,123,21) instead hex code.

Text Font Color

.myTextColor { color: #307B15; }

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

This text font color is #307B15.


Background Color

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

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

This div background color is #307B15.


Border color

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

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

This div border color is #307B15.


Opacity

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

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

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

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

This text has shadow with #307B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307B15 on black background.


Color preview on white background

This text has color #307B15 on white background.



Black color preview on #307B15 background

This text has black color on #307B15 background.


White color preview on #307B15 background

This text has white color on #307B15 background.