COLOR #303060

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

Color info

#303060 contains red, green and blue colors in about the same proportion. Web safe color of #303060 is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

48
48
96

R + G + B ~ 25%. #303060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 96 = 192 (100%)
R 48 of 192 ~ 25%
G 48 of 192 ~ 25%
B 96 of 192 ~ 50%

%25
%25
%50

CMYK color model

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

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

CMYK percentages

%50
%50
%0
%62.35

Codes

Color #303060 in popluar color models

303060
RGB484896
HSL240°33.33%28.24%
HSB/HSV240°50.00%37.65%
CMYK50.00%50.00%0.00%
62.35%

Color #303060 in popluar number systems.

HEX303060
Decimal484896
Binary1100001100001100000
Octal6060140

Shades and tints

Shades of #303060

#303060
(48,48,96)
#2C2C58
(44,44,88)
#282850
(40,40,80)
#242448
(36,36,72)
#202040
(32,32,64)
#1C1C38
(28,28,56)
#181830
(24,24,48)
#141428
(20,20,40)
#101020
(16,16,32)
#0C0C18
(12,12,24)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #303060

#303060
(48,48,96)
#42426E
(66,66,110)
#54547C
(84,84,124)
#66668A
(102,102,138)
#787898
(120,120,152)
#8A8AA6
(138,138,166)
#9C9CB4
(156,156,180)
#AEAEC2
(174,174,194)
#C0C0D0
(192,192,208)
#D2D2DE
(210,210,222)
#E4E4EC
(228,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303060; }

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

This text font color is #303060.


Background Color

.myBgColor { background-color: #303060; }

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

This div background color is #303060.


Border color

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

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

This div border color is #303060.


Opacity

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

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

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

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

This text has shadow with #303060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303060 on black background.


Color preview on white background

This text has color #303060 on white background.



Black color preview on #303060 background

This text has black color on #303060 background.


White color preview on #303060 background

This text has white color on #303060 background.