COLOR #301337

HEX: #301337
RGB: (48,19,55)

Color info

#301337 contains red, green and blue colors in about the same proportion. Web safe color of #301337 is #330033 (or #303).

RGB color model

#301337 color RGB value is (48,19,55).

  • red value is 48;
  • green value is 19;
  • blue value is 55.
RGB:
(48,19,55)
(19%,7%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 19 of 255 = 7%
B 55 of 255 = 22%

48
19
55

R + G + B ~ 16%. #301337 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 19 + 55 = 122 (100%)
R 48 of 122 ~ 39.34%
G 19 of 122 ~ 15.57%
B 55 of 122 ~ 45.08%

%39.34
%15.57
%45.08

CMYK color model

#301337 color CMYK value is (13,65,0,78).

  • cyan value is 12.73%
  • magenta value is 65.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(13,65,0,78)
C13M65Y0K78 
(13%,65%,0%,78%)
(0.13/0.65/0.00/0.78)	

CMYK percentages

%12.73
%65.45
%0
%78.43

Codes

Color #301337 in popluar color models

301337
RGB481955
HSL288°48.65%14.51%
HSB/HSV288°65.45%21.57%
CMYK12.73%65.45%0.00%
78.43%

Color #301337 in popluar number systems.

HEX301337
Decimal481955
Binary11000010011110111
Octal602367

Shades and tints

Shades of #301337

#301337
(48,19,55)
#2C1232
(44,18,50)
#28112D
(40,17,45)
#241028
(36,16,40)
#200F23
(32,15,35)
#1C0E1E
(28,14,30)
#180D19
(24,13,25)
#140C14
(20,12,20)
#100B0F
(16,11,15)
#0C0A0A
(12,10,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #301337

#301337
(48,19,55)
#422849
(66,40,73)
#543D5B
(84,61,91)
#66526D
(102,82,109)
#78677F
(120,103,127)
#8A7C91
(138,124,145)
#9C91A3
(156,145,163)
#AEA6B5
(174,166,181)
#C0BBC7
(192,187,199)
#D2D0D9
(210,208,217)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301337; }

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

This text font color is #301337.


Background Color

.myBgColor { background-color: #301337; }

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

This div background color is #301337.


Border color

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

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

This div border color is #301337.


Opacity

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

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

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

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

This text has shadow with #301337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301337 on black background.


Color preview on white background

This text has color #301337 on white background.



Black color preview on #301337 background

This text has black color on #301337 background.


White color preview on #301337 background

This text has white color on #301337 background.