COLOR #301D28

HEX: #301D28
RGB: (48,29,40)

Color info

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

RGB color model

#301D28 color RGB value is (48,29,40).

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

RGB channels and saturation

R 48 of 255 = 19%
G 29 of 255 = 11%
B 40 of 255 = 16%

48
29
40

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

Portions of RGB colors in percentages

R + G + B =
48 + 29 + 40 = 117 (100%)
R 48 of 117 ~ 41.03%
G 29 of 117 ~ 24.79%
B 40 of 117 ~ 34.19%

%41.03
%24.79
%34.19

CMYK color model

#301D28 color CMYK value is (0,40,17,81).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 16.67%
  • key color value is 81.18%
CMYK:
(0,40,17,81)
C0M40Y17K81 
(0%,40%,17%,81%)
(0.00/0.40/0.17/0.81)	

CMYK percentages

%0
%39.58
%16.67
%81.18

Codes

Color #301D28 in popluar color models

301D28
RGB482940
HSL325°24.68%15.10%
HSB/HSV325°39.58%18.82%
CMYK0.00%39.58%16.67%
81.18%

Color #301D28 in popluar number systems.

HEX301D28
Decimal482940
Binary11000011101101000
Octal603550

Shades and tints

Shades of #301D28

#301D28
(48,29,40)
#2C1B25
(44,27,37)
#281922
(40,25,34)
#24171F
(36,23,31)
#20151C
(32,21,28)
#1C1319
(28,19,25)
#181116
(24,17,22)
#140F13
(20,15,19)
#100D10
(16,13,16)
#0C0B0D
(12,11,13)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #301D28

#301D28
(48,29,40)
#42313B
(66,49,59)
#54454E
(84,69,78)
#665961
(102,89,97)
#786D74
(120,109,116)
#8A8187
(138,129,135)
#9C959A
(156,149,154)
#AEA9AD
(174,169,173)
#C0BDC0
(192,189,192)
#D2D1D3
(210,209,211)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301D28; }

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

This text font color is #301D28.


Background Color

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

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

This div background color is #301D28.


Border color

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

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

This div border color is #301D28.


Opacity

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

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

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

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

This text has shadow with #301D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301D28 on black background.


Color preview on white background

This text has color #301D28 on white background.



Black color preview on #301D28 background

This text has black color on #301D28 background.


White color preview on #301D28 background

This text has white color on #301D28 background.