COLOR #307E88

HEX: #307E88
RGB: (48,126,136)

Color info

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

RGB color model

#307E88 color RGB value is (48,126,136).

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

RGB channels and saturation

R 48 of 255 = 19%
G 126 of 255 = 49%
B 136 of 255 = 53%

48
126
136

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

Portions of RGB colors in percentages

R + G + B =
48 + 126 + 136 = 310 (100%)
R 48 of 310 ~ 15.48%
G 126 of 310 ~ 40.65%
B 136 of 310 ~ 43.87%

%15.48
%40.65
%43.87

CMYK color model

#307E88 color CMYK value is (65,7,0,47).

  • cyan value is 64.71%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(65,7,0,47)
C65M7Y0K47 
(65%,7%,0%,47%)
(0.65/0.07/0.00/0.47)	

CMYK percentages

%64.71
%7.35
%0
%46.67

Codes

Color #307E88 in popluar color models

307E88
RGB48126136
HSL187°47.83%36.08%
HSB/HSV187°64.71%53.33%
CMYK64.71%7.35%0.00%
46.67%

Color #307E88 in popluar number systems.

HEX307E88
Decimal48126136
Binary110000111111010001000
Octal60176210

Shades and tints

Shades of #307E88

#307E88
(48,126,136)
#2C737C
(44,115,124)
#286870
(40,104,112)
#245D64
(36,93,100)
#205258
(32,82,88)
#1C474C
(28,71,76)
#183C40
(24,60,64)
#143134
(20,49,52)
#102628
(16,38,40)
#0C1B1C
(12,27,28)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #307E88

#307E88
(48,126,136)
#428992
(66,137,146)
#54949C
(84,148,156)
#669FA6
(102,159,166)
#78AAB0
(120,170,176)
#8AB5BA
(138,181,186)
#9CC0C4
(156,192,196)
#AECBCE
(174,203,206)
#C0D6D8
(192,214,216)
#D2E1E2
(210,225,226)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307E88; }

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

This text font color is #307E88.


Background Color

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

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

This div background color is #307E88.


Border color

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

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

This div border color is #307E88.


Opacity

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

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

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

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

This text has shadow with #307E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307E88 on black background.


Color preview on white background

This text has color #307E88 on white background.



Black color preview on #307E88 background

This text has black color on #307E88 background.


White color preview on #307E88 background

This text has white color on #307E88 background.