COLOR #307EAB

HEX: #307EAB
RGB: (48,126,171)

Color info

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

RGB color model

#307EAB color RGB value is (48,126,171).

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

RGB channels and saturation

R 48 of 255 = 19%
G 126 of 255 = 49%
B 171 of 255 = 67%

48
126
171

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

Portions of RGB colors in percentages

R + G + B =
48 + 126 + 171 = 345 (100%)
R 48 of 345 ~ 13.91%
G 126 of 345 ~ 36.52%
B 171 of 345 ~ 49.57%

%13.91
%36.52
%49.57

CMYK color model

#307EAB color CMYK value is (72,26,0,33).

  • cyan value is 71.93%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(72,26,0,33)
C72M26Y0K33 
(72%,26%,0%,33%)
(0.72/0.26/0.00/0.33)	

CMYK percentages

%71.93
%26.32
%0
%32.94

Codes

Color #307EAB in popluar color models

307EAB
RGB48126171
HSL202°56.16%42.94%
HSB/HSV202°71.93%67.06%
CMYK71.93%26.32%0.00%
32.94%

Color #307EAB in popluar number systems.

HEX307EAB
Decimal48126171
Binary110000111111010101011
Octal60176253

Shades and tints

Shades of #307EAB

#307EAB
(48,126,171)
#2C739C
(44,115,156)
#28688D
(40,104,141)
#245D7E
(36,93,126)
#20526F
(32,82,111)
#1C4760
(28,71,96)
#183C51
(24,60,81)
#143142
(20,49,66)
#102633
(16,38,51)
#0C1B24
(12,27,36)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #307EAB

#307EAB
(48,126,171)
#4289B2
(66,137,178)
#5494B9
(84,148,185)
#669FC0
(102,159,192)
#78AAC7
(120,170,199)
#8AB5CE
(138,181,206)
#9CC0D5
(156,192,213)
#AECBDC
(174,203,220)
#C0D6E3
(192,214,227)
#D2E1EA
(210,225,234)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307EAB; }

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

This text font color is #307EAB.


Background Color

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

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

This div background color is #307EAB.


Border color

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

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

This div border color is #307EAB.


Opacity

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

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

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

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

This text has shadow with #307EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307EAB on black background.


Color preview on white background

This text has color #307EAB on white background.



Black color preview on #307EAB background

This text has black color on #307EAB background.


White color preview on #307EAB background

This text has white color on #307EAB background.