COLOR #307792

HEX: #307792
RGB: (48,119,146)

Color info

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

RGB color model

#307792 color RGB value is (48,119,146).

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

RGB channels and saturation

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

48
119
146

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

Portions of RGB colors in percentages

R + G + B =
48 + 119 + 146 = 313 (100%)
R 48 of 313 ~ 15.34%
G 119 of 313 ~ 38.02%
B 146 of 313 ~ 46.65%

%15.34
%38.02
%46.65

CMYK color model

#307792 color CMYK value is (67,18,0,43).

  • cyan value is 67.12%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(67,18,0,43)
C67M18Y0K43 
(67%,18%,0%,43%)
(0.67/0.18/0.00/0.43)	

CMYK percentages

%67.12
%18.49
%0
%42.75

Codes

Color #307792 in popluar color models

307792
RGB48119146
HSL197°50.52%38.04%
HSB/HSV197°67.12%57.25%
CMYK67.12%18.49%0.00%
42.75%

Color #307792 in popluar number systems.

HEX307792
Decimal48119146
Binary110000111011110010010
Octal60167222

Shades and tints

Shades of #307792

#307792
(48,119,146)
#2C6D85
(44,109,133)
#286378
(40,99,120)
#24596B
(36,89,107)
#204F5E
(32,79,94)
#1C4551
(28,69,81)
#183B44
(24,59,68)
#143137
(20,49,55)
#10272A
(16,39,42)
#0C1D1D
(12,29,29)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #307792

#307792
(48,119,146)
#42839B
(66,131,155)
#548FA4
(84,143,164)
#669BAD
(102,155,173)
#78A7B6
(120,167,182)
#8AB3BF
(138,179,191)
#9CBFC8
(156,191,200)
#AECBD1
(174,203,209)
#C0D7DA
(192,215,218)
#D2E3E3
(210,227,227)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307792; }

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

This text font color is #307792.


Background Color

.myBgColor { background-color: #307792; }

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

This div background color is #307792.


Border color

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

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

This div border color is #307792.


Opacity

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

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

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

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

This text has shadow with #307792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307792 on black background.


Color preview on white background

This text has color #307792 on white background.



Black color preview on #307792 background

This text has black color on #307792 background.


White color preview on #307792 background

This text has white color on #307792 background.