COLOR #301E29

HEX: #301E29 RGB: (48,30,41)

Color info

#301E29 contains red, green and blue colors in about the same proportion. Web safe color of #301E29 is #333333 (or #333).

RGB color model

#301E29 color RGB value is (48,30,41).

RGB: (48,30,41) (19%, 12%, 16%)

RGB channels and saturation

R 48 of 255 = 19%
G 30 of 255 = 12%
B 41 of 255 = 16%

48
30
41

R + G + B ~ 16%. #301E29 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 30 + 41 = 119 (100%)
R 48 of 119 ~ 40.34%
G 30 of 119 ~ 25.21%
B 41 of 119 ~ 34.45'%

%40.34
%25.21
%34.45

CMYK color model

#301E29 color CMYK value is (0,38,15,81).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 14.58%
  • key color value is 81.18%

CMYK: (0,38,15,81)
C0M38Y15K81 (0%, 38%, 15%, 81%)
(0.00 / 0.38 / 0.15 / 0.81)

CMYK percentages

%0
%37.5
%14.58
%81.18

Codes

Color #301E29 in popluar color models

30 1E 29
RGB 48 30 41
HSL 323° 23.08% 15.29%
HSB/HSV 323° 37.50% 18.82%
CMYK 0.00% 37.50% 14.58%
81.18%

Color #301E29 in popluar number systems.

HEX 30 1E 29
Decimal 48 30 41
Binary 110000 11110 101001
Octal 60 36 51

Shades and tints

Shades of #301E29

#301E29
(48,30,41)
#2C1C26
(44,28,38)
#281A23
(40,26,35)
#241820
(36,24,32)
#20161D
(32,22,29)
#1C141A
(28,20,26)
#181217
(24,18,23)
#141014
(20,16,20)
#100E11
(16,14,17)
#0C0C0E
(12,12,14)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #301E29

#301E29
(48,30,41)
#42323C
(66,50,60)
#54464F
(84,70,79)
#665A62
(102,90,98)
#786E75
(120,110,117)
#8A8288
(138,130,136)
#9C969B
(156,150,155)
#AEAAAE
(174,170,174)
#C0BEC1
(192,190,193)
#D2D2D4
(210,210,212)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301E29; }

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

This text font color is #301E29.

Background Color

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

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

This div background color is #301E29.

Border color

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

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

This div border color is #301E29.

Opacity

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

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

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

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

This text has shadow with #301E29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301E29.

Preview

Color preview on black background

This text has color #301E29 on black background.


Color preview on white background

This text has color #301E29 on white background.


Black color preview on #301E29 background

This text has black color on #301E29 background.


White color preview on #301E29 background

This text has white color on #301E29 background.


Related colors

Complementary color

Complementary color for #hex is #CFE1D6.


I love getcolorcode.com

Triadic colors

1 #29301E and #1E2930 with #301E29 are triadic colors.

2 #291E30 and #1E3029 with #301E29 are triadic colors.