COLOR #301516

HEX: #301516
RGB: (48,21,22)

Color info

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

RGB color model

#301516 color RGB value is (48,21,22).

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

RGB channels and saturation

R 48 of 255 = 19%
G 21 of 255 = 8%
B 22 of 255 = 9%

48
21
22

R + G + B ~ 12%. #301516 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 21 + 22 = 91 (100%)
R 48 of 91 ~ 52.75%
G 21 of 91 ~ 23.08%
B 22 of 91 ~ 24.18%

%52.75
%23.08
%24.18

CMYK color model

#301516 color CMYK value is (0,56,54,81).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 54.17%
  • key color value is 81.18%
CMYK:
(0,56,54,81)
C0M56Y54K81 
(0%,56%,54%,81%)
(0.00/0.56/0.54/0.81)	

CMYK percentages

%0
%56.25
%54.17
%81.18

Codes

Color #301516 in popluar color models

301516
RGB482122
HSL358°39.13%13.53%
HSB/HSV358°56.25%18.82%
CMYK0.00%56.25%54.17%
81.18%

Color #301516 in popluar number systems.

HEX301516
Decimal482122
Binary1100001010110110
Octal602526

Shades and tints

Shades of #301516

#301516
(48,21,22)
#2C1414
(44,20,20)
#281312
(40,19,18)
#241210
(36,18,16)
#20110E
(32,17,14)
#1C100C
(28,16,12)
#180F0A
(24,15,10)
#140E08
(20,14,8)
#100D06
(16,13,6)
#0C0C04
(12,12,4)
#080B02
(8,11,2)
#000000
(0,0,0)

Tints of #301516

#301516
(48,21,22)
#422A2B
(66,42,43)
#543F40
(84,63,64)
#665455
(102,84,85)
#78696A
(120,105,106)
#8A7E7F
(138,126,127)
#9C9394
(156,147,148)
#AEA8A9
(174,168,169)
#C0BDBE
(192,189,190)
#D2D2D3
(210,210,211)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301516; }

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

This text font color is #301516.


Background Color

.myBgColor { background-color: #301516; }

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

This div background color is #301516.


Border color

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

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

This div border color is #301516.


Opacity

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

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

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

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

This text has shadow with #301516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301516 on black background.


Color preview on white background

This text has color #301516 on white background.



Black color preview on #301516 background

This text has black color on #301516 background.


White color preview on #301516 background

This text has white color on #301516 background.