COLOR #3A6047

HEX: #3A6047
RGB: (58,96,71)

Color info

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

RGB color model

#3A6047 color RGB value is (58,96,71).

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

RGB channels and saturation

R 58 of 255 = 23%
G 96 of 255 = 38%
B 71 of 255 = 28%

58
96
71

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

Portions of RGB colors in percentages

R + G + B =
58 + 96 + 71 = 225 (100%)
R 58 of 225 ~ 25.78%
G 96 of 225 ~ 42.67%
B 71 of 225 ~ 31.56%

%25.78
%42.67
%31.56

CMYK color model

#3A6047 color CMYK value is (40,0,26,62).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(40,0,26,62)
C40M0Y26K62 
(40%,0%,26%,62%)
(0.40/0.00/0.26/0.62)	

CMYK percentages

%39.58
%0
%26.04
%62.35

Codes

Color #3A6047 in popluar color models

3A6047
RGB589671
HSL141°24.68%30.20%
HSB/HSV141°39.58%37.65%
CMYK39.58%0.00%26.04%
62.35%

Color #3A6047 in popluar number systems.

HEX3A6047
Decimal589671
Binary11101011000001000111
Octal72140107

Shades and tints

Shades of #3A6047

#3A6047
(58,96,71)
#355841
(53,88,65)
#30503B
(48,80,59)
#2B4835
(43,72,53)
#26402F
(38,64,47)
#213829
(33,56,41)
#1C3023
(28,48,35)
#17281D
(23,40,29)
#122017
(18,32,23)
#0D1811
(13,24,17)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #3A6047

#3A6047
(58,96,71)
#4B6E57
(75,110,87)
#5C7C67
(92,124,103)
#6D8A77
(109,138,119)
#7E9887
(126,152,135)
#8FA697
(143,166,151)
#A0B4A7
(160,180,167)
#B1C2B7
(177,194,183)
#C2D0C7
(194,208,199)
#D3DED7
(211,222,215)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6047; }

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

This text font color is #3A6047.


Background Color

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

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

This div background color is #3A6047.


Border color

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

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

This div border color is #3A6047.


Opacity

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

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

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

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

This text has shadow with #3A6047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6047 on black background.


Color preview on white background

This text has color #3A6047 on white background.



Black color preview on #3A6047 background

This text has black color on #3A6047 background.


White color preview on #3A6047 background

This text has white color on #3A6047 background.