COLOR #309A4D

HEX: #309A4D RGB: (48,154,77)

Color info

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

RGB color model

#309A4D color RGB value is (48,154,77).

RGB: (48,154,77) (19%, 60%, 30%)

RGB channels and saturation

R 48 of 255 = 19%
G 154 of 255 = 60%
B 77 of 255 = 30%

48
154
77

R + G + B ~ 36%. #309A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 154 + 77 = 279 (100%)
R 48 of 279 ~ 17.2%
G 154 of 279 ~ 55.2%
B 77 of 279 ~ 27.6'%

%17.2
%55.2
%27.6

CMYK color model

#309A4D color CMYK value is (69,0,50,40).

  • cyan value is 68.83%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 39.61%

CMYK: (69,0,50,40)
C69M0Y50K40 (69%, 0%, 50%, 40%)
(0.69 / 0.00 / 0.50 / 0.40)

CMYK percentages

%68.83
%0
%50
%39.61

Codes

Color #309A4D in popluar color models

30 9A 4D
RGB 48 154 77
HSL 136° 52.48% 39.61%
HSB/HSV 136° 68.83% 60.39%
CMYK 68.83% 0.00% 50.00%
39.61%

Color #309A4D in popluar number systems.

HEX 30 9A 4D
Decimal 48 154 77
Binary 110000 10011010 1001101
Octal 60 232 115

Shades and tints

Shades of #309A4D

#309A4D
(48,154,77)
#2C8C46
(44,140,70)
#287E3F
(40,126,63)
#247038
(36,112,56)
#206231
(32,98,49)
#1C542A
(28,84,42)
#184623
(24,70,35)
#14381C
(20,56,28)
#102A15
(16,42,21)
#0C1C0E
(12,28,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #309A4D

#309A4D
(48,154,77)
#42A35D
(66,163,93)
#54AC6D
(84,172,109)
#66B57D
(102,181,125)
#78BE8D
(120,190,141)
#8AC79D
(138,199,157)
#9CD0AD
(156,208,173)
#AED9BD
(174,217,189)
#C0E2CD
(192,226,205)
#D2EBDD
(210,235,221)
#E4F4ED
(228,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309A4D color. Also use rgb(48,154,77) instead hex code.

Text Font Color

.myTextColor { color: #309A4D; }

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

This text font color is #309A4D.

Background Color

.myBgColor { background-color: #309A4D; }

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

This div background color is #309A4D.

Border color

.myBorderColor { border: 1px solid #309A4D; }

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

This div border color is #309A4D.

Opacity

.myOpacity80 { color: #309A4D; opacity: 0.8; }

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

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

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

This text has shadow with #309A4D color.


.textShadow {text-shadow: 3px 3px 1px #309A4D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #309A4D; -webkit-box-shadow: 1px 1px 3px 2px #309A4D; box-shadow:1px 1px 3px 2px #309A4D;">
Div content here
</div>

This div box has shadow with color #309A4D.

Preview

Color preview on black background

This text has color #309A4D on black background.


Color preview on white background

This text has color #309A4D on white background.


Black color preview on #309A4D background

This text has black color on #309A4D background.


White color preview on #309A4D background

This text has white color on #309A4D background.


Related colors

Complementary color

Complementary color for #hex is #CF65B2.


I love getcolorcode.com

Triadic colors

1 #4D309A and #9A4D30 with #309A4D are triadic colors.

2 #4D9A30 and #9A304D with #309A4D are triadic colors.