COLOR #308580

HEX: #308580
RGB: (48,133,128)

Color info

#308580 contains mainly green and blue colors. Web safe color of #308580 is #339966 (or #396).

RGB color model

#308580 color RGB value is (48,133,128).

  • red value is 48;
  • green value is 133;
  • blue value is 128.
RGB:
(48,133,128)
(19%,52%,50%)

RGB channels and saturation

R 48 of 255 = 19%
G 133 of 255 = 52%
B 128 of 255 = 50%

48
133
128

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

Portions of RGB colors in percentages

R + G + B =
48 + 133 + 128 = 309 (100%)
R 48 of 309 ~ 15.53%
G 133 of 309 ~ 43.04%
B 128 of 309 ~ 41.42%

%15.53
%43.04
%41.42

CMYK color model

#308580 color CMYK value is (64,0,4,48).

  • cyan value is 63.91%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(64,0,4,48)
C64M0Y4K48 
(64%,0%,4%,48%)
(0.64/0.00/0.04/0.48)	

CMYK percentages

%63.91
%0
%3.76
%47.84

Codes

Color #308580 in popluar color models

308580
RGB48133128
HSL176°46.96%35.49%
HSB/HSV176°63.91%52.16%
CMYK63.91%0.00%3.76%
47.84%

Color #308580 in popluar number systems.

HEX308580
Decimal48133128
Binary1100001000010110000000
Octal60205200

Shades and tints

Shades of #308580

#308580
(48,133,128)
#2C7975
(44,121,117)
#286D6A
(40,109,106)
#24615F
(36,97,95)
#205554
(32,85,84)
#1C4949
(28,73,73)
#183D3E
(24,61,62)
#143133
(20,49,51)
#102528
(16,37,40)
#0C191D
(12,25,29)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #308580

#308580
(48,133,128)
#42908B
(66,144,139)
#549B96
(84,155,150)
#66A6A1
(102,166,161)
#78B1AC
(120,177,172)
#8ABCB7
(138,188,183)
#9CC7C2
(156,199,194)
#AED2CD
(174,210,205)
#C0DDD8
(192,221,216)
#D2E8E3
(210,232,227)
#E4F3EE
(228,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308580 color. Also use rgb(48,133,128) instead hex code.

Text Font Color

.myTextColor { color: #308580; }

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

This text font color is #308580.


Background Color

.myBgColor { background-color: #308580; }

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

This div background color is #308580.


Border color

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

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

This div border color is #308580.


Opacity

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

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

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

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

This text has shadow with #308580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308580 on black background.


Color preview on white background

This text has color #308580 on white background.



Black color preview on #308580 background

This text has black color on #308580 background.


White color preview on #308580 background

This text has white color on #308580 background.