COLOR #307B2B

HEX: #307B2B
RGB: (48,123,43)

Color info

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

RGB color model

#307B2B color RGB value is (48,123,43).

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

RGB channels and saturation

R 48 of 255 = 19%
G 123 of 255 = 48%
B 43 of 255 = 17%

48
123
43

R + G + B ~ 28%. #307B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 123 + 43 = 214 (100%)
R 48 of 214 ~ 22.43%
G 123 of 214 ~ 57.48%
B 43 of 214 ~ 20.09%

%22.43
%57.48
%20.09

CMYK color model

#307B2B color CMYK value is (61,0,65,52).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 65.04%
  • key color value is 51.76%
CMYK:
(61,0,65,52)
C61M0Y65K52 
(61%,0%,65%,52%)
(0.61/0.00/0.65/0.52)	

CMYK percentages

%60.98
%0
%65.04
%51.76

Codes

Color #307B2B in popluar color models

307B2B
RGB4812343
HSL116°48.19%32.55%
HSB/HSV116°65.04%48.24%
CMYK60.98%0.00%65.04%
51.76%

Color #307B2B in popluar number systems.

HEX307B2B
Decimal4812343
Binary1100001111011101011
Octal6017353

Shades and tints

Shades of #307B2B

#307B2B
(48,123,43)
#2C7028
(44,112,40)
#286525
(40,101,37)
#245A22
(36,90,34)
#204F1F
(32,79,31)
#1C441C
(28,68,28)
#183919
(24,57,25)
#142E16
(20,46,22)
#102313
(16,35,19)
#0C1810
(12,24,16)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #307B2B

#307B2B
(48,123,43)
#42873E
(66,135,62)
#549351
(84,147,81)
#669F64
(102,159,100)
#78AB77
(120,171,119)
#8AB78A
(138,183,138)
#9CC39D
(156,195,157)
#AECFB0
(174,207,176)
#C0DBC3
(192,219,195)
#D2E7D6
(210,231,214)
#E4F3E9
(228,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307B2B; }

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

This text font color is #307B2B.


Background Color

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

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

This div background color is #307B2B.


Border color

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

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

This div border color is #307B2B.


Opacity

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

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

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

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

This text has shadow with #307B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307B2B on black background.


Color preview on white background

This text has color #307B2B on white background.



Black color preview on #307B2B background

This text has black color on #307B2B background.


White color preview on #307B2B background

This text has white color on #307B2B background.