COLOR #3A7A3E

HEX: #3A7A3E
RGB: (58,122,62)

Color info

#3A7A3E contains mainly green color. Web safe color of #3A7A3E is #336633 (or #363).

RGB color model

#3A7A3E color RGB value is (58,122,62).

  • red value is 58;
  • green value is 122;
  • blue value is 62.
RGB:
(58,122,62)
(23%,48%,24%)

RGB channels and saturation

R 58 of 255 = 23%
G 122 of 255 = 48%
B 62 of 255 = 24%

58
122
62

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

Portions of RGB colors in percentages

R + G + B =
58 + 122 + 62 = 242 (100%)
R 58 of 242 ~ 23.97%
G 122 of 242 ~ 50.41%
B 62 of 242 ~ 25.62%

%23.97
%50.41
%25.62

CMYK color model

#3A7A3E color CMYK value is (52,0,49,52).

  • cyan value is 52.46%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 52.16%
CMYK:
(52,0,49,52)
C52M0Y49K52 
(52%,0%,49%,52%)
(0.52/0.00/0.49/0.52)	

CMYK percentages

%52.46
%0
%49.18
%52.16

Codes

Color #3A7A3E in popluar color models

3A7A3E
RGB5812262
HSL124°35.56%35.29%
HSB/HSV124°52.46%47.84%
CMYK52.46%0.00%49.18%
52.16%

Color #3A7A3E in popluar number systems.

HEX3A7A3E
Decimal5812262
Binary1110101111010111110
Octal7217276

Shades and tints

Shades of #3A7A3E

#3A7A3E
(58,122,62)
#356F39
(53,111,57)
#306434
(48,100,52)
#2B592F
(43,89,47)
#264E2A
(38,78,42)
#214325
(33,67,37)
#1C3820
(28,56,32)
#172D1B
(23,45,27)
#122216
(18,34,22)
#0D1711
(13,23,17)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A7A3E

#3A7A3E
(58,122,62)
#4B864F
(75,134,79)
#5C9260
(92,146,96)
#6D9E71
(109,158,113)
#7EAA82
(126,170,130)
#8FB693
(143,182,147)
#A0C2A4
(160,194,164)
#B1CEB5
(177,206,181)
#C2DAC6
(194,218,198)
#D3E6D7
(211,230,215)
#E4F2E8
(228,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7A3E color. Also use rgb(58,122,62) instead hex code.

Text Font Color

.myTextColor { color: #3A7A3E; }

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

This text font color is #3A7A3E.


Background Color

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

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

This div background color is #3A7A3E.


Border color

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

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

This div border color is #3A7A3E.


Opacity

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

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

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

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

This text has shadow with #3A7A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7A3E on black background.


Color preview on white background

This text has color #3A7A3E on white background.



Black color preview on #3A7A3E background

This text has black color on #3A7A3E background.


White color preview on #3A7A3E background

This text has white color on #3A7A3E background.