COLOR #3A5F2B

HEX: #3A5F2B
RGB: (58,95,43)

Color info

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

RGB color model

#3A5F2B color RGB value is (58,95,43).

  • red value is 58;
  • green value is 95;
  • blue value is 43.
RGB:
(58,95,43)
(23%,37%,17%)

RGB channels and saturation

R 58 of 255 = 23%
G 95 of 255 = 37%
B 43 of 255 = 17%

58
95
43

R + G + B ~ 26%. #3A5F2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 95 + 43 = 196 (100%)
R 58 of 196 ~ 29.59%
G 95 of 196 ~ 48.47%
B 43 of 196 ~ 21.94%

%29.59
%48.47
%21.94

CMYK color model

#3A5F2B color CMYK value is (39,0,55,63).

  • cyan value is 38.95%
  • magenta value is 0.00%
  • yellow value is 54.74%
  • key color value is 62.75%
CMYK:
(39,0,55,63)
C39M0Y55K63 
(39%,0%,55%,63%)
(0.39/0.00/0.55/0.63)	

CMYK percentages

%38.95
%0
%54.74
%62.75

Codes

Color #3A5F2B in popluar color models

3A5F2B
RGB589543
HSL103°37.68%27.06%
HSB/HSV103°54.74%37.25%
CMYK38.95%0.00%54.74%
62.75%

Color #3A5F2B in popluar number systems.

HEX3A5F2B
Decimal589543
Binary1110101011111101011
Octal7213753

Shades and tints

Shades of #3A5F2B

#3A5F2B
(58,95,43)
#355728
(53,87,40)
#304F25
(48,79,37)
#2B4722
(43,71,34)
#263F1F
(38,63,31)
#21371C
(33,55,28)
#1C2F19
(28,47,25)
#172716
(23,39,22)
#121F13
(18,31,19)
#0D1710
(13,23,16)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #3A5F2B

#3A5F2B
(58,95,43)
#4B6D3E
(75,109,62)
#5C7B51
(92,123,81)
#6D8964
(109,137,100)
#7E9777
(126,151,119)
#8FA58A
(143,165,138)
#A0B39D
(160,179,157)
#B1C1B0
(177,193,176)
#C2CFC3
(194,207,195)
#D3DDD6
(211,221,214)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5F2B color. Also use rgb(58,95,43) instead hex code.

Text Font Color

.myTextColor { color: #3A5F2B; }

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

This text font color is #3A5F2B.


Background Color

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

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

This div background color is #3A5F2B.


Border color

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

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

This div border color is #3A5F2B.


Opacity

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

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

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

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

This text has shadow with #3A5F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5F2B on black background.


Color preview on white background

This text has color #3A5F2B on white background.



Black color preview on #3A5F2B background

This text has black color on #3A5F2B background.


White color preview on #3A5F2B background

This text has white color on #3A5F2B background.