COLOR #301F5B

HEX: #301F5B
RGB: (48,31,91)

Color info

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

RGB color model

#301F5B color RGB value is (48,31,91).

  • red value is 48;
  • green value is 31;
  • blue value is 91.
RGB:
(48,31,91)
(19%,12%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 31 of 255 = 12%
B 91 of 255 = 36%

48
31
91

R + G + B ~ 22%. #301F5B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 31 + 91 = 170 (100%)
R 48 of 170 ~ 28.24%
G 31 of 170 ~ 18.24%
B 91 of 170 ~ 53.53%

%28.24
%18.24
%53.53

CMYK color model

#301F5B color CMYK value is (47,66,0,64).

  • cyan value is 47.25%
  • magenta value is 65.93%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(47,66,0,64)
C47M66Y0K64 
(47%,66%,0%,64%)
(0.47/0.66/0.00/0.64)	

CMYK percentages

%47.25
%65.93
%0
%64.31

Codes

Color #301F5B in popluar color models

301F5B
RGB483191
HSL257°49.18%23.92%
HSB/HSV257°65.93%35.69%
CMYK47.25%65.93%0.00%
64.31%

Color #301F5B in popluar number systems.

HEX301F5B
Decimal483191
Binary110000111111011011
Octal6037133

Shades and tints

Shades of #301F5B

#301F5B
(48,31,91)
#2C1D53
(44,29,83)
#281B4B
(40,27,75)
#241943
(36,25,67)
#20173B
(32,23,59)
#1C1533
(28,21,51)
#18132B
(24,19,43)
#141123
(20,17,35)
#100F1B
(16,15,27)
#0C0D13
(12,13,19)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #301F5B

#301F5B
(48,31,91)
#423369
(66,51,105)
#544777
(84,71,119)
#665B85
(102,91,133)
#786F93
(120,111,147)
#8A83A1
(138,131,161)
#9C97AF
(156,151,175)
#AEABBD
(174,171,189)
#C0BFCB
(192,191,203)
#D2D3D9
(210,211,217)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301F5B color. Also use rgb(48,31,91) instead hex code.

Text Font Color

.myTextColor { color: #301F5B; }

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

This text font color is #301F5B.


Background Color

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

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

This div background color is #301F5B.


Border color

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

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

This div border color is #301F5B.


Opacity

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

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

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

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

This text has shadow with #301F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301F5B on black background.


Color preview on white background

This text has color #301F5B on white background.



Black color preview on #301F5B background

This text has black color on #301F5B background.


White color preview on #301F5B background

This text has white color on #301F5B background.