COLOR #3A6E37

HEX: #3A6E37
RGB: (58,110,55)

Color info

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

RGB color model

#3A6E37 color RGB value is (58,110,55).

  • red value is 58;
  • green value is 110;
  • blue value is 55.
RGB:
(58,110,55)
(23%,43%,22%)

RGB channels and saturation

R 58 of 255 = 23%
G 110 of 255 = 43%
B 55 of 255 = 22%

58
110
55

R + G + B ~ 29%. #3A6E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 110 + 55 = 223 (100%)
R 58 of 223 ~ 26.01%
G 110 of 223 ~ 49.33%
B 55 of 223 ~ 24.66%

%26.01
%49.33
%24.66

CMYK color model

#3A6E37 color CMYK value is (47,0,50,57).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(47,0,50,57)
C47M0Y50K57 
(47%,0%,50%,57%)
(0.47/0.00/0.50/0.57)	

CMYK percentages

%47.27
%0
%50
%56.86

Codes

Color #3A6E37 in popluar color models

3A6E37
RGB5811055
HSL117°33.33%32.35%
HSB/HSV117°50.00%43.14%
CMYK47.27%0.00%50.00%
56.86%

Color #3A6E37 in popluar number systems.

HEX3A6E37
Decimal5811055
Binary1110101101110110111
Octal7215667

Shades and tints

Shades of #3A6E37

#3A6E37
(58,110,55)
#356432
(53,100,50)
#305A2D
(48,90,45)
#2B5028
(43,80,40)
#264623
(38,70,35)
#213C1E
(33,60,30)
#1C3219
(28,50,25)
#172814
(23,40,20)
#121E0F
(18,30,15)
#0D140A
(13,20,10)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #3A6E37

#3A6E37
(58,110,55)
#4B7B49
(75,123,73)
#5C885B
(92,136,91)
#6D956D
(109,149,109)
#7EA27F
(126,162,127)
#8FAF91
(143,175,145)
#A0BCA3
(160,188,163)
#B1C9B5
(177,201,181)
#C2D6C7
(194,214,199)
#D3E3D9
(211,227,217)
#E4F0EB
(228,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6E37 color. Also use rgb(58,110,55) instead hex code.

Text Font Color

.myTextColor { color: #3A6E37; }

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

This text font color is #3A6E37.


Background Color

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

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

This div background color is #3A6E37.


Border color

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

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

This div border color is #3A6E37.


Opacity

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

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

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

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

This text has shadow with #3A6E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6E37 on black background.


Color preview on white background

This text has color #3A6E37 on white background.



Black color preview on #3A6E37 background

This text has black color on #3A6E37 background.


White color preview on #3A6E37 background

This text has white color on #3A6E37 background.