COLOR #300030

HEX: #300030
RGB: (48,0,48)

Color info

#300030 contains only red and blue colors. Web safe color of #300030 is #330033 (or #303).

RGB color model

#300030 color RGB value is (48,0,48).

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

RGB channels and saturation

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

48
0
48

R + G + B ~ 13%. #300030 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 48 = 96 (100%)
R 48 of 96 ~ 50%
G 0 of 96 ~ 0%
B 48 of 96 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%81.18

Codes

Color #300030 in popluar color models

300030
RGB48048
HSL300°100.00%9.41%
HSB/HSV300°100.00%18.82%
CMYK0.00%100.00%0.00%
81.18%

Color #300030 in popluar number systems.

HEX300030
Decimal48048
Binary1100000110000
Octal60060

Shades and tints

Shades of #300030

#300030
(48,0,48)
#2C002C
(44,0,44)
#280028
(40,0,40)
#240024
(36,0,36)
#200020
(32,0,32)
#1C001C
(28,0,28)
#180018
(24,0,24)
#140014
(20,0,20)
#100010
(16,0,16)
#0C000C
(12,0,12)
#080008
(8,0,8)
#000000
(0,0,0)

Tints of #300030

#300030
(48,0,48)
#421742
(66,23,66)
#542E54
(84,46,84)
#664566
(102,69,102)
#785C78
(120,92,120)
#8A738A
(138,115,138)
#9C8A9C
(156,138,156)
#AEA1AE
(174,161,174)
#C0B8C0
(192,184,192)
#D2CFD2
(210,207,210)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300030; }

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

This text font color is #300030.


Background Color

.myBgColor { background-color: #300030; }

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

This div background color is #300030.


Border color

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

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

This div border color is #300030.


Opacity

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

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

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

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

This text has shadow with #300030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300030 on black background.


Color preview on white background

This text has color #300030 on white background.



Black color preview on #300030 background

This text has black color on #300030 background.


White color preview on #300030 background

This text has white color on #300030 background.