COLOR #3A8C61

HEX: #3A8C61
RGB: (58,140,97)

Color info

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

RGB color model

#3A8C61 color RGB value is (58,140,97).

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

RGB channels and saturation

R 58 of 255 = 23%
G 140 of 255 = 55%
B 97 of 255 = 38%

58
140
97

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

Portions of RGB colors in percentages

R + G + B =
58 + 140 + 97 = 295 (100%)
R 58 of 295 ~ 19.66%
G 140 of 295 ~ 47.46%
B 97 of 295 ~ 32.88%

%19.66
%47.46
%32.88

CMYK color model

#3A8C61 color CMYK value is (59,0,31,45).

  • cyan value is 58.57%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 45.10%
CMYK:
(59,0,31,45)
C59M0Y31K45 
(59%,0%,31%,45%)
(0.59/0.00/0.31/0.45)	

CMYK percentages

%58.57
%0
%30.71
%45.1

Codes

Color #3A8C61 in popluar color models

3A8C61
RGB5814097
HSL149°41.41%38.82%
HSB/HSV149°58.57%54.90%
CMYK58.57%0.00%30.71%
45.10%

Color #3A8C61 in popluar number systems.

HEX3A8C61
Decimal5814097
Binary111010100011001100001
Octal72214141

Shades and tints

Shades of #3A8C61

#3A8C61
(58,140,97)
#358059
(53,128,89)
#307451
(48,116,81)
#2B6849
(43,104,73)
#265C41
(38,92,65)
#215039
(33,80,57)
#1C4431
(28,68,49)
#173829
(23,56,41)
#122C21
(18,44,33)
#0D2019
(13,32,25)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #3A8C61

#3A8C61
(58,140,97)
#4B966F
(75,150,111)
#5CA07D
(92,160,125)
#6DAA8B
(109,170,139)
#7EB499
(126,180,153)
#8FBEA7
(143,190,167)
#A0C8B5
(160,200,181)
#B1D2C3
(177,210,195)
#C2DCD1
(194,220,209)
#D3E6DF
(211,230,223)
#E4F0ED
(228,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A8C61; }

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

This text font color is #3A8C61.


Background Color

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

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

This div background color is #3A8C61.


Border color

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

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

This div border color is #3A8C61.


Opacity

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

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

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

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

This text has shadow with #3A8C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8C61 on black background.


Color preview on white background

This text has color #3A8C61 on white background.



Black color preview on #3A8C61 background

This text has black color on #3A8C61 background.


White color preview on #3A8C61 background

This text has white color on #3A8C61 background.