COLOR #307094

HEX: #307094
RGB: (48,112,148)

Color info

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

RGB color model

#307094 color RGB value is (48,112,148).

  • red value is 48;
  • green value is 112;
  • blue value is 148.
RGB:
(48,112,148)
(19%,44%,58%)

RGB channels and saturation

R 48 of 255 = 19%
G 112 of 255 = 44%
B 148 of 255 = 58%

48
112
148

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

Portions of RGB colors in percentages

R + G + B =
48 + 112 + 148 = 308 (100%)
R 48 of 308 ~ 15.58%
G 112 of 308 ~ 36.36%
B 148 of 308 ~ 48.05%

%15.58
%36.36
%48.05

CMYK color model

#307094 color CMYK value is (68,24,0,42).

  • cyan value is 67.57%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(68,24,0,42)
C68M24Y0K42 
(68%,24%,0%,42%)
(0.68/0.24/0.00/0.42)	

CMYK percentages

%67.57
%24.32
%0
%41.96

Codes

Color #307094 in popluar color models

307094
RGB48112148
HSL202°51.02%38.43%
HSB/HSV202°67.57%58.04%
CMYK67.57%24.32%0.00%
41.96%

Color #307094 in popluar number systems.

HEX307094
Decimal48112148
Binary110000111000010010100
Octal60160224

Shades and tints

Shades of #307094

#307094
(48,112,148)
#2C6687
(44,102,135)
#285C7A
(40,92,122)
#24526D
(36,82,109)
#204860
(32,72,96)
#1C3E53
(28,62,83)
#183446
(24,52,70)
#142A39
(20,42,57)
#10202C
(16,32,44)
#0C161F
(12,22,31)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #307094

#307094
(48,112,148)
#427D9D
(66,125,157)
#548AA6
(84,138,166)
#6697AF
(102,151,175)
#78A4B8
(120,164,184)
#8AB1C1
(138,177,193)
#9CBECA
(156,190,202)
#AECBD3
(174,203,211)
#C0D8DC
(192,216,220)
#D2E5E5
(210,229,229)
#E4F2EE
(228,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307094 color. Also use rgb(48,112,148) instead hex code.

Text Font Color

.myTextColor { color: #307094; }

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

This text font color is #307094.


Background Color

.myBgColor { background-color: #307094; }

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

This div background color is #307094.


Border color

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

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

This div border color is #307094.


Opacity

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

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

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

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

This text has shadow with #307094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307094 on black background.


Color preview on white background

This text has color #307094 on white background.



Black color preview on #307094 background

This text has black color on #307094 background.


White color preview on #307094 background

This text has white color on #307094 background.