COLOR #309A82

HEX: #309A82
RGB: (48,154,130)

Color info

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

RGB color model

#309A82 color RGB value is (48,154,130).

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

RGB channels and saturation

R 48 of 255 = 19%
G 154 of 255 = 60%
B 130 of 255 = 51%

48
154
130

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

Portions of RGB colors in percentages

R + G + B =
48 + 154 + 130 = 332 (100%)
R 48 of 332 ~ 14.46%
G 154 of 332 ~ 46.39%
B 130 of 332 ~ 39.16%

%14.46
%46.39
%39.16

CMYK color model

#309A82 color CMYK value is (69,0,16,40).

  • cyan value is 68.83%
  • magenta value is 0.00%
  • yellow value is 15.58%
  • key color value is 39.61%
CMYK:
(69,0,16,40)
C69M0Y16K40 
(69%,0%,16%,40%)
(0.69/0.00/0.16/0.40)	

CMYK percentages

%68.83
%0
%15.58
%39.61

Codes

Color #309A82 in popluar color models

309A82
RGB48154130
HSL166°52.48%39.61%
HSB/HSV166°68.83%60.39%
CMYK68.83%0.00%15.58%
39.61%

Color #309A82 in popluar number systems.

HEX309A82
Decimal48154130
Binary1100001001101010000010
Octal60232202

Shades and tints

Shades of #309A82

#309A82
(48,154,130)
#2C8C77
(44,140,119)
#287E6C
(40,126,108)
#247061
(36,112,97)
#206256
(32,98,86)
#1C544B
(28,84,75)
#184640
(24,70,64)
#143835
(20,56,53)
#102A2A
(16,42,42)
#0C1C1F
(12,28,31)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #309A82

#309A82
(48,154,130)
#42A38D
(66,163,141)
#54AC98
(84,172,152)
#66B5A3
(102,181,163)
#78BEAE
(120,190,174)
#8AC7B9
(138,199,185)
#9CD0C4
(156,208,196)
#AED9CF
(174,217,207)
#C0E2DA
(192,226,218)
#D2EBE5
(210,235,229)
#E4F4F0
(228,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #309A82; }

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

This text font color is #309A82.


Background Color

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

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

This div background color is #309A82.


Border color

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

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

This div border color is #309A82.


Opacity

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

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

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

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

This text has shadow with #309A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309A82 on black background.


Color preview on white background

This text has color #309A82 on white background.



Black color preview on #309A82 background

This text has black color on #309A82 background.


White color preview on #309A82 background

This text has white color on #309A82 background.