COLOR #301E13

HEX: #301E13
RGB: (48,30,19)

Color info

#301E13 contains red, green and blue colors in about the same proportion. Web safe color of #301E13 is #333300 (or #330).

RGB color model

#301E13 color RGB value is (48,30,19).

  • red value is 48;
  • green value is 30;
  • blue value is 19.
RGB:
(48,30,19)
(19%,12%,7%)

RGB channels and saturation

R 48 of 255 = 19%
G 30 of 255 = 12%
B 19 of 255 = 7%

48
30
19

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

Portions of RGB colors in percentages

R + G + B =
48 + 30 + 19 = 97 (100%)
R 48 of 97 ~ 49.48%
G 30 of 97 ~ 30.93%
B 19 of 97 ~ 19.59%

%49.48
%30.93
%19.59

CMYK color model

#301E13 color CMYK value is (0,38,60,81).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(0,38,60,81)
C0M38Y60K81 
(0%,38%,60%,81%)
(0.00/0.38/0.60/0.81)	

CMYK percentages

%0
%37.5
%60.42
%81.18

Codes

Color #301E13 in popluar color models

301E13
RGB483019
HSL23°43.28%13.14%
HSB/HSV23°60.42%18.82%
CMYK0.00%37.50%60.42%
81.18%

Color #301E13 in popluar number systems.

HEX301E13
Decimal483019
Binary1100001111010011
Octal603623

Shades and tints

Shades of #301E13

#301E13
(48,30,19)
#2C1C12
(44,28,18)
#281A11
(40,26,17)
#241810
(36,24,16)
#20160F
(32,22,15)
#1C140E
(28,20,14)
#18120D
(24,18,13)
#14100C
(20,16,12)
#100E0B
(16,14,11)
#0C0C0A
(12,12,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #301E13

#301E13
(48,30,19)
#423228
(66,50,40)
#54463D
(84,70,61)
#665A52
(102,90,82)
#786E67
(120,110,103)
#8A827C
(138,130,124)
#9C9691
(156,150,145)
#AEAAA6
(174,170,166)
#C0BEBB
(192,190,187)
#D2D2D0
(210,210,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301E13 color. Also use rgb(48,30,19) instead hex code.

Text Font Color

.myTextColor { color: #301E13; }

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

This text font color is #301E13.


Background Color

.myBgColor { background-color: #301E13; }

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

This div background color is #301E13.


Border color

.myBorderColor { border: 1px solid #301E13; }

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

This div border color is #301E13.


Opacity

.myOpacity80 { color: #301E13; opacity: 0.8; }

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

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

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

This text has shadow with #301E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301E13 on black background.


Color preview on white background

This text has color #301E13 on white background.



Black color preview on #301E13 background

This text has black color on #301E13 background.


White color preview on #301E13 background

This text has white color on #301E13 background.