COLOR #307992

HEX: #307992
RGB: (48,121,146)

Color info

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

RGB color model

#307992 color RGB value is (48,121,146).

  • red value is 48;
  • green value is 121;
  • blue value is 146.
RGB:
(48,121,146)
(19%,47%,57%)

RGB channels and saturation

R 48 of 255 = 19%
G 121 of 255 = 47%
B 146 of 255 = 57%

48
121
146

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

Portions of RGB colors in percentages

R + G + B =
48 + 121 + 146 = 315 (100%)
R 48 of 315 ~ 15.24%
G 121 of 315 ~ 38.41%
B 146 of 315 ~ 46.35%

%15.24
%38.41
%46.35

CMYK color model

#307992 color CMYK value is (67,17,0,43).

  • cyan value is 67.12%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(67,17,0,43)
C67M17Y0K43 
(67%,17%,0%,43%)
(0.67/0.17/0.00/0.43)	

CMYK percentages

%67.12
%17.12
%0
%42.75

Codes

Color #307992 in popluar color models

307992
RGB48121146
HSL195°50.52%38.04%
HSB/HSV195°67.12%57.25%
CMYK67.12%17.12%0.00%
42.75%

Color #307992 in popluar number systems.

HEX307992
Decimal48121146
Binary110000111100110010010
Octal60171222

Shades and tints

Shades of #307992

#307992
(48,121,146)
#2C6E85
(44,110,133)
#286378
(40,99,120)
#24586B
(36,88,107)
#204D5E
(32,77,94)
#1C4251
(28,66,81)
#183744
(24,55,68)
#142C37
(20,44,55)
#10212A
(16,33,42)
#0C161D
(12,22,29)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #307992

#307992
(48,121,146)
#42859B
(66,133,155)
#5491A4
(84,145,164)
#669DAD
(102,157,173)
#78A9B6
(120,169,182)
#8AB5BF
(138,181,191)
#9CC1C8
(156,193,200)
#AECDD1
(174,205,209)
#C0D9DA
(192,217,218)
#D2E5E3
(210,229,227)
#E4F1EC
(228,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307992 color. Also use rgb(48,121,146) instead hex code.

Text Font Color

.myTextColor { color: #307992; }

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

This text font color is #307992.


Background Color

.myBgColor { background-color: #307992; }

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

This div background color is #307992.


Border color

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

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

This div border color is #307992.


Opacity

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

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

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

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

This text has shadow with #307992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307992 on black background.


Color preview on white background

This text has color #307992 on white background.



Black color preview on #307992 background

This text has black color on #307992 background.


White color preview on #307992 background

This text has white color on #307992 background.