COLOR #3A4713

HEX: #3A4713
RGB: (58,71,19)

Color info

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

RGB color model

#3A4713 color RGB value is (58,71,19).

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

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 19 of 255 = 7%

58
71
19

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

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 19 = 148 (100%)
R 58 of 148 ~ 39.19%
G 71 of 148 ~ 47.97%
B 19 of 148 ~ 12.84%

%39.19
%47.97
%12.84

CMYK color model

#3A4713 color CMYK value is (18,0,73,72).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(18,0,73,72)
C18M0Y73K72 
(18%,0%,73%,72%)
(0.18/0.00/0.73/0.72)	

CMYK percentages

%18.31
%0
%73.24
%72.16

Codes

Color #3A4713 in popluar color models

3A4713
RGB587119
HSL75°57.78%17.65%
HSB/HSV75°73.24%27.84%
CMYK18.31%0.00%73.24%
72.16%

Color #3A4713 in popluar number systems.

HEX3A4713
Decimal587119
Binary111010100011110011
Octal7210723

Shades and tints

Shades of #3A4713

#3A4713
(58,71,19)
#354112
(53,65,18)
#303B11
(48,59,17)
#2B3510
(43,53,16)
#262F0F
(38,47,15)
#21290E
(33,41,14)
#1C230D
(28,35,13)
#171D0C
(23,29,12)
#12170B
(18,23,11)
#0D110A
(13,17,10)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #3A4713

#3A4713
(58,71,19)
#4B5728
(75,87,40)
#5C673D
(92,103,61)
#6D7752
(109,119,82)
#7E8767
(126,135,103)
#8F977C
(143,151,124)
#A0A791
(160,167,145)
#B1B7A6
(177,183,166)
#C2C7BB
(194,199,187)
#D3D7D0
(211,215,208)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4713; }

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

This text font color is #3A4713.


Background Color

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

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

This div background color is #3A4713.


Border color

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

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

This div border color is #3A4713.


Opacity

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

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

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

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

This text has shadow with #3A4713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4713 on black background.


Color preview on white background

This text has color #3A4713 on white background.



Black color preview on #3A4713 background

This text has black color on #3A4713 background.


White color preview on #3A4713 background

This text has white color on #3A4713 background.