COLOR #3A8C79

HEX: #3A8C79
RGB: (58,140,121)

Color info

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

RGB color model

#3A8C79 color RGB value is (58,140,121).

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

RGB channels and saturation

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

58
140
121

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

Portions of RGB colors in percentages

R + G + B =
58 + 140 + 121 = 319 (100%)
R 58 of 319 ~ 18.18%
G 140 of 319 ~ 43.89%
B 121 of 319 ~ 37.93%

%18.18
%43.89
%37.93

CMYK color model

#3A8C79 color CMYK value is (59,0,14,45).

  • cyan value is 58.57%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 45.10%
CMYK:
(59,0,14,45)
C59M0Y14K45 
(59%,0%,14%,45%)
(0.59/0.00/0.14/0.45)	

CMYK percentages

%58.57
%0
%13.57
%45.1

Codes

Color #3A8C79 in popluar color models

3A8C79
RGB58140121
HSL166°41.41%38.82%
HSB/HSV166°58.57%54.90%
CMYK58.57%0.00%13.57%
45.10%

Color #3A8C79 in popluar number systems.

HEX3A8C79
Decimal58140121
Binary111010100011001111001
Octal72214171

Shades and tints

Shades of #3A8C79

#3A8C79
(58,140,121)
#35806E
(53,128,110)
#307463
(48,116,99)
#2B6858
(43,104,88)
#265C4D
(38,92,77)
#215042
(33,80,66)
#1C4437
(28,68,55)
#17382C
(23,56,44)
#122C21
(18,44,33)
#0D2016
(13,32,22)
#08140B
(8,20,11)
#000000
(0,0,0)

Tints of #3A8C79

#3A8C79
(58,140,121)
#4B9685
(75,150,133)
#5CA091
(92,160,145)
#6DAA9D
(109,170,157)
#7EB4A9
(126,180,169)
#8FBEB5
(143,190,181)
#A0C8C1
(160,200,193)
#B1D2CD
(177,210,205)
#C2DCD9
(194,220,217)
#D3E6E5
(211,230,229)
#E4F0F1
(228,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A8C79; }

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

This text font color is #3A8C79.


Background Color

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

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

This div background color is #3A8C79.


Border color

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

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

This div border color is #3A8C79.


Opacity

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

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

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

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

This text has shadow with #3A8C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8C79 on black background.


Color preview on white background

This text has color #3A8C79 on white background.



Black color preview on #3A8C79 background

This text has black color on #3A8C79 background.


White color preview on #3A8C79 background

This text has white color on #3A8C79 background.