COLOR #307463

HEX: #307463
RGB: (48,116,99)

Color info

#307463 contains mainly green and blue colors. Web safe color of #307463 is #336666 (or #366).

RGB color model

#307463 color RGB value is (48,116,99).

  • red value is 48;
  • green value is 116;
  • blue value is 99.
RGB:
(48,116,99)
(19%,45%,39%)

RGB channels and saturation

R 48 of 255 = 19%
G 116 of 255 = 45%
B 99 of 255 = 39%

48
116
99

R + G + B ~ 34%. #307463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 116 + 99 = 263 (100%)
R 48 of 263 ~ 18.25%
G 116 of 263 ~ 44.11%
B 99 of 263 ~ 37.64%

%18.25
%44.11
%37.64

CMYK color model

#307463 color CMYK value is (59,0,15,55).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(59,0,15,55)
C59M0Y15K55 
(59%,0%,15%,55%)
(0.59/0.00/0.15/0.55)	

CMYK percentages

%58.62
%0
%14.66
%54.51

Codes

Color #307463 in popluar color models

307463
RGB4811699
HSL165°41.46%32.16%
HSB/HSV165°58.62%45.49%
CMYK58.62%0.00%14.66%
54.51%

Color #307463 in popluar number systems.

HEX307463
Decimal4811699
Binary11000011101001100011
Octal60164143

Shades and tints

Shades of #307463

#307463
(48,116,99)
#2C6A5A
(44,106,90)
#286051
(40,96,81)
#245648
(36,86,72)
#204C3F
(32,76,63)
#1C4236
(28,66,54)
#18382D
(24,56,45)
#142E24
(20,46,36)
#10241B
(16,36,27)
#0C1A12
(12,26,18)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #307463

#307463
(48,116,99)
#428071
(66,128,113)
#548C7F
(84,140,127)
#66988D
(102,152,141)
#78A49B
(120,164,155)
#8AB0A9
(138,176,169)
#9CBCB7
(156,188,183)
#AEC8C5
(174,200,197)
#C0D4D3
(192,212,211)
#D2E0E1
(210,224,225)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307463 color. Also use rgb(48,116,99) instead hex code.

Text Font Color

.myTextColor { color: #307463; }

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

This text font color is #307463.


Background Color

.myBgColor { background-color: #307463; }

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

This div background color is #307463.


Border color

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

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

This div border color is #307463.


Opacity

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

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

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

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

This text has shadow with #307463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307463 on black background.


Color preview on white background

This text has color #307463 on white background.



Black color preview on #307463 background

This text has black color on #307463 background.


White color preview on #307463 background

This text has white color on #307463 background.