COLOR #308897

HEX: #308897
RGB: (48,136,151)

Color info

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

RGB color model

#308897 color RGB value is (48,136,151).

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

RGB channels and saturation

R 48 of 255 = 19%
G 136 of 255 = 53%
B 151 of 255 = 59%

48
136
151

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

Portions of RGB colors in percentages

R + G + B =
48 + 136 + 151 = 335 (100%)
R 48 of 335 ~ 14.33%
G 136 of 335 ~ 40.6%
B 151 of 335 ~ 45.07%

%14.33
%40.6
%45.07

CMYK color model

#308897 color CMYK value is (68,10,0,41).

  • cyan value is 68.21%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(68,10,0,41)
C68M10Y0K41 
(68%,10%,0%,41%)
(0.68/0.10/0.00/0.41)	

CMYK percentages

%68.21
%9.93
%0
%40.78

Codes

Color #308897 in popluar color models

308897
RGB48136151
HSL189°51.76%39.02%
HSB/HSV189°68.21%59.22%
CMYK68.21%9.93%0.00%
40.78%

Color #308897 in popluar number systems.

HEX308897
Decimal48136151
Binary1100001000100010010111
Octal60210227

Shades and tints

Shades of #308897

#308897
(48,136,151)
#2C7C8A
(44,124,138)
#28707D
(40,112,125)
#246470
(36,100,112)
#205863
(32,88,99)
#1C4C56
(28,76,86)
#184049
(24,64,73)
#14343C
(20,52,60)
#10282F
(16,40,47)
#0C1C22
(12,28,34)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #308897

#308897
(48,136,151)
#4292A0
(66,146,160)
#549CA9
(84,156,169)
#66A6B2
(102,166,178)
#78B0BB
(120,176,187)
#8ABAC4
(138,186,196)
#9CC4CD
(156,196,205)
#AECED6
(174,206,214)
#C0D8DF
(192,216,223)
#D2E2E8
(210,226,232)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308897; }

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

This text font color is #308897.


Background Color

.myBgColor { background-color: #308897; }

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

This div background color is #308897.


Border color

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

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

This div border color is #308897.


Opacity

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

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

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

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

This text has shadow with #308897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308897 on black background.


Color preview on white background

This text has color #308897 on white background.



Black color preview on #308897 background

This text has black color on #308897 background.


White color preview on #308897 background

This text has white color on #308897 background.