COLOR #301339

HEX: #301339
RGB: (48,19,57)

Color info

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

RGB color model

#301339 color RGB value is (48,19,57).

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

RGB channels and saturation

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

48
19
57

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

Portions of RGB colors in percentages

R + G + B =
48 + 19 + 57 = 124 (100%)
R 48 of 124 ~ 38.71%
G 19 of 124 ~ 15.32%
B 57 of 124 ~ 45.97%

%38.71
%15.32
%45.97

CMYK color model

#301339 color CMYK value is (16,67,0,78).

  • cyan value is 15.79%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(16,67,0,78)
C16M67Y0K78 
(16%,67%,0%,78%)
(0.16/0.67/0.00/0.78)	

CMYK percentages

%15.79
%66.67
%0
%77.65

Codes

Color #301339 in popluar color models

301339
RGB481957
HSL286°50.00%14.90%
HSB/HSV286°66.67%22.35%
CMYK15.79%66.67%0.00%
77.65%

Color #301339 in popluar number systems.

HEX301339
Decimal481957
Binary11000010011111001
Octal602371

Shades and tints

Shades of #301339

#301339
(48,19,57)
#2C1234
(44,18,52)
#28112F
(40,17,47)
#24102A
(36,16,42)
#200F25
(32,15,37)
#1C0E20
(28,14,32)
#180D1B
(24,13,27)
#140C16
(20,12,22)
#100B11
(16,11,17)
#0C0A0C
(12,10,12)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #301339

#301339
(48,19,57)
#42284B
(66,40,75)
#543D5D
(84,61,93)
#66526F
(102,82,111)
#786781
(120,103,129)
#8A7C93
(138,124,147)
#9C91A5
(156,145,165)
#AEA6B7
(174,166,183)
#C0BBC9
(192,187,201)
#D2D0DB
(210,208,219)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301339; }

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

This text font color is #301339.


Background Color

.myBgColor { background-color: #301339; }

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

This div background color is #301339.


Border color

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

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

This div border color is #301339.


Opacity

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

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

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

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

This text has shadow with #301339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301339 on black background.


Color preview on white background

This text has color #301339 on white background.



Black color preview on #301339 background

This text has black color on #301339 background.


White color preview on #301339 background

This text has white color on #301339 background.