COLOR #307466

HEX: #307466
RGB: (48,116,102)

Color info

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

RGB color model

#307466 color RGB value is (48,116,102).

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

RGB channels and saturation

R 48 of 255 = 19%
G 116 of 255 = 45%
B 102 of 255 = 40%

48
116
102

R + G + B ~ 35%. #307466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 116 + 102 = 266 (100%)
R 48 of 266 ~ 18.05%
G 116 of 266 ~ 43.61%
B 102 of 266 ~ 38.35%

%18.05
%43.61
%38.35

CMYK color model

#307466 color CMYK value is (59,0,12,55).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(59,0,12,55)
C59M0Y12K55 
(59%,0%,12%,55%)
(0.59/0.00/0.12/0.55)	

CMYK percentages

%58.62
%0
%12.07
%54.51

Codes

Color #307466 in popluar color models

307466
RGB48116102
HSL168°41.46%32.16%
HSB/HSV168°58.62%45.49%
CMYK58.62%0.00%12.07%
54.51%

Color #307466 in popluar number systems.

HEX307466
Decimal48116102
Binary11000011101001100110
Octal60164146

Shades and tints

Shades of #307466

#307466
(48,116,102)
#2C6A5D
(44,106,93)
#286054
(40,96,84)
#24564B
(36,86,75)
#204C42
(32,76,66)
#1C4239
(28,66,57)
#183830
(24,56,48)
#142E27
(20,46,39)
#10241E
(16,36,30)
#0C1A15
(12,26,21)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #307466

#307466
(48,116,102)
#428073
(66,128,115)
#548C80
(84,140,128)
#66988D
(102,152,141)
#78A49A
(120,164,154)
#8AB0A7
(138,176,167)
#9CBCB4
(156,188,180)
#AEC8C1
(174,200,193)
#C0D4CE
(192,212,206)
#D2E0DB
(210,224,219)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307466; }

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

This text font color is #307466.


Background Color

.myBgColor { background-color: #307466; }

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

This div background color is #307466.


Border color

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

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

This div border color is #307466.


Opacity

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

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

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

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

This text has shadow with #307466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307466 on black background.


Color preview on white background

This text has color #307466 on white background.



Black color preview on #307466 background

This text has black color on #307466 background.


White color preview on #307466 background

This text has white color on #307466 background.