COLOR #308D80

HEX: #308D80
RGB: (48,141,128)

Color info

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

RGB color model

#308D80 color RGB value is (48,141,128).

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

RGB channels and saturation

R 48 of 255 = 19%
G 141 of 255 = 55%
B 128 of 255 = 50%

48
141
128

R + G + B ~ 41%. #308D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 141 + 128 = 317 (100%)
R 48 of 317 ~ 15.14%
G 141 of 317 ~ 44.48%
B 128 of 317 ~ 40.38%

%15.14
%44.48
%40.38

CMYK color model

#308D80 color CMYK value is (66,0,9,45).

  • cyan value is 65.96%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 44.71%
CMYK:
(66,0,9,45)
C66M0Y9K45 
(66%,0%,9%,45%)
(0.66/0.00/0.09/0.45)	

CMYK percentages

%65.96
%0
%9.22
%44.71

Codes

Color #308D80 in popluar color models

308D80
RGB48141128
HSL172°49.21%37.06%
HSB/HSV172°65.96%55.29%
CMYK65.96%0.00%9.22%
44.71%

Color #308D80 in popluar number systems.

HEX308D80
Decimal48141128
Binary1100001000110110000000
Octal60215200

Shades and tints

Shades of #308D80

#308D80
(48,141,128)
#2C8175
(44,129,117)
#28756A
(40,117,106)
#24695F
(36,105,95)
#205D54
(32,93,84)
#1C5149
(28,81,73)
#18453E
(24,69,62)
#143933
(20,57,51)
#102D28
(16,45,40)
#0C211D
(12,33,29)
#081512
(8,21,18)
#000000
(0,0,0)

Tints of #308D80

#308D80
(48,141,128)
#42978B
(66,151,139)
#54A196
(84,161,150)
#66ABA1
(102,171,161)
#78B5AC
(120,181,172)
#8ABFB7
(138,191,183)
#9CC9C2
(156,201,194)
#AED3CD
(174,211,205)
#C0DDD8
(192,221,216)
#D2E7E3
(210,231,227)
#E4F1EE
(228,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308D80; }

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

This text font color is #308D80.


Background Color

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

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

This div background color is #308D80.


Border color

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

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

This div border color is #308D80.


Opacity

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

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

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

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

This text has shadow with #308D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308D80 on black background.


Color preview on white background

This text has color #308D80 on white background.



Black color preview on #308D80 background

This text has black color on #308D80 background.


White color preview on #308D80 background

This text has white color on #308D80 background.