COLOR #30050D

HEX: #30050D RGB: (48,5,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
5
13

R + G + B ~ 9%. #30050D is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 5 + 13 = 66 (100%)
R 48 of 66 ~ 72.73%
G 5 of 66 ~ 7.58%
B 13 of 66 ~ 19.7'%

%72.73
%19.7

CMYK color model

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

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

CMYK percentages

%0
%89.58
%72.92
%81.18

Codes

Color #30050D in popluar color models

30 05 0D
RGB 48 5 13
HSL 349° 81.13% 10.39%
HSB/HSV 349° 89.58% 18.82%
CMYK 0.00% 89.58% 72.92%
81.18%

Color #30050D in popluar number systems.

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

Shades and tints

Shades of #30050D

#30050D
(48,5,13)
#2C050C
(44,5,12)
#28050B
(40,5,11)
#24050A
(36,5,10)
#200509
(32,5,9)
#1C0508
(28,5,8)
#180507
(24,5,7)
#140506
(20,5,6)
#100505
(16,5,5)
#0C0504
(12,5,4)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #30050D

#30050D
(48,5,13)
#421B23
(66,27,35)
#543139
(84,49,57)
#66474F
(102,71,79)
#785D65
(120,93,101)
#8A737B
(138,115,123)
#9C8991
(156,137,145)
#AE9FA7
(174,159,167)
#C0B5BD
(192,181,189)
#D2CBD3
(210,203,211)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30050D; }

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

This text font color is #30050D.

Background Color

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

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

This div background color is #30050D.

Border color

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

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

This div border color is #30050D.

Opacity

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

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

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

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

This text has shadow with #30050D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30050D.

Preview

Color preview on black background

This text has color #30050D on black background.


Color preview on white background

This text has color #30050D on white background.


Black color preview on #30050D background

This text has black color on #30050D background.


White color preview on #30050D background

This text has white color on #30050D background.


Related colors

Complementary color

Complementary color for #hex is #CFFAF2.


I love getcolorcode.com

Triadic colors

1 #0D3005 and #050D30 with #30050D are triadic colors.

2 #0D0530 and #05300D with #30050D are triadic colors.