COLOR #3DAB55

HEX: #3DAB55 RGB: (61,171,85)

Color info

#3DAB55 contains mainly green color. Web safe color of #3DAB55 is #339966 (or #396).

RGB color model

#3DAB55 color RGB value is (61,171,85).

RGB: (61,171,85) (24%, 67%, 33%)

RGB channels and saturation

R 61 of 255 = 24%
G 171 of 255 = 67%
B 85 of 255 = 33%

61
171
85

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

Portions of RGB colors in percentages

R + G + B = 61 + 171 + 85 = 317 (100%)
R 61 of 317 ~ 19.24%
G 171 of 317 ~ 53.94%
B 85 of 317 ~ 26.81'%

%19.24
%53.94
%26.81

CMYK color model

#3DAB55 color CMYK value is (64,0,50,33).

  • cyan value is 64.33%
  • magenta value is 0.00%
  • yellow value is 50.29%
  • key color value is 32.94%

CMYK: (64,0,50,33)
C64M0Y50K33 (64%, 0%, 50%, 33%)
(0.64 / 0.00 / 0.50 / 0.33)

CMYK percentages

%64.33
%0
%50.29
%32.94

Codes

Color #3DAB55 in popluar color models

3D AB 55
RGB 61 171 85
HSL 133° 47.41% 45.49%
HSB/HSV 133° 64.33% 67.06%
CMYK 64.33% 0.00% 50.29%
32.94%

Color #3DAB55 in popluar number systems.

HEX 3D AB 55
Decimal 61 171 85
Binary 111101 10101011 1010101
Octal 75 253 125

Shades and tints

Shades of #3DAB55

#3DAB55
(61,171,85)
#389C4E
(56,156,78)
#338D47
(51,141,71)
#2E7E40
(46,126,64)
#296F39
(41,111,57)
#246032
(36,96,50)
#1F512B
(31,81,43)
#1A4224
(26,66,36)
#15331D
(21,51,29)
#102416
(16,36,22)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #3DAB55

#3DAB55
(61,171,85)
#4EB264
(78,178,100)
#5FB973
(95,185,115)
#70C082
(112,192,130)
#81C791
(129,199,145)
#92CEA0
(146,206,160)
#A3D5AF
(163,213,175)
#B4DCBE
(180,220,190)
#C5E3CD
(197,227,205)
#D6EADC
(214,234,220)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DAB55 color. Also use rgb(61,171,85) instead hex code.

Text Font Color

.myTextColor { color: #3DAB55; }

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

This text font color is #3DAB55.

Background Color

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

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

This div background color is #3DAB55.

Border color

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

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

This div border color is #3DAB55.

Opacity

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

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

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

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

This text has shadow with #3DAB55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3DAB55.

Preview

Color preview on black background

This text has color #3DAB55 on black background.


Color preview on white background

This text has color #3DAB55 on white background.


Black color preview on #3DAB55 background

This text has black color on #3DAB55 background.


White color preview on #3DAB55 background

This text has white color on #3DAB55 background.


Related colors

Complementary color

Complementary color for #hex is #C254AA.


I love getcolorcode.com

Triadic colors

1 #553DAB and #AB553D with #3DAB55 are triadic colors.

2 #55AB3D and #AB3D55 with #3DAB55 are triadic colors.