COLOR #3A6746

HEX: #3A6746
RGB: (58,103,70)

Color info

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

RGB color model

#3A6746 color RGB value is (58,103,70).

  • red value is 58;
  • green value is 103;
  • blue value is 70.
RGB:
(58,103,70)
(23%,40%,27%)

RGB channels and saturation

R 58 of 255 = 23%
G 103 of 255 = 40%
B 70 of 255 = 27%

58
103
70

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

Portions of RGB colors in percentages

R + G + B =
58 + 103 + 70 = 231 (100%)
R 58 of 231 ~ 25.11%
G 103 of 231 ~ 44.59%
B 70 of 231 ~ 30.3%

%25.11
%44.59
%30.3

CMYK color model

#3A6746 color CMYK value is (44,0,32,60).

  • cyan value is 43.69%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(44,0,32,60)
C44M0Y32K60 
(44%,0%,32%,60%)
(0.44/0.00/0.32/0.60)	

CMYK percentages

%43.69
%0
%32.04
%59.61

Codes

Color #3A6746 in popluar color models

3A6746
RGB5810370
HSL136°27.95%31.57%
HSB/HSV136°43.69%40.39%
CMYK43.69%0.00%32.04%
59.61%

Color #3A6746 in popluar number systems.

HEX3A6746
Decimal5810370
Binary11101011001111000110
Octal72147106

Shades and tints

Shades of #3A6746

#3A6746
(58,103,70)
#355E40
(53,94,64)
#30553A
(48,85,58)
#2B4C34
(43,76,52)
#26432E
(38,67,46)
#213A28
(33,58,40)
#1C3122
(28,49,34)
#17281C
(23,40,28)
#121F16
(18,31,22)
#0D1610
(13,22,16)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #3A6746

#3A6746
(58,103,70)
#4B7456
(75,116,86)
#5C8166
(92,129,102)
#6D8E76
(109,142,118)
#7E9B86
(126,155,134)
#8FA896
(143,168,150)
#A0B5A6
(160,181,166)
#B1C2B6
(177,194,182)
#C2CFC6
(194,207,198)
#D3DCD6
(211,220,214)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6746 color. Also use rgb(58,103,70) instead hex code.

Text Font Color

.myTextColor { color: #3A6746; }

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

This text font color is #3A6746.


Background Color

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

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

This div background color is #3A6746.


Border color

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

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

This div border color is #3A6746.


Opacity

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

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

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

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

This text has shadow with #3A6746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6746 on black background.


Color preview on white background

This text has color #3A6746 on white background.



Black color preview on #3A6746 background

This text has black color on #3A6746 background.


White color preview on #3A6746 background

This text has white color on #3A6746 background.