COLOR #300D30

HEX: #300D30
RGB: (48,13,48)

Color info

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

RGB color model

#300D30 color RGB value is (48,13,48).

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

RGB channels and saturation

R 48 of 255 = 19%
G 13 of 255 = 5%
B 48 of 255 = 19%

48
13
48

R + G + B ~ 14%. #300D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 13 + 48 = 109 (100%)
R 48 of 109 ~ 44.04%
G 13 of 109 ~ 11.93%
B 48 of 109 ~ 44.04%

%44.04
%11.93
%44.04

CMYK color model

#300D30 color CMYK value is (0,73,0,81).

  • cyan value is 0.00%
  • magenta value is 72.92%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(0,73,0,81)
C0M73Y0K81 
(0%,73%,0%,81%)
(0.00/0.73/0.00/0.81)	

CMYK percentages

%0
%72.92
%0
%81.18

Codes

Color #300D30 in popluar color models

300D30
RGB481348
HSL300°57.38%11.96%
HSB/HSV300°72.92%18.82%
CMYK0.00%72.92%0.00%
81.18%

Color #300D30 in popluar number systems.

HEX300D30
Decimal481348
Binary1100001101110000
Octal601560

Shades and tints

Shades of #300D30

#300D30
(48,13,48)
#2C0C2C
(44,12,44)
#280B28
(40,11,40)
#240A24
(36,10,36)
#200920
(32,9,32)
#1C081C
(28,8,28)
#180718
(24,7,24)
#140614
(20,6,20)
#100510
(16,5,16)
#0C040C
(12,4,12)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #300D30

#300D30
(48,13,48)
#422342
(66,35,66)
#543954
(84,57,84)
#664F66
(102,79,102)
#786578
(120,101,120)
#8A7B8A
(138,123,138)
#9C919C
(156,145,156)
#AEA7AE
(174,167,174)
#C0BDC0
(192,189,192)
#D2D3D2
(210,211,210)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300D30; }

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

This text font color is #300D30.


Background Color

.myBgColor { background-color: #300D30; }

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

This div background color is #300D30.


Border color

.myBorderColor { border: 1px solid #300D30; }

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

This div border color is #300D30.


Opacity

.myOpacity80 { color: #300D30; opacity: 0.8; }

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

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

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

This text has shadow with #300D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300D30 on black background.


Color preview on white background

This text has color #300D30 on white background.



Black color preview on #300D30 background

This text has black color on #300D30 background.


White color preview on #300D30 background

This text has white color on #300D30 background.