COLOR #3A8C78

HEX: #3A8C78
RGB: (58,140,120)

Color info

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

RGB color model

#3A8C78 color RGB value is (58,140,120).

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

RGB channels and saturation

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

58
140
120

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

Portions of RGB colors in percentages

R + G + B =
58 + 140 + 120 = 318 (100%)
R 58 of 318 ~ 18.24%
G 140 of 318 ~ 44.03%
B 120 of 318 ~ 37.74%

%18.24
%44.03
%37.74

CMYK color model

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

  • cyan value is 58.57%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • 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
%14.29
%45.1

Codes

Color #3A8C78 in popluar color models

3A8C78
RGB58140120
HSL165°41.41%38.82%
HSB/HSV165°58.57%54.90%
CMYK58.57%0.00%14.29%
45.10%

Color #3A8C78 in popluar number systems.

HEX3A8C78
Decimal58140120
Binary111010100011001111000
Octal72214170

Shades and tints

Shades of #3A8C78

#3A8C78
(58,140,120)
#35806E
(53,128,110)
#307464
(48,116,100)
#2B685A
(43,104,90)
#265C50
(38,92,80)
#215046
(33,80,70)
#1C443C
(28,68,60)
#173832
(23,56,50)
#122C28
(18,44,40)
#0D201E
(13,32,30)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #3A8C78

#3A8C78
(58,140,120)
#4B9684
(75,150,132)
#5CA090
(92,160,144)
#6DAA9C
(109,170,156)
#7EB4A8
(126,180,168)
#8FBEB4
(143,190,180)
#A0C8C0
(160,200,192)
#B1D2CC
(177,210,204)
#C2DCD8
(194,220,216)
#D3E6E4
(211,230,228)
#E4F0F0
(228,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A8C78; }

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

This text font color is #3A8C78.


Background Color

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

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

This div background color is #3A8C78.


Border color

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

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

This div border color is #3A8C78.


Opacity

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

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

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

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

This text has shadow with #3A8C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8C78 on black background.


Color preview on white background

This text has color #3A8C78 on white background.



Black color preview on #3A8C78 background

This text has black color on #3A8C78 background.


White color preview on #3A8C78 background

This text has white color on #3A8C78 background.