COLOR #306664

HEX: #306664
RGB: (48,102,100)

Color info

#306664 contains red, green and blue colors in about the same proportion. Web safe color of #306664 is #336666 (or #366).

RGB color model

#306664 color RGB value is (48,102,100).

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

RGB channels and saturation

R 48 of 255 = 19%
G 102 of 255 = 40%
B 100 of 255 = 39%

48
102
100

R + G + B ~ 33%. #306664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 102 + 100 = 250 (100%)
R 48 of 250 ~ 19.2%
G 102 of 250 ~ 40.8%
B 100 of 250 ~ 40%

%19.2
%40.8
%40

CMYK color model

#306664 color CMYK value is (53,0,2,60).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(53,0,2,60)
C53M0Y2K60 
(53%,0%,2%,60%)
(0.53/0.00/0.02/0.60)	

CMYK percentages

%52.94
%0
%1.96
%60

Codes

Color #306664 in popluar color models

306664
RGB48102100
HSL178°36.00%29.41%
HSB/HSV178°52.94%40.00%
CMYK52.94%0.00%1.96%
60.00%

Color #306664 in popluar number systems.

HEX306664
Decimal48102100
Binary11000011001101100100
Octal60146144

Shades and tints

Shades of #306664

#306664
(48,102,100)
#2C5D5B
(44,93,91)
#285452
(40,84,82)
#244B49
(36,75,73)
#204240
(32,66,64)
#1C3937
(28,57,55)
#18302E
(24,48,46)
#142725
(20,39,37)
#101E1C
(16,30,28)
#0C1513
(12,21,19)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #306664

#306664
(48,102,100)
#427372
(66,115,114)
#548080
(84,128,128)
#668D8E
(102,141,142)
#789A9C
(120,154,156)
#8AA7AA
(138,167,170)
#9CB4B8
(156,180,184)
#AEC1C6
(174,193,198)
#C0CED4
(192,206,212)
#D2DBE2
(210,219,226)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306664; }

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

This text font color is #306664.


Background Color

.myBgColor { background-color: #306664; }

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

This div background color is #306664.


Border color

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

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

This div border color is #306664.


Opacity

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

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

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

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

This text has shadow with #306664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306664 on black background.


Color preview on white background

This text has color #306664 on white background.



Black color preview on #306664 background

This text has black color on #306664 background.


White color preview on #306664 background

This text has white color on #306664 background.