COLOR #3DC676

HEX: #3DC676
RGB: (61,198,118)

Color info

#3DC676 contains mainly green color. Web safe color of #3DC676 is #33CC66 (or #3C6).

RGB color model

#3DC676 color RGB value is (61,198,118).

  • red value is 61;
  • green value is 198;
  • blue value is 118.
RGB:
(61,198,118)
(24%,78%,46%)

RGB channels and saturation

R 61 of 255 = 24%
G 198 of 255 = 78%
B 118 of 255 = 46%

61
198
118

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

Portions of RGB colors in percentages

R + G + B =
61 + 198 + 118 = 377 (100%)
R 61 of 377 ~ 16.18%
G 198 of 377 ~ 52.52%
B 118 of 377 ~ 31.3%

%16.18
%52.52
%31.3

CMYK color model

#3DC676 color CMYK value is (69,0,40,22).

  • cyan value is 69.19%
  • magenta value is 0.00%
  • yellow value is 40.40%
  • key color value is 22.35%
CMYK:
(69,0,40,22)
C69M0Y40K22 
(69%,0%,40%,22%)
(0.69/0.00/0.40/0.22)	

CMYK percentages

%69.19
%0
%40.4
%22.35

Codes

Color #3DC676 in popluar color models

3DC676
RGB61198118
HSL145°54.58%50.78%
HSB/HSV145°69.19%77.65%
CMYK69.19%0.00%40.40%
22.35%

Color #3DC676 in popluar number systems.

HEX3DC676
Decimal61198118
Binary111101110001101110110
Octal75306166

Shades and tints

Shades of #3DC676

#3DC676
(61,198,118)
#38B46C
(56,180,108)
#33A262
(51,162,98)
#2E9058
(46,144,88)
#297E4E
(41,126,78)
#246C44
(36,108,68)
#1F5A3A
(31,90,58)
#1A4830
(26,72,48)
#153626
(21,54,38)
#10241C
(16,36,28)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #3DC676

#3DC676
(61,198,118)
#4ECB82
(78,203,130)
#5FD08E
(95,208,142)
#70D59A
(112,213,154)
#81DAA6
(129,218,166)
#92DFB2
(146,223,178)
#A3E4BE
(163,228,190)
#B4E9CA
(180,233,202)
#C5EED6
(197,238,214)
#D6F3E2
(214,243,226)
#E7F8EE
(231,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DC676 color. Also use rgb(61,198,118) instead hex code.

Text Font Color

.myTextColor { color: #3DC676; }

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

This text font color is #3DC676.


Background Color

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

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

This div background color is #3DC676.


Border color

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

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

This div border color is #3DC676.


Opacity

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

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

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

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

This text has shadow with #3DC676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DC676 on black background.


Color preview on white background

This text has color #3DC676 on white background.



Black color preview on #3DC676 background

This text has black color on #3DC676 background.


White color preview on #3DC676 background

This text has white color on #3DC676 background.