COLOR #309688

HEX: #309688
RGB: (48,150,136)

Color info

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

RGB color model

#309688 color RGB value is (48,150,136).

  • red value is 48;
  • green value is 150;
  • blue value is 136.
RGB:
(48,150,136)
(19%,59%,53%)

RGB channels and saturation

R 48 of 255 = 19%
G 150 of 255 = 59%
B 136 of 255 = 53%

48
150
136

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

Portions of RGB colors in percentages

R + G + B =
48 + 150 + 136 = 334 (100%)
R 48 of 334 ~ 14.37%
G 150 of 334 ~ 44.91%
B 136 of 334 ~ 40.72%

%14.37
%44.91
%40.72

CMYK color model

#309688 color CMYK value is (68,0,9,41).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(68,0,9,41)
C68M0Y9K41 
(68%,0%,9%,41%)
(0.68/0.00/0.09/0.41)	

CMYK percentages

%68
%0
%9.33
%41.18

Codes

Color #309688 in popluar color models

309688
RGB48150136
HSL172°51.52%38.82%
HSB/HSV172°68.00%58.82%
CMYK68.00%0.00%9.33%
41.18%

Color #309688 in popluar number systems.

HEX309688
Decimal48150136
Binary1100001001011010001000
Octal60226210

Shades and tints

Shades of #309688

#309688
(48,150,136)
#2C897C
(44,137,124)
#287C70
(40,124,112)
#246F64
(36,111,100)
#206258
(32,98,88)
#1C554C
(28,85,76)
#184840
(24,72,64)
#143B34
(20,59,52)
#102E28
(16,46,40)
#0C211C
(12,33,28)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #309688

#309688
(48,150,136)
#429F92
(66,159,146)
#54A89C
(84,168,156)
#66B1A6
(102,177,166)
#78BAB0
(120,186,176)
#8AC3BA
(138,195,186)
#9CCCC4
(156,204,196)
#AED5CE
(174,213,206)
#C0DED8
(192,222,216)
#D2E7E2
(210,231,226)
#E4F0EC
(228,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #309688; }

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

This text font color is #309688.


Background Color

.myBgColor { background-color: #309688; }

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

This div background color is #309688.


Border color

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

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

This div border color is #309688.


Opacity

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

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

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

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

This text has shadow with #309688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309688 on black background.


Color preview on white background

This text has color #309688 on white background.



Black color preview on #309688 background

This text has black color on #309688 background.


White color preview on #309688 background

This text has white color on #309688 background.