COLOR #3A8C77

HEX: #3A8C77
RGB: (58,140,119)

Color info

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

RGB color model

#3A8C77 color RGB value is (58,140,119).

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

RGB channels and saturation

R 58 of 255 = 23%
G 140 of 255 = 55%
B 119 of 255 = 47%

58
140
119

R + G + B ~ 42%. #3A8C77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 140 + 119 = 317 (100%)
R 58 of 317 ~ 18.3%
G 140 of 317 ~ 44.16%
B 119 of 317 ~ 37.54%

%18.3
%44.16
%37.54

CMYK color model

#3A8C77 color CMYK value is (59,0,15,45).

  • cyan value is 58.57%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 45.10%
CMYK:
(59,0,15,45)
C59M0Y15K45 
(59%,0%,15%,45%)
(0.59/0.00/0.15/0.45)	

CMYK percentages

%58.57
%0
%15
%45.1

Codes

Color #3A8C77 in popluar color models

3A8C77
RGB58140119
HSL165°41.41%38.82%
HSB/HSV165°58.57%54.90%
CMYK58.57%0.00%15.00%
45.10%

Color #3A8C77 in popluar number systems.

HEX3A8C77
Decimal58140119
Binary111010100011001110111
Octal72214167

Shades and tints

Shades of #3A8C77

#3A8C77
(58,140,119)
#35806D
(53,128,109)
#307463
(48,116,99)
#2B6859
(43,104,89)
#265C4F
(38,92,79)
#215045
(33,80,69)
#1C443B
(28,68,59)
#173831
(23,56,49)
#122C27
(18,44,39)
#0D201D
(13,32,29)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #3A8C77

#3A8C77
(58,140,119)
#4B9683
(75,150,131)
#5CA08F
(92,160,143)
#6DAA9B
(109,170,155)
#7EB4A7
(126,180,167)
#8FBEB3
(143,190,179)
#A0C8BF
(160,200,191)
#B1D2CB
(177,210,203)
#C2DCD7
(194,220,215)
#D3E6E3
(211,230,227)
#E4F0EF
(228,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A8C77; }

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

This text font color is #3A8C77.


Background Color

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

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

This div background color is #3A8C77.


Border color

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

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

This div border color is #3A8C77.


Opacity

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

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

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

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

This text has shadow with #3A8C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8C77 on black background.


Color preview on white background

This text has color #3A8C77 on white background.



Black color preview on #3A8C77 background

This text has black color on #3A8C77 background.


White color preview on #3A8C77 background

This text has white color on #3A8C77 background.