COLOR #3DB74C

HEX: #3DB74C RGB: (61,183,76)

Color info

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

RGB color model

#3DB74C color RGB value is (61,183,76).

RGB: (61,183,76) (24%, 72%, 30%)

RGB channels and saturation

R 61 of 255 = 24%
G 183 of 255 = 72%
B 76 of 255 = 30%

61
183
76

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

Portions of RGB colors in percentages

R + G + B = 61 + 183 + 76 = 320 (100%)
R 61 of 320 ~ 19.06%
G 183 of 320 ~ 57.19%
B 76 of 320 ~ 23.75'%

%19.06
%57.19
%23.75

CMYK color model

#3DB74C color CMYK value is (67,0,58,28).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 28.24%

CMYK: (67,0,58,28)
C67M0Y58K28 (67%, 0%, 58%, 28%)
(0.67 / 0.00 / 0.58 / 0.28)

CMYK percentages

%66.67
%0
%58.47
%28.24

Codes

Color #3DB74C in popluar color models

3D B7 4C
RGB 61 183 76
HSL 127° 50.00% 47.84%
HSB/HSV 127° 66.67% 71.76%
CMYK 66.67% 0.00% 58.47%
28.24%

Color #3DB74C in popluar number systems.

HEX 3D B7 4C
Decimal 61 183 76
Binary 111101 10110111 1001100
Octal 75 267 114

Shades and tints

Shades of #3DB74C

#3DB74C
(61,183,76)
#38A746
(56,167,70)
#339740
(51,151,64)
#2E873A
(46,135,58)
#297734
(41,119,52)
#24672E
(36,103,46)
#1F5728
(31,87,40)
#1A4722
(26,71,34)
#15371C
(21,55,28)
#102716
(16,39,22)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #3DB74C

#3DB74C
(61,183,76)
#4EBD5C
(78,189,92)
#5FC36C
(95,195,108)
#70C97C
(112,201,124)
#81CF8C
(129,207,140)
#92D59C
(146,213,156)
#A3DBAC
(163,219,172)
#B4E1BC
(180,225,188)
#C5E7CC
(197,231,204)
#D6EDDC
(214,237,220)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DB74C color. Also use rgb(61,183,76) instead hex code.

Text Font Color

.myTextColor { color: #3DB74C; }

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

This text font color is #3DB74C.

Background Color

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

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

This div background color is #3DB74C.

Border color

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

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

This div border color is #3DB74C.

Opacity

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

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

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

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

This text has shadow with #3DB74C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3DB74C.

Preview

Color preview on black background

This text has color #3DB74C on black background.


Color preview on white background

This text has color #3DB74C on white background.


Black color preview on #3DB74C background

This text has black color on #3DB74C background.


White color preview on #3DB74C background

This text has white color on #3DB74C background.


Related colors

Complementary color

Complementary color for #hex is #C248B3.


I love getcolorcode.com

Triadic colors

1 #4C3DB7 and #B74C3D with #3DB74C are triadic colors.

2 #4CB73D and #B73D4C with #3DB74C are triadic colors.