COLOR #301433

HEX: #301433
RGB: (48,20,51)

Color info

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

RGB color model

#301433 color RGB value is (48,20,51).

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

RGB channels and saturation

R 48 of 255 = 19%
G 20 of 255 = 8%
B 51 of 255 = 20%

48
20
51

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

Portions of RGB colors in percentages

R + G + B =
48 + 20 + 51 = 119 (100%)
R 48 of 119 ~ 40.34%
G 20 of 119 ~ 16.81%
B 51 of 119 ~ 42.86%

%40.34
%16.81
%42.86

CMYK color model

#301433 color CMYK value is (6,61,0,80).

  • cyan value is 5.88%
  • magenta value is 60.78%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(6,61,0,80)
C6M61Y0K80 
(6%,61%,0%,80%)
(0.06/0.61/0.00/0.80)	

CMYK percentages

%5.88
%60.78
%0
%80

Codes

Color #301433 in popluar color models

301433
RGB482051
HSL294°43.66%13.92%
HSB/HSV294°60.78%20.00%
CMYK5.88%60.78%0.00%
80.00%

Color #301433 in popluar number systems.

HEX301433
Decimal482051
Binary11000010100110011
Octal602463

Shades and tints

Shades of #301433

#301433
(48,20,51)
#2C132F
(44,19,47)
#28122B
(40,18,43)
#241127
(36,17,39)
#201023
(32,16,35)
#1C0F1F
(28,15,31)
#180E1B
(24,14,27)
#140D17
(20,13,23)
#100C13
(16,12,19)
#0C0B0F
(12,11,15)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #301433

#301433
(48,20,51)
#422945
(66,41,69)
#543E57
(84,62,87)
#665369
(102,83,105)
#78687B
(120,104,123)
#8A7D8D
(138,125,141)
#9C929F
(156,146,159)
#AEA7B1
(174,167,177)
#C0BCC3
(192,188,195)
#D2D1D5
(210,209,213)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301433 color. Also use rgb(48,20,51) instead hex code.

Text Font Color

.myTextColor { color: #301433; }

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

This text font color is #301433.


Background Color

.myBgColor { background-color: #301433; }

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

This div background color is #301433.


Border color

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

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

This div border color is #301433.


Opacity

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

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

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

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

This text has shadow with #301433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301433 on black background.


Color preview on white background

This text has color #301433 on white background.



Black color preview on #301433 background

This text has black color on #301433 background.


White color preview on #301433 background

This text has white color on #301433 background.