COLOR #308D36

HEX: #308D36
RGB: (48,141,54)

Color info

#308D36 contains mainly green color. Web safe color of #308D36 is #339933 (or #393).

RGB color model

#308D36 color RGB value is (48,141,54).

  • red value is 48;
  • green value is 141;
  • blue value is 54.
RGB:
(48,141,54)
(19%,55%,21%)

RGB channels and saturation

R 48 of 255 = 19%
G 141 of 255 = 55%
B 54 of 255 = 21%

48
141
54

R + G + B ~ 32%. #308D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 141 + 54 = 243 (100%)
R 48 of 243 ~ 19.75%
G 141 of 243 ~ 58.02%
B 54 of 243 ~ 22.22%

%19.75
%58.02
%22.22

CMYK color model

#308D36 color CMYK value is (66,0,62,45).

  • cyan value is 65.96%
  • magenta value is 0.00%
  • yellow value is 61.70%
  • key color value is 44.71%
CMYK:
(66,0,62,45)
C66M0Y62K45 
(66%,0%,62%,45%)
(0.66/0.00/0.62/0.45)	

CMYK percentages

%65.96
%0
%61.7
%44.71

Codes

Color #308D36 in popluar color models

308D36
RGB4814154
HSL124°49.21%37.06%
HSB/HSV124°65.96%55.29%
CMYK65.96%0.00%61.70%
44.71%

Color #308D36 in popluar number systems.

HEX308D36
Decimal4814154
Binary11000010001101110110
Octal6021566

Shades and tints

Shades of #308D36

#308D36
(48,141,54)
#2C8132
(44,129,50)
#28752E
(40,117,46)
#24692A
(36,105,42)
#205D26
(32,93,38)
#1C5122
(28,81,34)
#18451E
(24,69,30)
#14391A
(20,57,26)
#102D16
(16,45,22)
#0C2112
(12,33,18)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #308D36

#308D36
(48,141,54)
#429748
(66,151,72)
#54A15A
(84,161,90)
#66AB6C
(102,171,108)
#78B57E
(120,181,126)
#8ABF90
(138,191,144)
#9CC9A2
(156,201,162)
#AED3B4
(174,211,180)
#C0DDC6
(192,221,198)
#D2E7D8
(210,231,216)
#E4F1EA
(228,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308D36 color. Also use rgb(48,141,54) instead hex code.

Text Font Color

.myTextColor { color: #308D36; }

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

This text font color is #308D36.


Background Color

.myBgColor { background-color: #308D36; }

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

This div background color is #308D36.


Border color

.myBorderColor { border: 1px solid #308D36; }

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

This div border color is #308D36.


Opacity

.myOpacity80 { color: #308D36; opacity: 0.8; }

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

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

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

This text has shadow with #308D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308D36 on black background.


Color preview on white background

This text has color #308D36 on white background.



Black color preview on #308D36 background

This text has black color on #308D36 background.


White color preview on #308D36 background

This text has white color on #308D36 background.