COLOR #301D35

HEX: #301D35
RGB: (48,29,53)

Color info

#301D35 contains red, green and blue colors in about the same proportion. Web safe color of #301D35 is #333333 (or #333).

RGB color model

#301D35 color RGB value is (48,29,53).

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

RGB channels and saturation

R 48 of 255 = 19%
G 29 of 255 = 11%
B 53 of 255 = 21%

48
29
53

R + G + B ~ 17%. #301D35 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 29 + 53 = 130 (100%)
R 48 of 130 ~ 36.92%
G 29 of 130 ~ 22.31%
B 53 of 130 ~ 40.77%

%36.92
%22.31
%40.77

CMYK color model

#301D35 color CMYK value is (9,45,0,79).

  • cyan value is 9.43%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(9,45,0,79)
C9M45Y0K79 
(9%,45%,0%,79%)
(0.09/0.45/0.00/0.79)	

CMYK percentages

%9.43
%45.28
%0
%79.22

Codes

Color #301D35 in popluar color models

301D35
RGB482953
HSL288°29.27%16.08%
HSB/HSV288°45.28%20.78%
CMYK9.43%45.28%0.00%
79.22%

Color #301D35 in popluar number systems.

HEX301D35
Decimal482953
Binary11000011101110101
Octal603565

Shades and tints

Shades of #301D35

#301D35
(48,29,53)
#2C1B31
(44,27,49)
#28192D
(40,25,45)
#241729
(36,23,41)
#201525
(32,21,37)
#1C1321
(28,19,33)
#18111D
(24,17,29)
#140F19
(20,15,25)
#100D15
(16,13,21)
#0C0B11
(12,11,17)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #301D35

#301D35
(48,29,53)
#423147
(66,49,71)
#544559
(84,69,89)
#66596B
(102,89,107)
#786D7D
(120,109,125)
#8A818F
(138,129,143)
#9C95A1
(156,149,161)
#AEA9B3
(174,169,179)
#C0BDC5
(192,189,197)
#D2D1D7
(210,209,215)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301D35; }

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

This text font color is #301D35.


Background Color

.myBgColor { background-color: #301D35; }

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

This div background color is #301D35.


Border color

.myBorderColor { border: 1px solid #301D35; }

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

This div border color is #301D35.


Opacity

.myOpacity80 { color: #301D35; opacity: 0.8; }

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

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

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

This text has shadow with #301D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301D35 on black background.


Color preview on white background

This text has color #301D35 on white background.



Black color preview on #301D35 background

This text has black color on #301D35 background.


White color preview on #301D35 background

This text has white color on #301D35 background.