COLOR #300500

HEX: #300500
RGB: (48,5,0)

Color info

#300500 contains only red and green colors. Web safe color of #300500 is #330000 (or #300).

RGB color model

#300500 color RGB value is (48,5,0).

  • red value is 48;
  • green value is 5;
  • blue value is 0.
RGB:
(48,5,0)
(19%,2%,0%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 0 of 255 = 0%

48
5
0

R + G + B ~ 7%. #300500 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 5 + 0 = 53 (100%)
R 48 of 53 ~ 90.57%
G 5 of 53 ~ 9.43%
B 0 of 53 ~ 0%

%90.57

CMYK color model

#300500 color CMYK value is (0,90,100,81).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 100.00%
  • key color value is 81.18%
CMYK:
(0,90,100,81)
C0M90Y100K81 
(0%,90%,100%,81%)
(0.00/0.90/1.00/0.81)	

CMYK percentages

%0
%89.58
%100
%81.18

Codes

Color #300500 in popluar color models

300500
RGB4850
HSL100.00%9.41%
HSB/HSV100.00%18.82%
CMYK0.00%89.58%100.00%
81.18%

Color #300500 in popluar number systems.

HEX300500
Decimal4850
Binary1100001010
Octal6050

Shades and tints

Shades of #300500

#300500
(48,5,0)
#2C0500
(44,5,0)
#280500
(40,5,0)
#240500
(36,5,0)
#200500
(32,5,0)
#1C0500
(28,5,0)
#180500
(24,5,0)
#140500
(20,5,0)
#100500
(16,5,0)
#0C0500
(12,5,0)
#080500
(8,5,0)
#000000
(0,0,0)

Tints of #300500

#300500
(48,5,0)
#421B17
(66,27,23)
#54312E
(84,49,46)
#664745
(102,71,69)
#785D5C
(120,93,92)
#8A7373
(138,115,115)
#9C898A
(156,137,138)
#AE9FA1
(174,159,161)
#C0B5B8
(192,181,184)
#D2CBCF
(210,203,207)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300500 color. Also use rgb(48,5,0) instead hex code.

Text Font Color

.myTextColor { color: #300500; }

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

This text font color is #300500.


Background Color

.myBgColor { background-color: #300500; }

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

This div background color is #300500.


Border color

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

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

This div border color is #300500.


Opacity

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

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

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

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

This text has shadow with #300500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300500 on black background.


Color preview on white background

This text has color #300500 on white background.



Black color preview on #300500 background

This text has black color on #300500 background.


White color preview on #300500 background

This text has white color on #300500 background.