COLOR #3A8E61

HEX: #3A8E61
RGB: (58,142,97)

Color info

#3A8E61 contains mainly green and blue colors. Web safe color of #3A8E61 is #339966 (or #396).

RGB color model

#3A8E61 color RGB value is (58,142,97).

  • red value is 58;
  • green value is 142;
  • blue value is 97.
RGB:
(58,142,97)
(23%,56%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 142 of 255 = 56%
B 97 of 255 = 38%

58
142
97

R + G + B ~ 39%. #3A8E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 142 + 97 = 297 (100%)
R 58 of 297 ~ 19.53%
G 142 of 297 ~ 47.81%
B 97 of 297 ~ 32.66%

%19.53
%47.81
%32.66

CMYK color model

#3A8E61 color CMYK value is (59,0,32,44).

  • cyan value is 59.15%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK:
(59,0,32,44)
C59M0Y32K44 
(59%,0%,32%,44%)
(0.59/0.00/0.32/0.44)	

CMYK percentages

%59.15
%0
%31.69
%44.31

Codes

Color #3A8E61 in popluar color models

3A8E61
RGB5814297
HSL148°42.00%39.22%
HSB/HSV148°59.15%55.69%
CMYK59.15%0.00%31.69%
44.31%

Color #3A8E61 in popluar number systems.

HEX3A8E61
Decimal5814297
Binary111010100011101100001
Octal72216141

Shades and tints

Shades of #3A8E61

#3A8E61
(58,142,97)
#358259
(53,130,89)
#307651
(48,118,81)
#2B6A49
(43,106,73)
#265E41
(38,94,65)
#215239
(33,82,57)
#1C4631
(28,70,49)
#173A29
(23,58,41)
#122E21
(18,46,33)
#0D2219
(13,34,25)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #3A8E61

#3A8E61
(58,142,97)
#4B986F
(75,152,111)
#5CA27D
(92,162,125)
#6DAC8B
(109,172,139)
#7EB699
(126,182,153)
#8FC0A7
(143,192,167)
#A0CAB5
(160,202,181)
#B1D4C3
(177,212,195)
#C2DED1
(194,222,209)
#D3E8DF
(211,232,223)
#E4F2ED
(228,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8E61 color. Also use rgb(58,142,97) instead hex code.

Text Font Color

.myTextColor { color: #3A8E61; }

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

This text font color is #3A8E61.


Background Color

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

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

This div background color is #3A8E61.


Border color

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

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

This div border color is #3A8E61.


Opacity

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

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

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

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

This text has shadow with #3A8E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8E61 on black background.


Color preview on white background

This text has color #3A8E61 on white background.



Black color preview on #3A8E61 background

This text has black color on #3A8E61 background.


White color preview on #3A8E61 background

This text has white color on #3A8E61 background.