COLOR #301332

HEX: #301332
RGB: (48,19,50)

Color info

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

RGB color model

#301332 color RGB value is (48,19,50).

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

RGB channels and saturation

R 48 of 255 = 19%
G 19 of 255 = 7%
B 50 of 255 = 20%

48
19
50

R + G + B ~ 15%. #301332 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 19 + 50 = 117 (100%)
R 48 of 117 ~ 41.03%
G 19 of 117 ~ 16.24%
B 50 of 117 ~ 42.74%

%41.03
%16.24
%42.74

CMYK color model

#301332 color CMYK value is (4,62,0,80).

  • cyan value is 4.00%
  • magenta value is 62.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(4,62,0,80)
C4M62Y0K80 
(4%,62%,0%,80%)
(0.04/0.62/0.00/0.80)	

CMYK percentages

%4
%62
%0
%80.39

Codes

Color #301332 in popluar color models

301332
RGB481950
HSL296°44.93%13.53%
HSB/HSV296°62.00%19.61%
CMYK4.00%62.00%0.00%
80.39%

Color #301332 in popluar number systems.

HEX301332
Decimal481950
Binary11000010011110010
Octal602362

Shades and tints

Shades of #301332

#301332
(48,19,50)
#2C122E
(44,18,46)
#28112A
(40,17,42)
#241026
(36,16,38)
#200F22
(32,15,34)
#1C0E1E
(28,14,30)
#180D1A
(24,13,26)
#140C16
(20,12,22)
#100B12
(16,11,18)
#0C0A0E
(12,10,14)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #301332

#301332
(48,19,50)
#422844
(66,40,68)
#543D56
(84,61,86)
#665268
(102,82,104)
#78677A
(120,103,122)
#8A7C8C
(138,124,140)
#9C919E
(156,145,158)
#AEA6B0
(174,166,176)
#C0BBC2
(192,187,194)
#D2D0D4
(210,208,212)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301332; }

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

This text font color is #301332.


Background Color

.myBgColor { background-color: #301332; }

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

This div background color is #301332.


Border color

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

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

This div border color is #301332.


Opacity

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

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

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

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

This text has shadow with #301332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301332 on black background.


Color preview on white background

This text has color #301332 on white background.



Black color preview on #301332 background

This text has black color on #301332 background.


White color preview on #301332 background

This text has white color on #301332 background.