COLOR #308989

HEX: #308989
RGB: (48,137,137)

Color info

#308989 contains mainly green and blue colors. Web safe color of #308989 is #339999 (or #399).

RGB color model

#308989 color RGB value is (48,137,137).

  • red value is 48;
  • green value is 137;
  • blue value is 137.
RGB:
(48,137,137)
(19%,54%,54%)

RGB channels and saturation

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

48
137
137

R + G + B ~ 42%. #308989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 137 + 137 = 322 (100%)
R 48 of 322 ~ 14.91%
G 137 of 322 ~ 42.55%
B 137 of 322 ~ 42.55%

%14.91
%42.55
%42.55

CMYK color model

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

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

CMYK percentages

%64.96
%0
%0
%46.27

Codes

Color #308989 in popluar color models

308989
RGB48137137
HSL180°48.11%36.27%
HSB/HSV180°64.96%53.73%
CMYK64.96%0.00%0.00%
46.27%

Color #308989 in popluar number systems.

HEX308989
Decimal48137137
Binary1100001000100110001001
Octal60211211

Shades and tints

Shades of #308989

#308989
(48,137,137)
#2C7D7D
(44,125,125)
#287171
(40,113,113)
#246565
(36,101,101)
#205959
(32,89,89)
#1C4D4D
(28,77,77)
#184141
(24,65,65)
#143535
(20,53,53)
#102929
(16,41,41)
#0C1D1D
(12,29,29)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #308989

#308989
(48,137,137)
#429393
(66,147,147)
#549D9D
(84,157,157)
#66A7A7
(102,167,167)
#78B1B1
(120,177,177)
#8ABBBB
(138,187,187)
#9CC5C5
(156,197,197)
#AECFCF
(174,207,207)
#C0D9D9
(192,217,217)
#D2E3E3
(210,227,227)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308989; }

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

This text font color is #308989.


Background Color

.myBgColor { background-color: #308989; }

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

This div background color is #308989.


Border color

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

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

This div border color is #308989.


Opacity

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

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

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

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

This text has shadow with #308989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308989 on black background.


Color preview on white background

This text has color #308989 on white background.



Black color preview on #308989 background

This text has black color on #308989 background.


White color preview on #308989 background

This text has white color on #308989 background.