COLOR #3A7749

HEX: #3A7749
RGB: (58,119,73)

Color info

#3A7749 contains mainly green and blue colors. Web safe color of #3A7749 is #336633 (or #363).

RGB color model

#3A7749 color RGB value is (58,119,73).

  • red value is 58;
  • green value is 119;
  • blue value is 73.
RGB:
(58,119,73)
(23%,47%,29%)

RGB channels and saturation

R 58 of 255 = 23%
G 119 of 255 = 47%
B 73 of 255 = 29%

58
119
73

R + G + B ~ 33%. #3A7749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 119 + 73 = 250 (100%)
R 58 of 250 ~ 23.2%
G 119 of 250 ~ 47.6%
B 73 of 250 ~ 29.2%

%23.2
%47.6
%29.2

CMYK color model

#3A7749 color CMYK value is (51,0,39,53).

  • cyan value is 51.26%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(51,0,39,53)
C51M0Y39K53 
(51%,0%,39%,53%)
(0.51/0.00/0.39/0.53)	

CMYK percentages

%51.26
%0
%38.66
%53.33

Codes

Color #3A7749 in popluar color models

3A7749
RGB5811973
HSL135°34.46%34.71%
HSB/HSV135°51.26%46.67%
CMYK51.26%0.00%38.66%
53.33%

Color #3A7749 in popluar number systems.

HEX3A7749
Decimal5811973
Binary11101011101111001001
Octal72167111

Shades and tints

Shades of #3A7749

#3A7749
(58,119,73)
#356D43
(53,109,67)
#30633D
(48,99,61)
#2B5937
(43,89,55)
#264F31
(38,79,49)
#21452B
(33,69,43)
#1C3B25
(28,59,37)
#17311F
(23,49,31)
#122719
(18,39,25)
#0D1D13
(13,29,19)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #3A7749

#3A7749
(58,119,73)
#4B8359
(75,131,89)
#5C8F69
(92,143,105)
#6D9B79
(109,155,121)
#7EA789
(126,167,137)
#8FB399
(143,179,153)
#A0BFA9
(160,191,169)
#B1CBB9
(177,203,185)
#C2D7C9
(194,215,201)
#D3E3D9
(211,227,217)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7749 color. Also use rgb(58,119,73) instead hex code.

Text Font Color

.myTextColor { color: #3A7749; }

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

This text font color is #3A7749.


Background Color

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

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

This div background color is #3A7749.


Border color

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

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

This div border color is #3A7749.


Opacity

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

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

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

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

This text has shadow with #3A7749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7749 on black background.


Color preview on white background

This text has color #3A7749 on white background.



Black color preview on #3A7749 background

This text has black color on #3A7749 background.


White color preview on #3A7749 background

This text has white color on #3A7749 background.