COLOR #308245

HEX: #308245
RGB: (48,130,69)

Color info

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

RGB color model

#308245 color RGB value is (48,130,69).

  • red value is 48;
  • green value is 130;
  • blue value is 69.
RGB:
(48,130,69)
(19%,51%,27%)

RGB channels and saturation

R 48 of 255 = 19%
G 130 of 255 = 51%
B 69 of 255 = 27%

48
130
69

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

Portions of RGB colors in percentages

R + G + B =
48 + 130 + 69 = 247 (100%)
R 48 of 247 ~ 19.43%
G 130 of 247 ~ 52.63%
B 69 of 247 ~ 27.94%

%19.43
%52.63
%27.94

CMYK color model

#308245 color CMYK value is (63,0,47,49).

  • cyan value is 63.08%
  • magenta value is 0.00%
  • yellow value is 46.92%
  • key color value is 49.02%
CMYK:
(63,0,47,49)
C63M0Y47K49 
(63%,0%,47%,49%)
(0.63/0.00/0.47/0.49)	

CMYK percentages

%63.08
%0
%46.92
%49.02

Codes

Color #308245 in popluar color models

308245
RGB4813069
HSL135°46.07%34.90%
HSB/HSV135°63.08%50.98%
CMYK63.08%0.00%46.92%
49.02%

Color #308245 in popluar number systems.

HEX308245
Decimal4813069
Binary110000100000101000101
Octal60202105

Shades and tints

Shades of #308245

#308245
(48,130,69)
#2C773F
(44,119,63)
#286C39
(40,108,57)
#246133
(36,97,51)
#20562D
(32,86,45)
#1C4B27
(28,75,39)
#184021
(24,64,33)
#14351B
(20,53,27)
#102A15
(16,42,21)
#0C1F0F
(12,31,15)
#081409
(8,20,9)
#000000
(0,0,0)

Tints of #308245

#308245
(48,130,69)
#428D55
(66,141,85)
#549865
(84,152,101)
#66A375
(102,163,117)
#78AE85
(120,174,133)
#8AB995
(138,185,149)
#9CC4A5
(156,196,165)
#AECFB5
(174,207,181)
#C0DAC5
(192,218,197)
#D2E5D5
(210,229,213)
#E4F0E5
(228,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308245 color. Also use rgb(48,130,69) instead hex code.

Text Font Color

.myTextColor { color: #308245; }

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

This text font color is #308245.


Background Color

.myBgColor { background-color: #308245; }

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

This div background color is #308245.


Border color

.myBorderColor { border: 1px solid #308245; }

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

This div border color is #308245.


Opacity

.myOpacity80 { color: #308245; opacity: 0.8; }

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

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

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

This text has shadow with #308245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308245 on black background.


Color preview on white background

This text has color #308245 on white background.



Black color preview on #308245 background

This text has black color on #308245 background.


White color preview on #308245 background

This text has white color on #308245 background.