COLOR #3A7542

HEX: #3A7542
RGB: (58,117,66)

Color info

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

RGB color model

#3A7542 color RGB value is (58,117,66).

  • red value is 58;
  • green value is 117;
  • blue value is 66.
RGB:
(58,117,66)
(23%,46%,26%)

RGB channels and saturation

R 58 of 255 = 23%
G 117 of 255 = 46%
B 66 of 255 = 26%

58
117
66

R + G + B ~ 32%. #3A7542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 117 + 66 = 241 (100%)
R 58 of 241 ~ 24.07%
G 117 of 241 ~ 48.55%
B 66 of 241 ~ 27.39%

%24.07
%48.55
%27.39

CMYK color model

#3A7542 color CMYK value is (50,0,44,54).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 43.59%
  • key color value is 54.12%
CMYK:
(50,0,44,54)
C50M0Y44K54 
(50%,0%,44%,54%)
(0.50/0.00/0.44/0.54)	

CMYK percentages

%50.43
%0
%43.59
%54.12

Codes

Color #3A7542 in popluar color models

3A7542
RGB5811766
HSL128°33.71%34.31%
HSB/HSV128°50.43%45.88%
CMYK50.43%0.00%43.59%
54.12%

Color #3A7542 in popluar number systems.

HEX3A7542
Decimal5811766
Binary11101011101011000010
Octal72165102

Shades and tints

Shades of #3A7542

#3A7542
(58,117,66)
#356B3C
(53,107,60)
#306136
(48,97,54)
#2B5730
(43,87,48)
#264D2A
(38,77,42)
#214324
(33,67,36)
#1C391E
(28,57,30)
#172F18
(23,47,24)
#122512
(18,37,18)
#0D1B0C
(13,27,12)
#081106
(8,17,6)
#000000
(0,0,0)

Tints of #3A7542

#3A7542
(58,117,66)
#4B8153
(75,129,83)
#5C8D64
(92,141,100)
#6D9975
(109,153,117)
#7EA586
(126,165,134)
#8FB197
(143,177,151)
#A0BDA8
(160,189,168)
#B1C9B9
(177,201,185)
#C2D5CA
(194,213,202)
#D3E1DB
(211,225,219)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7542 color. Also use rgb(58,117,66) instead hex code.

Text Font Color

.myTextColor { color: #3A7542; }

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

This text font color is #3A7542.


Background Color

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

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

This div background color is #3A7542.


Border color

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

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

This div border color is #3A7542.


Opacity

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

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

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

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

This text has shadow with #3A7542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7542 on black background.


Color preview on white background

This text has color #3A7542 on white background.



Black color preview on #3A7542 background

This text has black color on #3A7542 background.


White color preview on #3A7542 background

This text has white color on #3A7542 background.