COLOR #30300D

HEX: #30300D RGB: (48,48,13)

Color info

#30300D contains red, green and blue colors in about the same proportion. Web safe color of #30300D is #333300 (or #330).

RGB color model

#30300D color RGB value is (48,48,13).

RGB: (48,48,13) (19%, 19%, 5%)

RGB channels and saturation

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

48
48
13

R + G + B ~ 14%. #30300D is dark color.

Portions of RGB colors in percentages

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

%44.04
%44.04
%11.93

CMYK color model

#30300D color CMYK value is (0,0,73,81).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 72.92%
  • key color value is 81.18%

CMYK: (0,0,73,81)
C0M0Y73K81 (0%, 0%, 73%, 81%)
(0.00 / 0.00 / 0.73 / 0.81)

CMYK percentages

%0
%0
%72.92
%81.18

Codes

Color #30300D in popluar color models

30 30 0D
RGB 48 48 13
HSL 60° 57.38% 11.96%
HSB/HSV 60° 72.92% 18.82%
CMYK 0.00% 0.00% 72.92%
81.18%

Color #30300D in popluar number systems.

HEX 30 30 0D
Decimal 48 48 13
Binary 110000 110000 1101
Octal 60 60 15

Shades and tints

Shades of #30300D

#30300D
(48,48,13)
#2C2C0C
(44,44,12)
#28280B
(40,40,11)
#24240A
(36,36,10)
#202009
(32,32,9)
#1C1C08
(28,28,8)
#181807
(24,24,7)
#141406
(20,20,6)
#101005
(16,16,5)
#0C0C04
(12,12,4)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #30300D

#30300D
(48,48,13)
#424223
(66,66,35)
#545439
(84,84,57)
#66664F
(102,102,79)
#787865
(120,120,101)
#8A8A7B
(138,138,123)
#9C9C91
(156,156,145)
#AEAEA7
(174,174,167)
#C0C0BD
(192,192,189)
#D2D2D3
(210,210,211)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30300D; }

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

This text font color is #30300D.

Background Color

.myBgColor { background-color: #30300D; }

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

This div background color is #30300D.

Border color

.myBorderColor { border: 1px solid #30300D; }

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

This div border color is #30300D.

Opacity

.myOpacity80 { color: #30300D; opacity: 0.8; }

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

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

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

This text has shadow with #30300D color.


.textShadow {text-shadow: 3px 3px 1px #30300D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30300D; -webkit-box-shadow: 1px 1px 3px 2px #30300D; box-shadow:1px 1px 3px 2px #30300D;">
Div content here
</div>

This div box has shadow with color #30300D.

Preview

Color preview on black background

This text has color #30300D on black background.


Color preview on white background

This text has color #30300D on white background.


Black color preview on #30300D background

This text has black color on #30300D background.


White color preview on #30300D background

This text has white color on #30300D background.


Related colors

Complementary color

Complementary color for #hex is #CFCFF2.


I love getcolorcode.com