COLOR #3A3513

HEX: #3A3513
RGB: (58,53,19)

Color info

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

RGB color model

#3A3513 color RGB value is (58,53,19).

  • red value is 58;
  • green value is 53;
  • blue value is 19.
RGB:
(58,53,19)
(23%,21%,7%)

RGB channels and saturation

R 58 of 255 = 23%
G 53 of 255 = 21%
B 19 of 255 = 7%

58
53
19

R + G + B ~ 17%. #3A3513 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 53 + 19 = 130 (100%)
R 58 of 130 ~ 44.62%
G 53 of 130 ~ 40.77%
B 19 of 130 ~ 14.62%

%44.62
%40.77
%14.62

CMYK color model

#3A3513 color CMYK value is (0,9,67,77).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 67.24%
  • key color value is 77.25%
CMYK:
(0,9,67,77)
C0M9Y67K77 
(0%,9%,67%,77%)
(0.00/0.09/0.67/0.77)	

CMYK percentages

%0
%8.62
%67.24
%77.25

Codes

Color #3A3513 in popluar color models

3A3513
RGB585319
HSL52°50.65%15.10%
HSB/HSV52°67.24%22.75%
CMYK0.00%8.62%67.24%
77.25%

Color #3A3513 in popluar number systems.

HEX3A3513
Decimal585319
Binary11101011010110011
Octal726523

Shades and tints

Shades of #3A3513

#3A3513
(58,53,19)
#353112
(53,49,18)
#302D11
(48,45,17)
#2B2910
(43,41,16)
#26250F
(38,37,15)
#21210E
(33,33,14)
#1C1D0D
(28,29,13)
#17190C
(23,25,12)
#12150B
(18,21,11)
#0D110A
(13,17,10)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #3A3513

#3A3513
(58,53,19)
#4B4728
(75,71,40)
#5C593D
(92,89,61)
#6D6B52
(109,107,82)
#7E7D67
(126,125,103)
#8F8F7C
(143,143,124)
#A0A191
(160,161,145)
#B1B3A6
(177,179,166)
#C2C5BB
(194,197,187)
#D3D7D0
(211,215,208)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3513 color. Also use rgb(58,53,19) instead hex code.

Text Font Color

.myTextColor { color: #3A3513; }

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

This text font color is #3A3513.


Background Color

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

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

This div background color is #3A3513.


Border color

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

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

This div border color is #3A3513.


Opacity

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

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

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

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

This text has shadow with #3A3513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3513 on black background.


Color preview on white background

This text has color #3A3513 on white background.



Black color preview on #3A3513 background

This text has black color on #3A3513 background.


White color preview on #3A3513 background

This text has white color on #3A3513 background.