COLOR #3DC763

HEX: #3DC763
RGB: (61,199,99)

Color info

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

RGB color model

#3DC763 color RGB value is (61,199,99).

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

RGB channels and saturation

R 61 of 255 = 24%
G 199 of 255 = 78%
B 99 of 255 = 39%

61
199
99

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

Portions of RGB colors in percentages

R + G + B =
61 + 199 + 99 = 359 (100%)
R 61 of 359 ~ 16.99%
G 199 of 359 ~ 55.43%
B 99 of 359 ~ 27.58%

%16.99
%55.43
%27.58

CMYK color model

#3DC763 color CMYK value is (69,0,50,22).

  • cyan value is 69.35%
  • magenta value is 0.00%
  • yellow value is 50.25%
  • key color value is 21.96%
CMYK:
(69,0,50,22)
C69M0Y50K22 
(69%,0%,50%,22%)
(0.69/0.00/0.50/0.22)	

CMYK percentages

%69.35
%0
%50.25
%21.96

Codes

Color #3DC763 in popluar color models

3DC763
RGB6119999
HSL137°55.20%50.98%
HSB/HSV137°69.35%78.04%
CMYK69.35%0.00%50.25%
21.96%

Color #3DC763 in popluar number systems.

HEX3DC763
Decimal6119999
Binary111101110001111100011
Octal75307143

Shades and tints

Shades of #3DC763

#3DC763
(61,199,99)
#38B55A
(56,181,90)
#33A351
(51,163,81)
#2E9148
(46,145,72)
#297F3F
(41,127,63)
#246D36
(36,109,54)
#1F5B2D
(31,91,45)
#1A4924
(26,73,36)
#15371B
(21,55,27)
#102512
(16,37,18)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #3DC763

#3DC763
(61,199,99)
#4ECC71
(78,204,113)
#5FD17F
(95,209,127)
#70D68D
(112,214,141)
#81DB9B
(129,219,155)
#92E0A9
(146,224,169)
#A3E5B7
(163,229,183)
#B4EAC5
(180,234,197)
#C5EFD3
(197,239,211)
#D6F4E1
(214,244,225)
#E7F9EF
(231,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3DC763; }

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

This text font color is #3DC763.


Background Color

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

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

This div background color is #3DC763.


Border color

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

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

This div border color is #3DC763.


Opacity

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

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

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

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

This text has shadow with #3DC763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DC763 on black background.


Color preview on white background

This text has color #3DC763 on white background.



Black color preview on #3DC763 background

This text has black color on #3DC763 background.


White color preview on #3DC763 background

This text has white color on #3DC763 background.