COLOR #3A7D44

HEX: #3A7D44
RGB: (58,125,68)

Color info

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

RGB color model

#3A7D44 color RGB value is (58,125,68).

  • red value is 58;
  • green value is 125;
  • blue value is 68.
RGB:
(58,125,68)
(23%,49%,27%)

RGB channels and saturation

R 58 of 255 = 23%
G 125 of 255 = 49%
B 68 of 255 = 27%

58
125
68

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

Portions of RGB colors in percentages

R + G + B =
58 + 125 + 68 = 251 (100%)
R 58 of 251 ~ 23.11%
G 125 of 251 ~ 49.8%
B 68 of 251 ~ 27.09%

%23.11
%49.8
%27.09

CMYK color model

#3A7D44 color CMYK value is (54,0,46,51).

  • cyan value is 53.60%
  • magenta value is 0.00%
  • yellow value is 45.60%
  • key color value is 50.98%
CMYK:
(54,0,46,51)
C54M0Y46K51 
(54%,0%,46%,51%)
(0.54/0.00/0.46/0.51)	

CMYK percentages

%53.6
%0
%45.6
%50.98

Codes

Color #3A7D44 in popluar color models

3A7D44
RGB5812568
HSL129°36.61%35.88%
HSB/HSV129°53.60%49.02%
CMYK53.60%0.00%45.60%
50.98%

Color #3A7D44 in popluar number systems.

HEX3A7D44
Decimal5812568
Binary11101011111011000100
Octal72175104

Shades and tints

Shades of #3A7D44

#3A7D44
(58,125,68)
#35723E
(53,114,62)
#306738
(48,103,56)
#2B5C32
(43,92,50)
#26512C
(38,81,44)
#214626
(33,70,38)
#1C3B20
(28,59,32)
#17301A
(23,48,26)
#122514
(18,37,20)
#0D1A0E
(13,26,14)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #3A7D44

#3A7D44
(58,125,68)
#4B8855
(75,136,85)
#5C9366
(92,147,102)
#6D9E77
(109,158,119)
#7EA988
(126,169,136)
#8FB499
(143,180,153)
#A0BFAA
(160,191,170)
#B1CABB
(177,202,187)
#C2D5CC
(194,213,204)
#D3E0DD
(211,224,221)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7D44 color. Also use rgb(58,125,68) instead hex code.

Text Font Color

.myTextColor { color: #3A7D44; }

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

This text font color is #3A7D44.


Background Color

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

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

This div background color is #3A7D44.


Border color

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

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

This div border color is #3A7D44.


Opacity

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

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

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

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

This text has shadow with #3A7D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7D44 on black background.


Color preview on white background

This text has color #3A7D44 on white background.



Black color preview on #3A7D44 background

This text has black color on #3A7D44 background.


White color preview on #3A7D44 background

This text has white color on #3A7D44 background.