COLOR #301917

HEX: #301917 RGB: (48,25,23)

Color info

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

RGB color model

#301917 color RGB value is (48,25,23).

RGB: (48,25,23) (19%, 10%, 9%)

RGB channels and saturation

R 48 of 255 = 19%
G 25 of 255 = 10%
B 23 of 255 = 9%

48
25
23

R + G + B ~ 13%. #301917 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 25 + 23 = 96 (100%)
R 48 of 96 ~ 50%
G 25 of 96 ~ 26.04%
B 23 of 96 ~ 23.96'%

%50
%26.04
%23.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.92%
  • yellow value is 52.08%
  • key color value is 81.18%

CMYK: (0,48,52,81)
C0M48Y52K81 (0%, 48%, 52%, 81%)
(0.00 / 0.48 / 0.52 / 0.81)

CMYK percentages

%0
%47.92
%52.08
%81.18

Codes

Color #301917 in popluar color models

30 19 17
RGB 48 25 23
HSL 35.21% 13.92%
HSB/HSV 52.08% 18.82%
CMYK 0.00% 47.92% 52.08%
81.18%

Color #301917 in popluar number systems.

HEX 30 19 17
Decimal 48 25 23
Binary 110000 11001 10111
Octal 60 31 27

Shades and tints

Shades of #301917

#301917
(48,25,23)
#2C1715
(44,23,21)
#281513
(40,21,19)
#241311
(36,19,17)
#20110F
(32,17,15)
#1C0F0D
(28,15,13)
#180D0B
(24,13,11)
#140B09
(20,11,9)
#100907
(16,9,7)
#0C0705
(12,7,5)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #301917

#301917
(48,25,23)
#422D2C
(66,45,44)
#544141
(84,65,65)
#665556
(102,85,86)
#78696B
(120,105,107)
#8A7D80
(138,125,128)
#9C9195
(156,145,149)
#AEA5AA
(174,165,170)
#C0B9BF
(192,185,191)
#D2CDD4
(210,205,212)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301917; }

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

This text font color is #301917.

Background Color

.myBgColor { background-color: #301917; }

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

This div background color is #301917.

Border color

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

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

This div border color is #301917.

Opacity

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

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

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

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

This text has shadow with #301917 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301917.

Preview

Color preview on black background

This text has color #301917 on black background.


Color preview on white background

This text has color #301917 on white background.


Black color preview on #301917 background

This text has black color on #301917 background.


White color preview on #301917 background

This text has white color on #301917 background.


Related colors

Complementary color

Complementary color for #hex is #CFE6E8.


I love getcolorcode.com

Triadic colors

1 #173019 and #191730 with #301917 are triadic colors.

2 #171930 and #193017 with #301917 are triadic colors.