COLOR #301B60

HEX: #301B60
RGB: (48,27,96)

Color info

#301B60 contains mainly red and blue colors. Web safe color of #301B60 is #333366 (or #336).

RGB color model

#301B60 color RGB value is (48,27,96).

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

RGB channels and saturation

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

48
27
96

R + G + B ~ 23%. #301B60 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 27 + 96 = 171 (100%)
R 48 of 171 ~ 28.07%
G 27 of 171 ~ 15.79%
B 96 of 171 ~ 56.14%

%28.07
%15.79
%56.14

CMYK color model

#301B60 color CMYK value is (50,72,0,62).

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

CMYK percentages

%50
%71.88
%0
%62.35

Codes

Color #301B60 in popluar color models

301B60
RGB482796
HSL258°56.10%24.12%
HSB/HSV258°71.88%37.65%
CMYK50.00%71.88%0.00%
62.35%

Color #301B60 in popluar number systems.

HEX301B60
Decimal482796
Binary110000110111100000
Octal6033140

Shades and tints

Shades of #301B60

#301B60
(48,27,96)
#2C1958
(44,25,88)
#281750
(40,23,80)
#241548
(36,21,72)
#201340
(32,19,64)
#1C1138
(28,17,56)
#180F30
(24,15,48)
#140D28
(20,13,40)
#100B20
(16,11,32)
#0C0918
(12,9,24)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #301B60

#301B60
(48,27,96)
#422F6E
(66,47,110)
#54437C
(84,67,124)
#66578A
(102,87,138)
#786B98
(120,107,152)
#8A7FA6
(138,127,166)
#9C93B4
(156,147,180)
#AEA7C2
(174,167,194)
#C0BBD0
(192,187,208)
#D2CFDE
(210,207,222)
#E4E3EC
(228,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301B60; }

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

This text font color is #301B60.


Background Color

.myBgColor { background-color: #301B60; }

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

This div background color is #301B60.


Border color

.myBorderColor { border: 1px solid #301B60; }

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

This div border color is #301B60.


Opacity

.myOpacity80 { color: #301B60; opacity: 0.8; }

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

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

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

This text has shadow with #301B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301B60 on black background.


Color preview on white background

This text has color #301B60 on white background.



Black color preview on #301B60 background

This text has black color on #301B60 background.


White color preview on #301B60 background

This text has white color on #301B60 background.