COLOR #301409

HEX: #301409 RGB: (48,20,9)

Color info

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

RGB color model

#301409 color RGB value is (48,20,9).

RGB: (48,20,9) (19%, 8%, 4%)

RGB channels and saturation

R 48 of 255 = 19%
G 20 of 255 = 8%
B 9 of 255 = 4%

48
20
9

R + G + B ~ 10%. #301409 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 20 + 9 = 77 (100%)
R 48 of 77 ~ 62.34%
G 20 of 77 ~ 25.97%
B 9 of 77 ~ 11.69'%

%62.34
%25.97
%11.69

CMYK color model

#301409 color CMYK value is (0,58,81,81).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 81.25%
  • key color value is 81.18%

CMYK: (0,58,81,81)
C0M58Y81K81 (0%, 58%, 81%, 81%)
(0.00 / 0.58 / 0.81 / 0.81)

CMYK percentages

%0
%58.33
%81.25
%81.18

Codes

Color #301409 in popluar color models

30 14 09
RGB 48 20 9
HSL 17° 68.42% 11.18%
HSB/HSV 17° 81.25% 18.82%
CMYK 0.00% 58.33% 81.25%
81.18%

Color #301409 in popluar number systems.

HEX 30 14 09
Decimal 48 20 9
Binary 110000 10100 1001
Octal 60 24 11

Shades and tints

Shades of #301409

#301409
(48,20,9)
#2C1309
(44,19,9)
#281209
(40,18,9)
#241109
(36,17,9)
#201009
(32,16,9)
#1C0F09
(28,15,9)
#180E09
(24,14,9)
#140D09
(20,13,9)
#100C09
(16,12,9)
#0C0B09
(12,11,9)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #301409

#301409
(48,20,9)
#42291F
(66,41,31)
#543E35
(84,62,53)
#66534B
(102,83,75)
#786861
(120,104,97)
#8A7D77
(138,125,119)
#9C928D
(156,146,141)
#AEA7A3
(174,167,163)
#C0BCB9
(192,188,185)
#D2D1CF
(210,209,207)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301409; }

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

This text font color is #301409.

Background Color

.myBgColor { background-color: #301409; }

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

This div background color is #301409.

Border color

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

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

This div border color is #301409.

Opacity

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

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

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

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

This text has shadow with #301409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301409.

Preview

Color preview on black background

This text has color #301409 on black background.


Color preview on white background

This text has color #301409 on white background.


Black color preview on #301409 background

This text has black color on #301409 background.


White color preview on #301409 background

This text has white color on #301409 background.


Related colors

Complementary color

Complementary color for #hex is #CFEBF6.


I love getcolorcode.com

Triadic colors

1 #093014 and #140930 with #301409 are triadic colors.

2 #091430 and #143009 with #301409 are triadic colors.