COLOR #3A1E21

HEX: #3A1E21 RGB: (58,30,33)

Color info

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

RGB color model

#3A1E21 color RGB value is (58,30,33).

RGB: (58,30,33) (23%, 12%, 13%)

RGB channels and saturation

R 58 of 255 = 23%
G 30 of 255 = 12%
B 33 of 255 = 13%

58
30
33

R + G + B ~ 16%. #3A1E21 is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 30 + 33 = 121 (100%)
R 58 of 121 ~ 47.93%
G 30 of 121 ~ 24.79%
B 33 of 121 ~ 27.27'%

%47.93
%24.79
%27.27

CMYK color model

#3A1E21 color CMYK value is (0,48,43,77).

  • cyan value is 0.00%
  • magenta value is 48.28%
  • yellow value is 43.10%
  • key color value is 77.25%

CMYK: (0,48,43,77)
C0M48Y43K77 (0%, 48%, 43%, 77%)
(0.00 / 0.48 / 0.43 / 0.77)

CMYK percentages

%0
%48.28
%43.1
%77.25

Codes

Color #3A1E21 in popluar color models

3A 1E 21
RGB 58 30 33
HSL 354° 31.82% 17.25%
HSB/HSV 354° 48.28% 22.75%
CMYK 0.00% 48.28% 43.10%
77.25%

Color #3A1E21 in popluar number systems.

HEX 3A 1E 21
Decimal 58 30 33
Binary 111010 11110 100001
Octal 72 36 41

Shades and tints

Shades of #3A1E21

#3A1E21
(58,30,33)
#351C1E
(53,28,30)
#301A1B
(48,26,27)
#2B1818
(43,24,24)
#261615
(38,22,21)
#211412
(33,20,18)
#1C120F
(28,18,15)
#17100C
(23,16,12)
#120E09
(18,14,9)
#0D0C06
(13,12,6)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #3A1E21

#3A1E21
(58,30,33)
#4B3235
(75,50,53)
#5C4649
(92,70,73)
#6D5A5D
(109,90,93)
#7E6E71
(126,110,113)
#8F8285
(143,130,133)
#A09699
(160,150,153)
#B1AAAD
(177,170,173)
#C2BEC1
(194,190,193)
#D3D2D5
(211,210,213)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A1E21 color. Also use rgb(58,30,33) instead hex code.

Text Font Color

.myTextColor { color: #3A1E21; }

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

This text font color is #3A1E21.

Background Color

.myBgColor { background-color: #3A1E21; }

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

This div background color is #3A1E21.

Border color

.myBorderColor { border: 1px solid #3A1E21; }

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

This div border color is #3A1E21.

Opacity

.myOpacity80 { color: #3A1E21; opacity: 0.8; }

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

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

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

This text has shadow with #3A1E21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A1E21.

Preview

Color preview on black background

This text has color #3A1E21 on black background.


Color preview on white background

This text has color #3A1E21 on white background.


Black color preview on #3A1E21 background

This text has black color on #3A1E21 background.


White color preview on #3A1E21 background

This text has white color on #3A1E21 background.


Related colors

Complementary color

Complementary color for #hex is #C5E1DE.


I love getcolorcode.com

Triadic colors

1 #213A1E and #1E213A with #3A1E21 are triadic colors.

2 #211E3A and #1E3A21 with #3A1E21 are triadic colors.