COLOR #3A3421

HEX: #3A3421
RGB: (58,52,33)

Color info

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

RGB color model

#3A3421 color RGB value is (58,52,33).

  • red value is 58;
  • green value is 52;
  • blue value is 33.
RGB:
(58,52,33)
(23%,20%,13%)

RGB channels and saturation

R 58 of 255 = 23%
G 52 of 255 = 20%
B 33 of 255 = 13%

58
52
33

R + G + B ~ 19%. #3A3421 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 52 + 33 = 143 (100%)
R 58 of 143 ~ 40.56%
G 52 of 143 ~ 36.36%
B 33 of 143 ~ 23.08%

%40.56
%36.36
%23.08

CMYK color model

#3A3421 color CMYK value is (0,10,43,77).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 43.10%
  • key color value is 77.25%
CMYK:
(0,10,43,77)
C0M10Y43K77 
(0%,10%,43%,77%)
(0.00/0.10/0.43/0.77)	

CMYK percentages

%0
%10.34
%43.1
%77.25

Codes

Color #3A3421 in popluar color models

3A3421
RGB585233
HSL46°27.47%17.84%
HSB/HSV46°43.10%22.75%
CMYK0.00%10.34%43.10%
77.25%

Color #3A3421 in popluar number systems.

HEX3A3421
Decimal585233
Binary111010110100100001
Octal726441

Shades and tints

Shades of #3A3421

#3A3421
(58,52,33)
#35301E
(53,48,30)
#302C1B
(48,44,27)
#2B2818
(43,40,24)
#262415
(38,36,21)
#212012
(33,32,18)
#1C1C0F
(28,28,15)
#17180C
(23,24,12)
#121409
(18,20,9)
#0D1006
(13,16,6)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #3A3421

#3A3421
(58,52,33)
#4B4635
(75,70,53)
#5C5849
(92,88,73)
#6D6A5D
(109,106,93)
#7E7C71
(126,124,113)
#8F8E85
(143,142,133)
#A0A099
(160,160,153)
#B1B2AD
(177,178,173)
#C2C4C1
(194,196,193)
#D3D6D5
(211,214,213)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3421; }

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

This text font color is #3A3421.


Background Color

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

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

This div background color is #3A3421.


Border color

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

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

This div border color is #3A3421.


Opacity

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

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

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

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

This text has shadow with #3A3421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3421 on black background.


Color preview on white background

This text has color #3A3421 on white background.



Black color preview on #3A3421 background

This text has black color on #3A3421 background.


White color preview on #3A3421 background

This text has white color on #3A3421 background.