COLOR #307F9E

HEX: #307F9E RGB: (48,127,158)

Color info

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

RGB color model

#307F9E color RGB value is (48,127,158).

RGB: (48,127,158) (19%, 50%, 62%)

RGB channels and saturation

R 48 of 255 = 19%
G 127 of 255 = 50%
B 158 of 255 = 62%

48
127
158

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

Portions of RGB colors in percentages

R + G + B = 48 + 127 + 158 = 333 (100%)
R 48 of 333 ~ 14.41%
G 127 of 333 ~ 38.14%
B 158 of 333 ~ 47.45'%

%14.41
%38.14
%47.45

CMYK color model

#307F9E color CMYK value is (70,20,0,38).

  • cyan value is 69.62%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (70,20,0,38)
C70M20Y0K38 (70%, 20%, 0%, 38%)
(0.70 / 0.20 / 0.00 / 0.38)

CMYK percentages

%69.62
%19.62
%0
%38.04

Codes

Color #307F9E in popluar color models

30 7F 9E
RGB 48 127 158
HSL 197° 53.40% 40.39%
HSB/HSV 197° 69.62% 61.96%
CMYK 69.62% 19.62% 0.00%
38.04%

Color #307F9E in popluar number systems.

HEX 30 7F 9E
Decimal 48 127 158
Binary 110000 1111111 10011110
Octal 60 177 236

Shades and tints

Shades of #307F9E

#307F9E
(48,127,158)
#2C7490
(44,116,144)
#286982
(40,105,130)
#245E74
(36,94,116)
#205366
(32,83,102)
#1C4858
(28,72,88)
#183D4A
(24,61,74)
#14323C
(20,50,60)
#10272E
(16,39,46)
#0C1C20
(12,28,32)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #307F9E

#307F9E
(48,127,158)
#428AA6
(66,138,166)
#5495AE
(84,149,174)
#66A0B6
(102,160,182)
#78ABBE
(120,171,190)
#8AB6C6
(138,182,198)
#9CC1CE
(156,193,206)
#AECCD6
(174,204,214)
#C0D7DE
(192,215,222)
#D2E2E6
(210,226,230)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307F9E color. Also use rgb(48,127,158) instead hex code.

Text Font Color

.myTextColor { color: #307F9E; }

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

This text font color is #307F9E.

Background Color

.myBgColor { background-color: #307F9E; }

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

This div background color is #307F9E.

Border color

.myBorderColor { border: 1px solid #307F9E; }

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

This div border color is #307F9E.

Opacity

.myOpacity80 { color: #307F9E; opacity: 0.8; }

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

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

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

This text has shadow with #307F9E color.


.textShadow {text-shadow: 3px 3px 1px #307F9E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #307F9E; -webkit-box-shadow: 1px 1px 3px 2px #307F9E; box-shadow:1px 1px 3px 2px #307F9E;">
Div content here
</div>

This div box has shadow with color #307F9E.

Preview

Color preview on black background

This text has color #307F9E on black background.


Color preview on white background

This text has color #307F9E on white background.


Black color preview on #307F9E background

This text has black color on #307F9E background.


White color preview on #307F9E background

This text has white color on #307F9E background.


Related colors

Complementary color

Complementary color for #hex is #CF8061.


I love getcolorcode.com

Triadic colors

1 #9E307F and #7F9E30 with #307F9E are triadic colors.

2 #9E7F30 and #7F309E with #307F9E are triadic colors.