COLOR #3A6747

HEX: #3A6747
RGB: (58,103,71)

Color info

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

RGB color model

#3A6747 color RGB value is (58,103,71).

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

RGB channels and saturation

R 58 of 255 = 23%
G 103 of 255 = 40%
B 71 of 255 = 28%

58
103
71

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

Portions of RGB colors in percentages

R + G + B =
58 + 103 + 71 = 232 (100%)
R 58 of 232 ~ 25%
G 103 of 232 ~ 44.4%
B 71 of 232 ~ 30.6%

%25
%44.4
%30.6

CMYK color model

#3A6747 color CMYK value is (44,0,31,60).

  • cyan value is 43.69%
  • magenta value is 0.00%
  • yellow value is 31.07%
  • key color value is 59.61%
CMYK:
(44,0,31,60)
C44M0Y31K60 
(44%,0%,31%,60%)
(0.44/0.00/0.31/0.60)	

CMYK percentages

%43.69
%0
%31.07
%59.61

Codes

Color #3A6747 in popluar color models

3A6747
RGB5810371
HSL137°27.95%31.57%
HSB/HSV137°43.69%40.39%
CMYK43.69%0.00%31.07%
59.61%

Color #3A6747 in popluar number systems.

HEX3A6747
Decimal5810371
Binary11101011001111000111
Octal72147107

Shades and tints

Shades of #3A6747

#3A6747
(58,103,71)
#355E41
(53,94,65)
#30553B
(48,85,59)
#2B4C35
(43,76,53)
#26432F
(38,67,47)
#213A29
(33,58,41)
#1C3123
(28,49,35)
#17281D
(23,40,29)
#121F17
(18,31,23)
#0D1611
(13,22,17)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #3A6747

#3A6747
(58,103,71)
#4B7457
(75,116,87)
#5C8167
(92,129,103)
#6D8E77
(109,142,119)
#7E9B87
(126,155,135)
#8FA897
(143,168,151)
#A0B5A7
(160,181,167)
#B1C2B7
(177,194,183)
#C2CFC7
(194,207,199)
#D3DCD7
(211,220,215)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6747; }

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

This text font color is #3A6747.


Background Color

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

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

This div background color is #3A6747.


Border color

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

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

This div border color is #3A6747.


Opacity

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

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

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

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

This text has shadow with #3A6747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6747 on black background.


Color preview on white background

This text has color #3A6747 on white background.



Black color preview on #3A6747 background

This text has black color on #3A6747 background.


White color preview on #3A6747 background

This text has white color on #3A6747 background.