COLOR #309F82

HEX: #309F82
RGB: (48,159,130)

Color info

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

RGB color model

#309F82 color RGB value is (48,159,130).

  • red value is 48;
  • green value is 159;
  • blue value is 130.
RGB:
(48,159,130)
(19%,62%,51%)

RGB channels and saturation

R 48 of 255 = 19%
G 159 of 255 = 62%
B 130 of 255 = 51%

48
159
130

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

Portions of RGB colors in percentages

R + G + B =
48 + 159 + 130 = 337 (100%)
R 48 of 337 ~ 14.24%
G 159 of 337 ~ 47.18%
B 130 of 337 ~ 38.58%

%14.24
%47.18
%38.58

CMYK color model

#309F82 color CMYK value is (70,0,18,38).

  • cyan value is 69.81%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 37.65%
CMYK:
(70,0,18,38)
C70M0Y18K38 
(70%,0%,18%,38%)
(0.70/0.00/0.18/0.38)	

CMYK percentages

%69.81
%0
%18.24
%37.65

Codes

Color #309F82 in popluar color models

309F82
RGB48159130
HSL164°53.62%40.59%
HSB/HSV164°69.81%62.35%
CMYK69.81%0.00%18.24%
37.65%

Color #309F82 in popluar number systems.

HEX309F82
Decimal48159130
Binary1100001001111110000010
Octal60237202

Shades and tints

Shades of #309F82

#309F82
(48,159,130)
#2C9177
(44,145,119)
#28836C
(40,131,108)
#247561
(36,117,97)
#206756
(32,103,86)
#1C594B
(28,89,75)
#184B40
(24,75,64)
#143D35
(20,61,53)
#102F2A
(16,47,42)
#0C211F
(12,33,31)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #309F82

#309F82
(48,159,130)
#42A78D
(66,167,141)
#54AF98
(84,175,152)
#66B7A3
(102,183,163)
#78BFAE
(120,191,174)
#8AC7B9
(138,199,185)
#9CCFC4
(156,207,196)
#AED7CF
(174,215,207)
#C0DFDA
(192,223,218)
#D2E7E5
(210,231,229)
#E4EFF0
(228,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309F82 color. Also use rgb(48,159,130) instead hex code.

Text Font Color

.myTextColor { color: #309F82; }

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

This text font color is #309F82.


Background Color

.myBgColor { background-color: #309F82; }

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

This div background color is #309F82.


Border color

.myBorderColor { border: 1px solid #309F82; }

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

This div border color is #309F82.


Opacity

.myOpacity80 { color: #309F82; opacity: 0.8; }

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

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

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

This text has shadow with #309F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309F82 on black background.


Color preview on white background

This text has color #309F82 on white background.



Black color preview on #309F82 background

This text has black color on #309F82 background.


White color preview on #309F82 background

This text has white color on #309F82 background.