COLOR #3A7D43

HEX: #3A7D43
RGB: (58,125,67)

Color info

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

RGB color model

#3A7D43 color RGB value is (58,125,67).

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

RGB channels and saturation

R 58 of 255 = 23%
G 125 of 255 = 49%
B 67 of 255 = 26%

58
125
67

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

Portions of RGB colors in percentages

R + G + B =
58 + 125 + 67 = 250 (100%)
R 58 of 250 ~ 23.2%
G 125 of 250 ~ 50%
B 67 of 250 ~ 26.8%

%23.2
%50
%26.8

CMYK color model

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

  • cyan value is 53.60%
  • magenta value is 0.00%
  • yellow value is 46.40%
  • 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
%46.4
%50.98

Codes

Color #3A7D43 in popluar color models

3A7D43
RGB5812567
HSL128°36.61%35.88%
HSB/HSV128°53.60%49.02%
CMYK53.60%0.00%46.40%
50.98%

Color #3A7D43 in popluar number systems.

HEX3A7D43
Decimal5812567
Binary11101011111011000011
Octal72175103

Shades and tints

Shades of #3A7D43

#3A7D43
(58,125,67)
#35723D
(53,114,61)
#306737
(48,103,55)
#2B5C31
(43,92,49)
#26512B
(38,81,43)
#214625
(33,70,37)
#1C3B1F
(28,59,31)
#173019
(23,48,25)
#122513
(18,37,19)
#0D1A0D
(13,26,13)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #3A7D43

#3A7D43
(58,125,67)
#4B8854
(75,136,84)
#5C9365
(92,147,101)
#6D9E76
(109,158,118)
#7EA987
(126,169,135)
#8FB498
(143,180,152)
#A0BFA9
(160,191,169)
#B1CABA
(177,202,186)
#C2D5CB
(194,213,203)
#D3E0DC
(211,224,220)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7D43; }

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

This text font color is #3A7D43.


Background Color

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

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

This div background color is #3A7D43.


Border color

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

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

This div border color is #3A7D43.


Opacity

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

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

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

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

This text has shadow with #3A7D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7D43 on black background.


Color preview on white background

This text has color #3A7D43 on white background.



Black color preview on #3A7D43 background

This text has black color on #3A7D43 background.


White color preview on #3A7D43 background

This text has white color on #3A7D43 background.