COLOR #301513

HEX: #301513
RGB: (48,21,19)

Color info

#301513 contains red, green and blue colors in about the same proportion. Web safe color of #301513 is #330000 (or #300).

RGB color model

#301513 color RGB value is (48,21,19).

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

RGB channels and saturation

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

48
21
19

R + G + B ~ 11%. #301513 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 21 + 19 = 88 (100%)
R 48 of 88 ~ 54.55%
G 21 of 88 ~ 23.86%
B 19 of 88 ~ 21.59%

%54.55
%23.86
%21.59

CMYK color model

#301513 color CMYK value is (0,56,60,81).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(0,56,60,81)
C0M56Y60K81 
(0%,56%,60%,81%)
(0.00/0.56/0.60/0.81)	

CMYK percentages

%0
%56.25
%60.42
%81.18

Codes

Color #301513 in popluar color models

301513
RGB482119
HSL43.28%13.14%
HSB/HSV60.42%18.82%
CMYK0.00%56.25%60.42%
81.18%

Color #301513 in popluar number systems.

HEX301513
Decimal482119
Binary1100001010110011
Octal602523

Shades and tints

Shades of #301513

#301513
(48,21,19)
#2C1412
(44,20,18)
#281311
(40,19,17)
#241210
(36,18,16)
#20110F
(32,17,15)
#1C100E
(28,16,14)
#180F0D
(24,15,13)
#140E0C
(20,14,12)
#100D0B
(16,13,11)
#0C0C0A
(12,12,10)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #301513

#301513
(48,21,19)
#422A28
(66,42,40)
#543F3D
(84,63,61)
#665452
(102,84,82)
#786967
(120,105,103)
#8A7E7C
(138,126,124)
#9C9391
(156,147,145)
#AEA8A6
(174,168,166)
#C0BDBB
(192,189,187)
#D2D2D0
(210,210,208)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301513; }

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

This text font color is #301513.


Background Color

.myBgColor { background-color: #301513; }

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

This div background color is #301513.


Border color

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

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

This div border color is #301513.


Opacity

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

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

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

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

This text has shadow with #301513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301513 on black background.


Color preview on white background

This text has color #301513 on white background.



Black color preview on #301513 background

This text has black color on #301513 background.


White color preview on #301513 background

This text has white color on #301513 background.