COLOR #3DC790

HEX: #3DC790
RGB: (61,199,144)

Color info

#3DC790 contains mainly green and blue colors. Web safe color of #3DC790 is #33CC99 (or #3C9).

RGB color model

#3DC790 color RGB value is (61,199,144).

  • red value is 61;
  • green value is 199;
  • blue value is 144.
RGB:
(61,199,144)
(24%,78%,56%)

RGB channels and saturation

R 61 of 255 = 24%
G 199 of 255 = 78%
B 144 of 255 = 56%

61
199
144

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

Portions of RGB colors in percentages

R + G + B =
61 + 199 + 144 = 404 (100%)
R 61 of 404 ~ 15.1%
G 199 of 404 ~ 49.26%
B 144 of 404 ~ 35.64%

%15.1
%49.26
%35.64

CMYK color model

#3DC790 color CMYK value is (69,0,28,22).

  • cyan value is 69.35%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 21.96%
CMYK:
(69,0,28,22)
C69M0Y28K22 
(69%,0%,28%,22%)
(0.69/0.00/0.28/0.22)	

CMYK percentages

%69.35
%0
%27.64
%21.96

Codes

Color #3DC790 in popluar color models

3DC790
RGB61199144
HSL156°55.20%50.98%
HSB/HSV156°69.35%78.04%
CMYK69.35%0.00%27.64%
21.96%

Color #3DC790 in popluar number systems.

HEX3DC790
Decimal61199144
Binary1111011100011110010000
Octal75307220

Shades and tints

Shades of #3DC790

#3DC790
(61,199,144)
#38B583
(56,181,131)
#33A376
(51,163,118)
#2E9169
(46,145,105)
#297F5C
(41,127,92)
#246D4F
(36,109,79)
#1F5B42
(31,91,66)
#1A4935
(26,73,53)
#153728
(21,55,40)
#10251B
(16,37,27)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #3DC790

#3DC790
(61,199,144)
#4ECC9A
(78,204,154)
#5FD1A4
(95,209,164)
#70D6AE
(112,214,174)
#81DBB8
(129,219,184)
#92E0C2
(146,224,194)
#A3E5CC
(163,229,204)
#B4EAD6
(180,234,214)
#C5EFE0
(197,239,224)
#D6F4EA
(214,244,234)
#E7F9F4
(231,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DC790 color. Also use rgb(61,199,144) instead hex code.

Text Font Color

.myTextColor { color: #3DC790; }

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

This text font color is #3DC790.


Background Color

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

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

This div background color is #3DC790.


Border color

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

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

This div border color is #3DC790.


Opacity

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

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

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

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

This text has shadow with #3DC790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DC790 on black background.


Color preview on white background

This text has color #3DC790 on white background.



Black color preview on #3DC790 background

This text has black color on #3DC790 background.


White color preview on #3DC790 background

This text has white color on #3DC790 background.