COLOR #308224

HEX: #308224
RGB: (48,130,36)

Color info

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

RGB color model

#308224 color RGB value is (48,130,36).

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

RGB channels and saturation

R 48 of 255 = 19%
G 130 of 255 = 51%
B 36 of 255 = 14%

48
130
36

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

Portions of RGB colors in percentages

R + G + B =
48 + 130 + 36 = 214 (100%)
R 48 of 214 ~ 22.43%
G 130 of 214 ~ 60.75%
B 36 of 214 ~ 16.82%

%22.43
%60.75
%16.82

CMYK color model

#308224 color CMYK value is (63,0,72,49).

  • cyan value is 63.08%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 49.02%
CMYK:
(63,0,72,49)
C63M0Y72K49 
(63%,0%,72%,49%)
(0.63/0.00/0.72/0.49)	

CMYK percentages

%63.08
%0
%72.31
%49.02

Codes

Color #308224 in popluar color models

308224
RGB4813036
HSL112°56.63%32.55%
HSB/HSV112°72.31%50.98%
CMYK63.08%0.00%72.31%
49.02%

Color #308224 in popluar number systems.

HEX308224
Decimal4813036
Binary11000010000010100100
Octal6020244

Shades and tints

Shades of #308224

#308224
(48,130,36)
#2C7721
(44,119,33)
#286C1E
(40,108,30)
#24611B
(36,97,27)
#205618
(32,86,24)
#1C4B15
(28,75,21)
#184012
(24,64,18)
#14350F
(20,53,15)
#102A0C
(16,42,12)
#0C1F09
(12,31,9)
#081406
(8,20,6)
#000000
(0,0,0)

Tints of #308224

#308224
(48,130,36)
#428D37
(66,141,55)
#54984A
(84,152,74)
#66A35D
(102,163,93)
#78AE70
(120,174,112)
#8AB983
(138,185,131)
#9CC496
(156,196,150)
#AECFA9
(174,207,169)
#C0DABC
(192,218,188)
#D2E5CF
(210,229,207)
#E4F0E2
(228,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308224; }

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

This text font color is #308224.


Background Color

.myBgColor { background-color: #308224; }

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

This div background color is #308224.


Border color

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

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

This div border color is #308224.


Opacity

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

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

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

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

This text has shadow with #308224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308224 on black background.


Color preview on white background

This text has color #308224 on white background.



Black color preview on #308224 background

This text has black color on #308224 background.


White color preview on #308224 background

This text has white color on #308224 background.