COLOR #3A6C3F

HEX: #3A6C3F
RGB: (58,108,63)

Color info

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

RGB color model

#3A6C3F color RGB value is (58,108,63).

  • red value is 58;
  • green value is 108;
  • blue value is 63.
RGB:
(58,108,63)
(23%,42%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 108 of 255 = 42%
B 63 of 255 = 25%

58
108
63

R + G + B ~ 30%. #3A6C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 108 + 63 = 229 (100%)
R 58 of 229 ~ 25.33%
G 108 of 229 ~ 47.16%
B 63 of 229 ~ 27.51%

%25.33
%47.16
%27.51

CMYK color model

#3A6C3F color CMYK value is (46,0,42,58).

  • cyan value is 46.30%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK:
(46,0,42,58)
C46M0Y42K58 
(46%,0%,42%,58%)
(0.46/0.00/0.42/0.58)	

CMYK percentages

%46.3
%0
%41.67
%57.65

Codes

Color #3A6C3F in popluar color models

3A6C3F
RGB5810863
HSL126°30.12%32.55%
HSB/HSV126°46.30%42.35%
CMYK46.30%0.00%41.67%
57.65%

Color #3A6C3F in popluar number systems.

HEX3A6C3F
Decimal5810863
Binary1110101101100111111
Octal7215477

Shades and tints

Shades of #3A6C3F

#3A6C3F
(58,108,63)
#35633A
(53,99,58)
#305A35
(48,90,53)
#2B5130
(43,81,48)
#26482B
(38,72,43)
#213F26
(33,63,38)
#1C3621
(28,54,33)
#172D1C
(23,45,28)
#122417
(18,36,23)
#0D1B12
(13,27,18)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #3A6C3F

#3A6C3F
(58,108,63)
#4B7950
(75,121,80)
#5C8661
(92,134,97)
#6D9372
(109,147,114)
#7EA083
(126,160,131)
#8FAD94
(143,173,148)
#A0BAA5
(160,186,165)
#B1C7B6
(177,199,182)
#C2D4C7
(194,212,199)
#D3E1D8
(211,225,216)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6C3F color. Also use rgb(58,108,63) instead hex code.

Text Font Color

.myTextColor { color: #3A6C3F; }

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

This text font color is #3A6C3F.


Background Color

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

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

This div background color is #3A6C3F.


Border color

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

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

This div border color is #3A6C3F.


Opacity

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

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

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

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

This text has shadow with #3A6C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6C3F on black background.


Color preview on white background

This text has color #3A6C3F on white background.



Black color preview on #3A6C3F background

This text has black color on #3A6C3F background.


White color preview on #3A6C3F background

This text has white color on #3A6C3F background.