COLOR #308960

HEX: #308960 RGB: (48,137,96)

Color info

#308960 contains mainly green and blue colors. Web safe color of #308960 is #339966 (or #396).

RGB color model

#308960 color RGB value is (48,137,96).

RGB: (48,137,96) (19%, 54%, 38%)

RGB channels and saturation

R 48 of 255 = 19%
G 137 of 255 = 54%
B 96 of 255 = 38%

48
137
96

R + G + B ~ 37%. #308960 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 137 + 96 = 281 (100%)
R 48 of 281 ~ 17.08%
G 137 of 281 ~ 48.75%
B 96 of 281 ~ 34.16'%

%17.08
%48.75
%34.16

CMYK color model

#308960 color CMYK value is (65,0,30,46).

  • cyan value is 64.96%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK: (65,0,30,46) C65M0Y30K46 (65%,0%,30%,46%) (0.65/0.00/0.30/0.46) 

CMYK percentages

%64.96
%0
%29.93
%46.27

Codes

Color #308960 in popluar color models

30 89 60
RGB 48 137 96
HSL 152° 48.11% 36.27%
HSB/HSV 152° 64.96% 53.73%
CMYK 64.96% 0.00% 29.93%
46.27%

Color #308960 in popluar number systems.

HEX 30 89 60
Decimal 48 137 96
Binary 110000 10001001 1100000
Octal 60 211 140

Shades and tints

Shades of #308960

#308960
(48,137,96)
#2C7D58
(44,125,88)
#287150
(40,113,80)
#246548
(36,101,72)
#205940
(32,89,64)
#1C4D38
(28,77,56)
#184130
(24,65,48)
#143528
(20,53,40)
#102920
(16,41,32)
#0C1D18
(12,29,24)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #308960

#308960
(48,137,96)
#42936E
(66,147,110)
#549D7C
(84,157,124)
#66A78A
(102,167,138)
#78B198
(120,177,152)
#8ABBA6
(138,187,166)
#9CC5B4
(156,197,180)
#AECFC2
(174,207,194)
#C0D9D0
(192,217,208)
#D2E3DE
(210,227,222)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308960 color. Also use rgb(48,137,96) instead hex code.

Text Font Color

.myTextColor { color: #308960; }

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

This text font color is #308960.

Background Color

.myBgColor { background-color: #308960; }

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

This div background color is #308960.

Border color

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

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

This div border color is #308960.

Opacity

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

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

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

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

This text has shadow with #308960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #308960.

Preview

Color preview on black background

This text has color #308960 on black background.


Color preview on white background

This text has color #308960 on white background.


Black color preview on #308960 background

This text has black color on #308960 background.


White color preview on #308960 background

This text has white color on #308960 background.


Related colors

Complementary color

Complementary color for #hex is #CF769F.


I love getcolorcode.com

Triadic colors

1 #603089 and #896030 with #308960 are triadic colors.

2 #608930 and #893060 with #308960 are triadic colors.