COLOR #3A5F3E

HEX: #3A5F3E
RGB: (58,95,62)

Color info

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

RGB color model

#3A5F3E color RGB value is (58,95,62).

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

RGB channels and saturation

R 58 of 255 = 23%
G 95 of 255 = 37%
B 62 of 255 = 24%

58
95
62

R + G + B ~ 28%. #3A5F3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 95 + 62 = 215 (100%)
R 58 of 215 ~ 26.98%
G 95 of 215 ~ 44.19%
B 62 of 215 ~ 28.84%

%26.98
%44.19
%28.84

CMYK color model

#3A5F3E color CMYK value is (39,0,35,63).

  • cyan value is 38.95%
  • magenta value is 0.00%
  • yellow value is 34.74%
  • key color value is 62.75%
CMYK:
(39,0,35,63)
C39M0Y35K63 
(39%,0%,35%,63%)
(0.39/0.00/0.35/0.63)	

CMYK percentages

%38.95
%0
%34.74
%62.75

Codes

Color #3A5F3E in popluar color models

3A5F3E
RGB589562
HSL126°24.18%30.00%
HSB/HSV126°38.95%37.25%
CMYK38.95%0.00%34.74%
62.75%

Color #3A5F3E in popluar number systems.

HEX3A5F3E
Decimal589562
Binary1110101011111111110
Octal7213776

Shades and tints

Shades of #3A5F3E

#3A5F3E
(58,95,62)
#355739
(53,87,57)
#304F34
(48,79,52)
#2B472F
(43,71,47)
#263F2A
(38,63,42)
#213725
(33,55,37)
#1C2F20
(28,47,32)
#17271B
(23,39,27)
#121F16
(18,31,22)
#0D1711
(13,23,17)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #3A5F3E

#3A5F3E
(58,95,62)
#4B6D4F
(75,109,79)
#5C7B60
(92,123,96)
#6D8971
(109,137,113)
#7E9782
(126,151,130)
#8FA593
(143,165,147)
#A0B3A4
(160,179,164)
#B1C1B5
(177,193,181)
#C2CFC6
(194,207,198)
#D3DDD7
(211,221,215)
#E4EBE8
(228,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5F3E; }

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

This text font color is #3A5F3E.


Background Color

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

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

This div background color is #3A5F3E.


Border color

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

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

This div border color is #3A5F3E.


Opacity

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

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

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

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

This text has shadow with #3A5F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5F3E on black background.


Color preview on white background

This text has color #3A5F3E on white background.



Black color preview on #3A5F3E background

This text has black color on #3A5F3E background.


White color preview on #3A5F3E background

This text has white color on #3A5F3E background.