COLOR #307AA5

HEX: #307AA5
RGB: (48,122,165)

Color info

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

RGB color model

#307AA5 color RGB value is (48,122,165).

  • red value is 48;
  • green value is 122;
  • blue value is 165.
RGB:
(48,122,165)
(19%,48%,65%)

RGB channels and saturation

R 48 of 255 = 19%
G 122 of 255 = 48%
B 165 of 255 = 65%

48
122
165

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

Portions of RGB colors in percentages

R + G + B =
48 + 122 + 165 = 335 (100%)
R 48 of 335 ~ 14.33%
G 122 of 335 ~ 36.42%
B 165 of 335 ~ 49.25%

%14.33
%36.42
%49.25

CMYK color model

#307AA5 color CMYK value is (71,26,0,35).

  • cyan value is 70.91%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(71,26,0,35)
C71M26Y0K35 
(71%,26%,0%,35%)
(0.71/0.26/0.00/0.35)	

CMYK percentages

%70.91
%26.06
%0
%35.29

Codes

Color #307AA5 in popluar color models

307AA5
RGB48122165
HSL202°54.93%41.76%
HSB/HSV202°70.91%64.71%
CMYK70.91%26.06%0.00%
35.29%

Color #307AA5 in popluar number systems.

HEX307AA5
Decimal48122165
Binary110000111101010100101
Octal60172245

Shades and tints

Shades of #307AA5

#307AA5
(48,122,165)
#2C6F96
(44,111,150)
#286487
(40,100,135)
#245978
(36,89,120)
#204E69
(32,78,105)
#1C435A
(28,67,90)
#18384B
(24,56,75)
#142D3C
(20,45,60)
#10222D
(16,34,45)
#0C171E
(12,23,30)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #307AA5

#307AA5
(48,122,165)
#4286AD
(66,134,173)
#5492B5
(84,146,181)
#669EBD
(102,158,189)
#78AAC5
(120,170,197)
#8AB6CD
(138,182,205)
#9CC2D5
(156,194,213)
#AECEDD
(174,206,221)
#C0DAE5
(192,218,229)
#D2E6ED
(210,230,237)
#E4F2F5
(228,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307AA5 color. Also use rgb(48,122,165) instead hex code.

Text Font Color

.myTextColor { color: #307AA5; }

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

This text font color is #307AA5.


Background Color

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

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

This div background color is #307AA5.


Border color

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

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

This div border color is #307AA5.


Opacity

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

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

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

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

This text has shadow with #307AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307AA5 on black background.


Color preview on white background

This text has color #307AA5 on white background.



Black color preview on #307AA5 background

This text has black color on #307AA5 background.


White color preview on #307AA5 background

This text has white color on #307AA5 background.