COLOR #308883

HEX: #308883
RGB: (48,136,131)

Color info

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

RGB color model

#308883 color RGB value is (48,136,131).

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

RGB channels and saturation

R 48 of 255 = 19%
G 136 of 255 = 53%
B 131 of 255 = 51%

48
136
131

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

Portions of RGB colors in percentages

R + G + B =
48 + 136 + 131 = 315 (100%)
R 48 of 315 ~ 15.24%
G 136 of 315 ~ 43.17%
B 131 of 315 ~ 41.59%

%15.24
%43.17
%41.59

CMYK color model

#308883 color CMYK value is (65,0,4,47).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%
CMYK:
(65,0,4,47)
C65M0Y4K47 
(65%,0%,4%,47%)
(0.65/0.00/0.04/0.47)	

CMYK percentages

%64.71
%0
%3.68
%46.67

Codes

Color #308883 in popluar color models

308883
RGB48136131
HSL177°47.83%36.08%
HSB/HSV177°64.71%53.33%
CMYK64.71%0.00%3.68%
46.67%

Color #308883 in popluar number systems.

HEX308883
Decimal48136131
Binary1100001000100010000011
Octal60210203

Shades and tints

Shades of #308883

#308883
(48,136,131)
#2C7C78
(44,124,120)
#28706D
(40,112,109)
#246462
(36,100,98)
#205857
(32,88,87)
#1C4C4C
(28,76,76)
#184041
(24,64,65)
#143436
(20,52,54)
#10282B
(16,40,43)
#0C1C20
(12,28,32)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #308883

#308883
(48,136,131)
#42928E
(66,146,142)
#549C99
(84,156,153)
#66A6A4
(102,166,164)
#78B0AF
(120,176,175)
#8ABABA
(138,186,186)
#9CC4C5
(156,196,197)
#AECED0
(174,206,208)
#C0D8DB
(192,216,219)
#D2E2E6
(210,226,230)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308883; }

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

This text font color is #308883.


Background Color

.myBgColor { background-color: #308883; }

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

This div background color is #308883.


Border color

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

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

This div border color is #308883.


Opacity

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

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

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

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

This text has shadow with #308883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308883 on black background.


Color preview on white background

This text has color #308883 on white background.



Black color preview on #308883 background

This text has black color on #308883 background.


White color preview on #308883 background

This text has white color on #308883 background.