COLOR #301719

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

Color info

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

RGB color model

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

  • red value is 48;
  • green value is 23;
  • blue value is 25.
RGB:
(48,23,25)
(19%,9%,10%)

RGB channels and saturation

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

48
23
25

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

Portions of RGB colors in percentages

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

%50
%23.96
%26.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 47.92%
  • key color value is 81.18%
CMYK:
(0,52,48,81)
C0M52Y48K81 
(0%,52%,48%,81%)
(0.00/0.52/0.48/0.81)	

CMYK percentages

%0
%52.08
%47.92
%81.18

Codes

Color #301719 in popluar color models

301719
RGB482325
HSL355°35.21%13.92%
HSB/HSV355°52.08%18.82%
CMYK0.00%52.08%47.92%
81.18%

Color #301719 in popluar number systems.

HEX301719
Decimal482325
Binary1100001011111001
Octal602731

Shades and tints

Shades of #301719

#301719
(48,23,25)
#2C1517
(44,21,23)
#281315
(40,19,21)
#241113
(36,17,19)
#200F11
(32,15,17)
#1C0D0F
(28,13,15)
#180B0D
(24,11,13)
#14090B
(20,9,11)
#100709
(16,7,9)
#0C0507
(12,5,7)
#080305
(8,3,5)
#000000
(0,0,0)

Tints of #301719

#301719
(48,23,25)
#422C2D
(66,44,45)
#544141
(84,65,65)
#665655
(102,86,85)
#786B69
(120,107,105)
#8A807D
(138,128,125)
#9C9591
(156,149,145)
#AEAAA5
(174,170,165)
#C0BFB9
(192,191,185)
#D2D4CD
(210,212,205)
#E4E9E1
(228,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301719; }

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

This text font color is #301719.


Background Color

.myBgColor { background-color: #301719; }

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

This div background color is #301719.


Border color

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

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

This div border color is #301719.


Opacity

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

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

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

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

This text has shadow with #301719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301719 on black background.


Color preview on white background

This text has color #301719 on white background.



Black color preview on #301719 background

This text has black color on #301719 background.


White color preview on #301719 background

This text has white color on #301719 background.