COLOR #308A83

HEX: #308A83
RGB: (48,138,131)

Color info

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

RGB color model

#308A83 color RGB value is (48,138,131).

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

RGB channels and saturation

R 48 of 255 = 19%
G 138 of 255 = 54%
B 131 of 255 = 51%

48
138
131

R + G + B ~ 41%. #308A83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 138 + 131 = 317 (100%)
R 48 of 317 ~ 15.14%
G 138 of 317 ~ 43.53%
B 131 of 317 ~ 41.32%

%15.14
%43.53
%41.32

CMYK color model

#308A83 color CMYK value is (65,0,5,46).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 45.88%
CMYK:
(65,0,5,46)
C65M0Y5K46 
(65%,0%,5%,46%)
(0.65/0.00/0.05/0.46)	

CMYK percentages

%65.22
%0
%5.07
%45.88

Codes

Color #308A83 in popluar color models

308A83
RGB48138131
HSL175°48.39%36.47%
HSB/HSV175°65.22%54.12%
CMYK65.22%0.00%5.07%
45.88%

Color #308A83 in popluar number systems.

HEX308A83
Decimal48138131
Binary1100001000101010000011
Octal60212203

Shades and tints

Shades of #308A83

#308A83
(48,138,131)
#2C7E78
(44,126,120)
#28726D
(40,114,109)
#246662
(36,102,98)
#205A57
(32,90,87)
#1C4E4C
(28,78,76)
#184241
(24,66,65)
#143636
(20,54,54)
#102A2B
(16,42,43)
#0C1E20
(12,30,32)
#081215
(8,18,21)
#000000
(0,0,0)

Tints of #308A83

#308A83
(48,138,131)
#42948E
(66,148,142)
#549E99
(84,158,153)
#66A8A4
(102,168,164)
#78B2AF
(120,178,175)
#8ABCBA
(138,188,186)
#9CC6C5
(156,198,197)
#AED0D0
(174,208,208)
#C0DADB
(192,218,219)
#D2E4E6
(210,228,230)
#E4EEF1
(228,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308A83 color. Also use rgb(48,138,131) instead hex code.

Text Font Color

.myTextColor { color: #308A83; }

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

This text font color is #308A83.


Background Color

.myBgColor { background-color: #308A83; }

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

This div background color is #308A83.


Border color

.myBorderColor { border: 1px solid #308A83; }

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

This div border color is #308A83.


Opacity

.myOpacity80 { color: #308A83; opacity: 0.8; }

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

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

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

This text has shadow with #308A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308A83 on black background.


Color preview on white background

This text has color #308A83 on white background.



Black color preview on #308A83 background

This text has black color on #308A83 background.


White color preview on #308A83 background

This text has white color on #308A83 background.