COLOR #301709

HEX: #301709 RGB: (48,23,9)

Color info

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

RGB color model

#301709 color RGB value is (48,23,9).

RGB: (48,23,9) (19%, 9%, 4%)

RGB channels and saturation

R 48 of 255 = 19%
G 23 of 255 = 9%
B 9 of 255 = 4%

48
23
9

R + G + B ~ 11%. #301709 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 23 + 9 = 80 (100%)
R 48 of 80 ~ 60%
G 23 of 80 ~ 28.75%
B 9 of 80 ~ 11.25'%

%60
%28.75
%11.25

CMYK color model

#301709 color CMYK value is (0,52,81,81).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 81.25%
  • key color value is 81.18%
CMYK: (0,52,81,81) C0M52Y81K81 (0%,52%,81%,81%) (0.00/0.52/0.81/0.81) 

CMYK percentages

%0
%52.08
%81.25
%81.18

Codes

Color #301709 in popluar color models

30 17 09
RGB 48 23 9
HSL 22° 68.42% 11.18%
HSB/HSV 22° 81.25% 18.82%
CMYK 0.00% 52.08% 81.25%
81.18%

Color #301709 in popluar number systems.

HEX 30 17 09
Decimal 48 23 9
Binary 110000 10111 1001
Octal 60 27 11

Shades and tints

Shades of #301709

#301709
(48,23,9)
#2C1509
(44,21,9)
#281309
(40,19,9)
#241109
(36,17,9)
#200F09
(32,15,9)
#1C0D09
(28,13,9)
#180B09
(24,11,9)
#140909
(20,9,9)
#100709
(16,7,9)
#0C0509
(12,5,9)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #301709

#301709
(48,23,9)
#422C1F
(66,44,31)
#544135
(84,65,53)
#66564B
(102,86,75)
#786B61
(120,107,97)
#8A8077
(138,128,119)
#9C958D
(156,149,141)
#AEAAA3
(174,170,163)
#C0BFB9
(192,191,185)
#D2D4CF
(210,212,207)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301709; }

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

This text font color is #301709.

Background Color

.myBgColor { background-color: #301709; }

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

This div background color is #301709.

Border color

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

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

This div border color is #301709.

Opacity

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

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

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

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

This text has shadow with #301709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301709.

Preview

Color preview on black background

This text has color #301709 on black background.


Color preview on white background

This text has color #301709 on white background.


Black color preview on #301709 background

This text has black color on #301709 background.


White color preview on #301709 background

This text has white color on #301709 background.


Related colors

Complementary color

Complementary color for #hex is #CFE8F6.


I love getcolorcode.com

Triadic colors

1 #093017 and #170930 with #301709 are triadic colors.

2 #091730 and #173009 with #301709 are triadic colors.