COLOR #300919

HEX: #300919
RGB: (48,9,25)

Color info

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

RGB color model

#300919 color RGB value is (48,9,25).

  • red value is 48;
  • green value is 9;
  • blue value is 25.
RGB:
(48,9,25)
(19%,4%,10%)

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 25 of 255 = 10%

48
9
25

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

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 25 = 82 (100%)
R 48 of 82 ~ 58.54%
G 9 of 82 ~ 10.98%
B 25 of 82 ~ 30.49%

%58.54
%10.98
%30.49

CMYK color model

#300919 color CMYK value is (0,81,48,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 47.92%
  • key color value is 81.18%
CMYK:
(0,81,48,81)
C0M81Y48K81 
(0%,81%,48%,81%)
(0.00/0.81/0.48/0.81)	

CMYK percentages

%0
%81.25
%47.92
%81.18

Codes

Color #300919 in popluar color models

300919
RGB48925
HSL335°68.42%11.18%
HSB/HSV335°81.25%18.82%
CMYK0.00%81.25%47.92%
81.18%

Color #300919 in popluar number systems.

HEX300919
Decimal48925
Binary110000100111001
Octal601131

Shades and tints

Shades of #300919

#300919
(48,9,25)
#2C0917
(44,9,23)
#280915
(40,9,21)
#240913
(36,9,19)
#200911
(32,9,17)
#1C090F
(28,9,15)
#18090D
(24,9,13)
#14090B
(20,9,11)
#100909
(16,9,9)
#0C0907
(12,9,7)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #300919

#300919
(48,9,25)
#421F2D
(66,31,45)
#543541
(84,53,65)
#664B55
(102,75,85)
#786169
(120,97,105)
#8A777D
(138,119,125)
#9C8D91
(156,141,145)
#AEA3A5
(174,163,165)
#C0B9B9
(192,185,185)
#D2CFCD
(210,207,205)
#E4E5E1
(228,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300919 color. Also use rgb(48,9,25) instead hex code.

Text Font Color

.myTextColor { color: #300919; }

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

This text font color is #300919.


Background Color

.myBgColor { background-color: #300919; }

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

This div background color is #300919.


Border color

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

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

This div border color is #300919.


Opacity

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

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

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

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

This text has shadow with #300919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300919 on black background.


Color preview on white background

This text has color #300919 on white background.



Black color preview on #300919 background

This text has black color on #300919 background.


White color preview on #300919 background

This text has white color on #300919 background.