COLOR #3AC747

HEX: #3AC747
RGB: (58,199,71)

Color info

#3AC747 contains mainly green color. Web safe color of #3AC747 is #33CC33 (or #3C3).

RGB color model

#3AC747 color RGB value is (58,199,71).

  • red value is 58;
  • green value is 199;
  • blue value is 71.
RGB:
(58,199,71)
(23%,78%,28%)

RGB channels and saturation

R 58 of 255 = 23%
G 199 of 255 = 78%
B 71 of 255 = 28%

58
199
71

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

Portions of RGB colors in percentages

R + G + B =
58 + 199 + 71 = 328 (100%)
R 58 of 328 ~ 17.68%
G 199 of 328 ~ 60.67%
B 71 of 328 ~ 21.65%

%17.68
%60.67
%21.65

CMYK color model

#3AC747 color CMYK value is (71,0,64,22).

  • cyan value is 70.85%
  • magenta value is 0.00%
  • yellow value is 64.32%
  • key color value is 21.96%
CMYK:
(71,0,64,22)
C71M0Y64K22 
(71%,0%,64%,22%)
(0.71/0.00/0.64/0.22)	

CMYK percentages

%70.85
%0
%64.32
%21.96

Codes

Color #3AC747 in popluar color models

3AC747
RGB5819971
HSL126°55.73%50.39%
HSB/HSV126°70.85%78.04%
CMYK70.85%0.00%64.32%
21.96%

Color #3AC747 in popluar number systems.

HEX3AC747
Decimal5819971
Binary111010110001111000111
Octal72307107

Shades and tints

Shades of #3AC747

#3AC747
(58,199,71)
#35B541
(53,181,65)
#30A33B
(48,163,59)
#2B9135
(43,145,53)
#267F2F
(38,127,47)
#216D29
(33,109,41)
#1C5B23
(28,91,35)
#17491D
(23,73,29)
#123717
(18,55,23)
#0D2511
(13,37,17)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #3AC747

#3AC747
(58,199,71)
#4BCC57
(75,204,87)
#5CD167
(92,209,103)
#6DD677
(109,214,119)
#7EDB87
(126,219,135)
#8FE097
(143,224,151)
#A0E5A7
(160,229,167)
#B1EAB7
(177,234,183)
#C2EFC7
(194,239,199)
#D3F4D7
(211,244,215)
#E4F9E7
(228,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AC747 color. Also use rgb(58,199,71) instead hex code.

Text Font Color

.myTextColor { color: #3AC747; }

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

This text font color is #3AC747.


Background Color

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

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

This div background color is #3AC747.


Border color

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

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

This div border color is #3AC747.


Opacity

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

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

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

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

This text has shadow with #3AC747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AC747 on black background.


Color preview on white background

This text has color #3AC747 on white background.



Black color preview on #3AC747 background

This text has black color on #3AC747 background.


White color preview on #3AC747 background

This text has white color on #3AC747 background.