COLOR #300616

HEX: #300616
RGB: (48,6,22)

Color info

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

RGB color model

#300616 color RGB value is (48,6,22).

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

RGB channels and saturation

R 48 of 255 = 19%
G 6 of 255 = 2%
B 22 of 255 = 9%

48
6
22

R + G + B ~ 10%. #300616 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 6 + 22 = 76 (100%)
R 48 of 76 ~ 63.16%
G 6 of 76 ~ 7.89%
B 22 of 76 ~ 28.95%

%63.16
%28.95

CMYK color model

#300616 color CMYK value is (0,88,54,81).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 54.17%
  • key color value is 81.18%
CMYK:
(0,88,54,81)
C0M88Y54K81 
(0%,88%,54%,81%)
(0.00/0.88/0.54/0.81)	

CMYK percentages

%0
%87.5
%54.17
%81.18

Codes

Color #300616 in popluar color models

300616
RGB48622
HSL337°77.78%10.59%
HSB/HSV337°87.50%18.82%
CMYK0.00%87.50%54.17%
81.18%

Color #300616 in popluar number systems.

HEX300616
Decimal48622
Binary11000011010110
Octal60626

Shades and tints

Shades of #300616

#300616
(48,6,22)
#2C0614
(44,6,20)
#280612
(40,6,18)
#240610
(36,6,16)
#20060E
(32,6,14)
#1C060C
(28,6,12)
#18060A
(24,6,10)
#140608
(20,6,8)
#100606
(16,6,6)
#0C0604
(12,6,4)
#080602
(8,6,2)
#000000
(0,0,0)

Tints of #300616

#300616
(48,6,22)
#421C2B
(66,28,43)
#543240
(84,50,64)
#664855
(102,72,85)
#785E6A
(120,94,106)
#8A747F
(138,116,127)
#9C8A94
(156,138,148)
#AEA0A9
(174,160,169)
#C0B6BE
(192,182,190)
#D2CCD3
(210,204,211)
#E4E2E8
(228,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300616; }

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

This text font color is #300616.


Background Color

.myBgColor { background-color: #300616; }

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

This div background color is #300616.


Border color

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

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

This div border color is #300616.


Opacity

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

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

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

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

This text has shadow with #300616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300616 on black background.


Color preview on white background

This text has color #300616 on white background.



Black color preview on #300616 background

This text has black color on #300616 background.


White color preview on #300616 background

This text has white color on #300616 background.