COLOR #306060

HEX: #306060
RGB: (48,96,96)

Color info

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

RGB color model

#306060 color RGB value is (48,96,96).

  • red value is 48;
  • green value is 96;
  • blue value is 96.
RGB:
(48,96,96)
(19%,38%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 96 of 255 = 38%

48
96
96

R + G + B ~ 32%. #306060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 96 = 240 (100%)
R 48 of 240 ~ 20%
G 96 of 240 ~ 40%
B 96 of 240 ~ 40%

%20
%40
%40

CMYK color model

#306060 color CMYK value is (50,0,0,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(50,0,0,62)
C50M0Y0K62 
(50%,0%,0%,62%)
(0.50/0.00/0.00/0.62)	

CMYK percentages

%50
%0
%0
%62.35

Codes

Color #306060 in popluar color models

306060
RGB489696
HSL180°33.33%28.24%
HSB/HSV180°50.00%37.65%
CMYK50.00%0.00%0.00%
62.35%

Color #306060 in popluar number systems.

HEX306060
Decimal489696
Binary11000011000001100000
Octal60140140

Shades and tints

Shades of #306060

#306060
(48,96,96)
#2C5858
(44,88,88)
#285050
(40,80,80)
#244848
(36,72,72)
#204040
(32,64,64)
#1C3838
(28,56,56)
#183030
(24,48,48)
#142828
(20,40,40)
#102020
(16,32,32)
#0C1818
(12,24,24)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #306060

#306060
(48,96,96)
#426E6E
(66,110,110)
#547C7C
(84,124,124)
#668A8A
(102,138,138)
#789898
(120,152,152)
#8AA6A6
(138,166,166)
#9CB4B4
(156,180,180)
#AEC2C2
(174,194,194)
#C0D0D0
(192,208,208)
#D2DEDE
(210,222,222)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306060; }

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

This text font color is #306060.


Background Color

.myBgColor { background-color: #306060; }

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

This div background color is #306060.


Border color

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

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

This div border color is #306060.


Opacity

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

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

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

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

This text has shadow with #306060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306060 on black background.


Color preview on white background

This text has color #306060 on white background.



Black color preview on #306060 background

This text has black color on #306060 background.


White color preview on #306060 background

This text has white color on #306060 background.