COLOR #307889

HEX: #307889
RGB: (48,120,137)

Color info

#307889 contains mainly green and blue colors. Web safe color of #307889 is #336699 (or #369).

RGB color model

#307889 color RGB value is (48,120,137).

  • red value is 48;
  • green value is 120;
  • blue value is 137.
RGB:
(48,120,137)
(19%,47%,54%)

RGB channels and saturation

R 48 of 255 = 19%
G 120 of 255 = 47%
B 137 of 255 = 54%

48
120
137

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

Portions of RGB colors in percentages

R + G + B =
48 + 120 + 137 = 305 (100%)
R 48 of 305 ~ 15.74%
G 120 of 305 ~ 39.34%
B 137 of 305 ~ 44.92%

%15.74
%39.34
%44.92

CMYK color model

#307889 color CMYK value is (65,12,0,46).

  • cyan value is 64.96%
  • magenta value is 12.41%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(65,12,0,46)
C65M12Y0K46 
(65%,12%,0%,46%)
(0.65/0.12/0.00/0.46)	

CMYK percentages

%64.96
%12.41
%0
%46.27

Codes

Color #307889 in popluar color models

307889
RGB48120137
HSL191°48.11%36.27%
HSB/HSV191°64.96%53.73%
CMYK64.96%12.41%0.00%
46.27%

Color #307889 in popluar number systems.

HEX307889
Decimal48120137
Binary110000111100010001001
Octal60170211

Shades and tints

Shades of #307889

#307889
(48,120,137)
#2C6E7D
(44,110,125)
#286471
(40,100,113)
#245A65
(36,90,101)
#205059
(32,80,89)
#1C464D
(28,70,77)
#183C41
(24,60,65)
#143235
(20,50,53)
#102829
(16,40,41)
#0C1E1D
(12,30,29)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #307889

#307889
(48,120,137)
#428493
(66,132,147)
#54909D
(84,144,157)
#669CA7
(102,156,167)
#78A8B1
(120,168,177)
#8AB4BB
(138,180,187)
#9CC0C5
(156,192,197)
#AECCCF
(174,204,207)
#C0D8D9
(192,216,217)
#D2E4E3
(210,228,227)
#E4F0ED
(228,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307889 color. Also use rgb(48,120,137) instead hex code.

Text Font Color

.myTextColor { color: #307889; }

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

This text font color is #307889.


Background Color

.myBgColor { background-color: #307889; }

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

This div background color is #307889.


Border color

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

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

This div border color is #307889.


Opacity

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

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

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

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

This text has shadow with #307889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307889 on black background.


Color preview on white background

This text has color #307889 on white background.



Black color preview on #307889 background

This text has black color on #307889 background.


White color preview on #307889 background

This text has white color on #307889 background.