COLOR #3A672D

HEX: #3A672D
RGB: (58,103,45)

Color info

#3A672D contains red, green and blue colors in about the same proportion. Web safe color of #3A672D is #336633 (or #363).

RGB color model

#3A672D color RGB value is (58,103,45).

  • red value is 58;
  • green value is 103;
  • blue value is 45.
RGB:
(58,103,45)
(23%,40%,18%)

RGB channels and saturation

R 58 of 255 = 23%
G 103 of 255 = 40%
B 45 of 255 = 18%

58
103
45

R + G + B ~ 27%. #3A672D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 103 + 45 = 206 (100%)
R 58 of 206 ~ 28.16%
G 103 of 206 ~ 50%
B 45 of 206 ~ 21.84%

%28.16
%50
%21.84

CMYK color model

#3A672D color CMYK value is (44,0,56,60).

  • cyan value is 43.69%
  • magenta value is 0.00%
  • yellow value is 56.31%
  • key color value is 59.61%
CMYK:
(44,0,56,60)
C44M0Y56K60 
(44%,0%,56%,60%)
(0.44/0.00/0.56/0.60)	

CMYK percentages

%43.69
%0
%56.31
%59.61

Codes

Color #3A672D in popluar color models

3A672D
RGB5810345
HSL107°39.19%29.02%
HSB/HSV107°56.31%40.39%
CMYK43.69%0.00%56.31%
59.61%

Color #3A672D in popluar number systems.

HEX3A672D
Decimal5810345
Binary1110101100111101101
Octal7214755

Shades and tints

Shades of #3A672D

#3A672D
(58,103,45)
#355E29
(53,94,41)
#305525
(48,85,37)
#2B4C21
(43,76,33)
#26431D
(38,67,29)
#213A19
(33,58,25)
#1C3115
(28,49,21)
#172811
(23,40,17)
#121F0D
(18,31,13)
#0D1609
(13,22,9)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #3A672D

#3A672D
(58,103,45)
#4B7440
(75,116,64)
#5C8153
(92,129,83)
#6D8E66
(109,142,102)
#7E9B79
(126,155,121)
#8FA88C
(143,168,140)
#A0B59F
(160,181,159)
#B1C2B2
(177,194,178)
#C2CFC5
(194,207,197)
#D3DCD8
(211,220,216)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A672D color. Also use rgb(58,103,45) instead hex code.

Text Font Color

.myTextColor { color: #3A672D; }

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

This text font color is #3A672D.


Background Color

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

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

This div background color is #3A672D.


Border color

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

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

This div border color is #3A672D.


Opacity

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

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

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

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

This text has shadow with #3A672D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A672D on black background.


Color preview on white background

This text has color #3A672D on white background.



Black color preview on #3A672D background

This text has black color on #3A672D background.


White color preview on #3A672D background

This text has white color on #3A672D background.