COLOR #3DB442

HEX: #3DB442 RGB: (61,180,66)

Color info

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

RGB color model

#3DB442 color RGB value is (61,180,66).

RGB: (61,180,66) (24%, 71%, 26%)

RGB channels and saturation

R 61 of 255 = 24%
G 180 of 255 = 71%
B 66 of 255 = 26%

61
180
66

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

Portions of RGB colors in percentages

R + G + B = 61 + 180 + 66 = 307 (100%)
R 61 of 307 ~ 19.87%
G 180 of 307 ~ 58.63%
B 66 of 307 ~ 21.5'%

%19.87
%58.63
%21.5

CMYK color model

#3DB442 color CMYK value is (66,0,63,29).

  • cyan value is 66.11%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 29.41%

CMYK: (66,0,63,29)
C66M0Y63K29 (66%, 0%, 63%, 29%)
(0.66 / 0.00 / 0.63 / 0.29)

CMYK percentages

%66.11
%0
%63.33
%29.41

Codes

Color #3DB442 in popluar color models

3D B4 42
RGB 61 180 66
HSL 123° 49.38% 47.25%
HSB/HSV 123° 66.11% 70.59%
CMYK 66.11% 0.00% 63.33%
29.41%

Color #3DB442 in popluar number systems.

HEX 3D B4 42
Decimal 61 180 66
Binary 111101 10110100 1000010
Octal 75 264 102

Shades and tints

Shades of #3DB442

#3DB442
(61,180,66)
#38A43C
(56,164,60)
#339436
(51,148,54)
#2E8430
(46,132,48)
#29742A
(41,116,42)
#246424
(36,100,36)
#1F541E
(31,84,30)
#1A4418
(26,68,24)
#153412
(21,52,18)
#10240C
(16,36,12)
#0B1406
(11,20,6)
#000000
(0,0,0)

Tints of #3DB442

#3DB442
(61,180,66)
#4EBA53
(78,186,83)
#5FC064
(95,192,100)
#70C675
(112,198,117)
#81CC86
(129,204,134)
#92D297
(146,210,151)
#A3D8A8
(163,216,168)
#B4DEB9
(180,222,185)
#C5E4CA
(197,228,202)
#D6EADB
(214,234,219)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DB442 color. Also use rgb(61,180,66) instead hex code.

Text Font Color

.myTextColor { color: #3DB442; }

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

This text font color is #3DB442.

Background Color

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

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

This div background color is #3DB442.

Border color

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

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

This div border color is #3DB442.

Opacity

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

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

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

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

This text has shadow with #3DB442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3DB442.

Preview

Color preview on black background

This text has color #3DB442 on black background.


Color preview on white background

This text has color #3DB442 on white background.


Black color preview on #3DB442 background

This text has black color on #3DB442 background.


White color preview on #3DB442 background

This text has white color on #3DB442 background.


Related colors

Complementary color

Complementary color for #hex is #C24BBD.


I love getcolorcode.com

Triadic colors

1 #423DB4 and #B4423D with #3DB442 are triadic colors.

2 #42B43D and #B43D42 with #3DB442 are triadic colors.