COLOR #300717

HEX: #300717
RGB: (48,7,23)

Color info

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

RGB color model

#300717 color RGB value is (48,7,23).

  • red value is 48;
  • green value is 7;
  • blue value is 23.
RGB:
(48,7,23)
(19%,3%,9%)

RGB channels and saturation

R 48 of 255 = 19%
G 7 of 255 = 3%
B 23 of 255 = 9%

48
7
23

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

Portions of RGB colors in percentages

R + G + B =
48 + 7 + 23 = 78 (100%)
R 48 of 78 ~ 61.54%
G 7 of 78 ~ 8.97%
B 23 of 78 ~ 29.49%

%61.54
%29.49

CMYK color model

#300717 color CMYK value is (0,85,52,81).

  • cyan value is 0.00%
  • magenta value is 85.42%
  • yellow value is 52.08%
  • key color value is 81.18%
CMYK:
(0,85,52,81)
C0M85Y52K81 
(0%,85%,52%,81%)
(0.00/0.85/0.52/0.81)	

CMYK percentages

%0
%85.42
%52.08
%81.18

Codes

Color #300717 in popluar color models

300717
RGB48723
HSL337°74.55%10.78%
HSB/HSV337°85.42%18.82%
CMYK0.00%85.42%52.08%
81.18%

Color #300717 in popluar number systems.

HEX300717
Decimal48723
Binary11000011110111
Octal60727

Shades and tints

Shades of #300717

#300717
(48,7,23)
#2C0715
(44,7,21)
#280713
(40,7,19)
#240711
(36,7,17)
#20070F
(32,7,15)
#1C070D
(28,7,13)
#18070B
(24,7,11)
#140709
(20,7,9)
#100707
(16,7,7)
#0C0705
(12,7,5)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #300717

#300717
(48,7,23)
#421D2C
(66,29,44)
#543341
(84,51,65)
#664956
(102,73,86)
#785F6B
(120,95,107)
#8A7580
(138,117,128)
#9C8B95
(156,139,149)
#AEA1AA
(174,161,170)
#C0B7BF
(192,183,191)
#D2CDD4
(210,205,212)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300717 color. Also use rgb(48,7,23) instead hex code.

Text Font Color

.myTextColor { color: #300717; }

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

This text font color is #300717.


Background Color

.myBgColor { background-color: #300717; }

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

This div background color is #300717.


Border color

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

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

This div border color is #300717.


Opacity

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

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

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

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

This text has shadow with #300717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300717 on black background.


Color preview on white background

This text has color #300717 on white background.



Black color preview on #300717 background

This text has black color on #300717 background.


White color preview on #300717 background

This text has white color on #300717 background.