COLOR #301335

HEX: #301335
RGB: (48,19,53)

Color info

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

RGB color model

#301335 color RGB value is (48,19,53).

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

RGB channels and saturation

R 48 of 255 = 19%
G 19 of 255 = 7%
B 53 of 255 = 21%

48
19
53

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

Portions of RGB colors in percentages

R + G + B =
48 + 19 + 53 = 120 (100%)
R 48 of 120 ~ 40%
G 19 of 120 ~ 15.83%
B 53 of 120 ~ 44.17%

%40
%15.83
%44.17

CMYK color model

#301335 color CMYK value is (9,64,0,79).

  • cyan value is 9.43%
  • magenta value is 64.15%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(9,64,0,79)
C9M64Y0K79 
(9%,64%,0%,79%)
(0.09/0.64/0.00/0.79)	

CMYK percentages

%9.43
%64.15
%0
%79.22

Codes

Color #301335 in popluar color models

301335
RGB481953
HSL291°47.22%14.12%
HSB/HSV291°64.15%20.78%
CMYK9.43%64.15%0.00%
79.22%

Color #301335 in popluar number systems.

HEX301335
Decimal481953
Binary11000010011110101
Octal602365

Shades and tints

Shades of #301335

#301335
(48,19,53)
#2C1231
(44,18,49)
#28112D
(40,17,45)
#241029
(36,16,41)
#200F25
(32,15,37)
#1C0E21
(28,14,33)
#180D1D
(24,13,29)
#140C19
(20,12,25)
#100B15
(16,11,21)
#0C0A11
(12,10,17)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #301335

#301335
(48,19,53)
#422847
(66,40,71)
#543D59
(84,61,89)
#66526B
(102,82,107)
#78677D
(120,103,125)
#8A7C8F
(138,124,143)
#9C91A1
(156,145,161)
#AEA6B3
(174,166,179)
#C0BBC5
(192,187,197)
#D2D0D7
(210,208,215)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301335; }

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

This text font color is #301335.


Background Color

.myBgColor { background-color: #301335; }

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

This div background color is #301335.


Border color

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

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

This div border color is #301335.


Opacity

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

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

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

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

This text has shadow with #301335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301335 on black background.


Color preview on white background

This text has color #301335 on white background.



Black color preview on #301335 background

This text has black color on #301335 background.


White color preview on #301335 background

This text has white color on #301335 background.