COLOR #3A6D2C

HEX: #3A6D2C
RGB: (58,109,44)

Color info

#3A6D2C contains mainly red and green colors. Web safe color of #3A6D2C is #336633 (or #363).

RGB color model

#3A6D2C color RGB value is (58,109,44).

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

RGB channels and saturation

R 58 of 255 = 23%
G 109 of 255 = 43%
B 44 of 255 = 17%

58
109
44

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

Portions of RGB colors in percentages

R + G + B =
58 + 109 + 44 = 211 (100%)
R 58 of 211 ~ 27.49%
G 109 of 211 ~ 51.66%
B 44 of 211 ~ 20.85%

%27.49
%51.66
%20.85

CMYK color model

#3A6D2C color CMYK value is (47,0,60,57).

  • cyan value is 46.79%
  • magenta value is 0.00%
  • yellow value is 59.63%
  • key color value is 57.25%
CMYK:
(47,0,60,57)
C47M0Y60K57 
(47%,0%,60%,57%)
(0.47/0.00/0.60/0.57)	

CMYK percentages

%46.79
%0
%59.63
%57.25

Codes

Color #3A6D2C in popluar color models

3A6D2C
RGB5810944
HSL107°42.48%30.00%
HSB/HSV107°59.63%42.75%
CMYK46.79%0.00%59.63%
57.25%

Color #3A6D2C in popluar number systems.

HEX3A6D2C
Decimal5810944
Binary1110101101101101100
Octal7215554

Shades and tints

Shades of #3A6D2C

#3A6D2C
(58,109,44)
#356428
(53,100,40)
#305B24
(48,91,36)
#2B5220
(43,82,32)
#26491C
(38,73,28)
#214018
(33,64,24)
#1C3714
(28,55,20)
#172E10
(23,46,16)
#12250C
(18,37,12)
#0D1C08
(13,28,8)
#081304
(8,19,4)
#000000
(0,0,0)

Tints of #3A6D2C

#3A6D2C
(58,109,44)
#4B7A3F
(75,122,63)
#5C8752
(92,135,82)
#6D9465
(109,148,101)
#7EA178
(126,161,120)
#8FAE8B
(143,174,139)
#A0BB9E
(160,187,158)
#B1C8B1
(177,200,177)
#C2D5C4
(194,213,196)
#D3E2D7
(211,226,215)
#E4EFEA
(228,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6D2C color. Also use rgb(58,109,44) instead hex code.

Text Font Color

.myTextColor { color: #3A6D2C; }

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

This text font color is #3A6D2C.


Background Color

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

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

This div background color is #3A6D2C.


Border color

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

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

This div border color is #3A6D2C.


Opacity

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

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

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

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

This text has shadow with #3A6D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6D2C on black background.


Color preview on white background

This text has color #3A6D2C on white background.



Black color preview on #3A6D2C background

This text has black color on #3A6D2C background.


White color preview on #3A6D2C background

This text has white color on #3A6D2C background.