COLOR #309996

HEX: #309996
RGB: (48,153,150)

Color info

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

RGB color model

#309996 color RGB value is (48,153,150).

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

RGB channels and saturation

R 48 of 255 = 19%
G 153 of 255 = 60%
B 150 of 255 = 59%

48
153
150

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

Portions of RGB colors in percentages

R + G + B =
48 + 153 + 150 = 351 (100%)
R 48 of 351 ~ 13.68%
G 153 of 351 ~ 43.59%
B 150 of 351 ~ 42.74%

%13.68
%43.59
%42.74

CMYK color model

#309996 color CMYK value is (69,0,2,40).

  • cyan value is 68.63%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(69,0,2,40)
C69M0Y2K40 
(69%,0%,2%,40%)
(0.69/0.00/0.02/0.40)	

CMYK percentages

%68.63
%0
%1.96
%40

Codes

Color #309996 in popluar color models

309996
RGB48153150
HSL178°52.24%39.41%
HSB/HSV178°68.63%60.00%
CMYK68.63%0.00%1.96%
40.00%

Color #309996 in popluar number systems.

HEX309996
Decimal48153150
Binary1100001001100110010110
Octal60231226

Shades and tints

Shades of #309996

#309996
(48,153,150)
#2C8C89
(44,140,137)
#287F7C
(40,127,124)
#24726F
(36,114,111)
#206562
(32,101,98)
#1C5855
(28,88,85)
#184B48
(24,75,72)
#143E3B
(20,62,59)
#10312E
(16,49,46)
#0C2421
(12,36,33)
#081714
(8,23,20)
#000000
(0,0,0)

Tints of #309996

#309996
(48,153,150)
#42A29F
(66,162,159)
#54ABA8
(84,171,168)
#66B4B1
(102,180,177)
#78BDBA
(120,189,186)
#8AC6C3
(138,198,195)
#9CCFCC
(156,207,204)
#AED8D5
(174,216,213)
#C0E1DE
(192,225,222)
#D2EAE7
(210,234,231)
#E4F3F0
(228,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #309996; }

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

This text font color is #309996.


Background Color

.myBgColor { background-color: #309996; }

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

This div background color is #309996.


Border color

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

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

This div border color is #309996.


Opacity

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

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

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

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

This text has shadow with #309996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309996 on black background.


Color preview on white background

This text has color #309996 on white background.



Black color preview on #309996 background

This text has black color on #309996 background.


White color preview on #309996 background

This text has white color on #309996 background.