COLOR #300A04

HEX: #300A04 RGB: (48,10,4)

Color info

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

RGB color model

#300A04 color RGB value is (48,10,4).

RGB: (48,10,4) (19%, 4%, 2%)

RGB channels and saturation

R 48 of 255 = 19%
G 10 of 255 = 4%
B 4 of 255 = 2%

48
10
4

R + G + B ~ 8%. #300A04 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 10 + 4 = 62 (100%)
R 48 of 62 ~ 77.42%
G 10 of 62 ~ 16.13%
B 4 of 62 ~ 6.45'%

%77.42
%16.13

CMYK color model

#300A04 color CMYK value is (0,79,92,81).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 91.67%
  • key color value is 81.18%

CMYK: (0,79,92,81)
C0M79Y92K81 (0%, 79%, 92%, 81%)
(0.00 / 0.79 / 0.92 / 0.81)

CMYK percentages

%0
%79.17
%91.67
%81.18

Codes

Color #300A04 in popluar color models

30 0A 04
RGB 48 10 4
HSL 84.62% 10.20%
HSB/HSV 91.67% 18.82%
CMYK 0.00% 79.17% 91.67%
81.18%

Color #300A04 in popluar number systems.

HEX 30 0A 04
Decimal 48 10 4
Binary 110000 1010 100
Octal 60 12 4

Shades and tints

Shades of #300A04

#300A04
(48,10,4)
#2C0A04
(44,10,4)
#280A04
(40,10,4)
#240A04
(36,10,4)
#200A04
(32,10,4)
#1C0A04
(28,10,4)
#180A04
(24,10,4)
#140A04
(20,10,4)
#100A04
(16,10,4)
#0C0A04
(12,10,4)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #300A04

#300A04
(48,10,4)
#42201A
(66,32,26)
#543630
(84,54,48)
#664C46
(102,76,70)
#78625C
(120,98,92)
#8A7872
(138,120,114)
#9C8E88
(156,142,136)
#AEA49E
(174,164,158)
#C0BAB4
(192,186,180)
#D2D0CA
(210,208,202)
#E4E6E0
(228,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300A04; }

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

This text font color is #300A04.

Background Color

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

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

This div background color is #300A04.

Border color

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

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

This div border color is #300A04.

Opacity

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

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

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

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

This text has shadow with #300A04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300A04.

Preview

Color preview on black background

This text has color #300A04 on black background.


Color preview on white background

This text has color #300A04 on white background.


Black color preview on #300A04 background

This text has black color on #300A04 background.


White color preview on #300A04 background

This text has white color on #300A04 background.


Related colors

Complementary color

Complementary color for #hex is #CFF5FB.


I love getcolorcode.com

Triadic colors

1 #04300A and #0A0430 with #300A04 are triadic colors.

2 #040A30 and #0A3004 with #300A04 are triadic colors.