COLOR #41AD82

HEX: #41AD82 RGB: (65,173,130)

Color info

#41AD82 contains mainly green and blue colors. Web safe color of #41AD82 is #339999 (or #399).

RGB color model

#41AD82 color RGB value is (65,173,130).

RGB: (65,173,130) (25%, 68%, 51%)

RGB channels and saturation

R 65 of 255 = 25%
G 173 of 255 = 68%
B 130 of 255 = 51%

65
173
130

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

Portions of RGB colors in percentages

R + G + B = 65 + 173 + 130 = 368 (100%)
R 65 of 368 ~ 17.66%
G 173 of 368 ~ 47.01%
B 130 of 368 ~ 35.33'%

%17.66
%47.01
%35.33

CMYK color model

#41AD82 color CMYK value is (62,0,25,32).

  • cyan value is 62.43%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%

CMYK: (62,0,25,32)
C62M0Y25K32 (62%, 0%, 25%, 32%)
(0.62 / 0.00 / 0.25 / 0.32)

CMYK percentages

%62.43
%0
%24.86
%32.16

Codes

Color #41AD82 in popluar color models

41 AD 82
RGB 65 173 130
HSL 156° 45.38% 46.67%
HSB/HSV 156° 62.43% 67.84%
CMYK 62.43% 0.00% 24.86%
32.16%

Color #41AD82 in popluar number systems.

HEX 41 AD 82
Decimal 65 173 130
Binary 1000001 10101101 10000010
Octal 101 255 202

Shades and tints

Shades of #41AD82

#41AD82
(65,173,130)
#3C9E77
(60,158,119)
#378F6C
(55,143,108)
#328061
(50,128,97)
#2D7156
(45,113,86)
#28624B
(40,98,75)
#235340
(35,83,64)
#1E4435
(30,68,53)
#19352A
(25,53,42)
#14261F
(20,38,31)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #41AD82

#41AD82
(65,173,130)
#52B48D
(82,180,141)
#63BB98
(99,187,152)
#74C2A3
(116,194,163)
#85C9AE
(133,201,174)
#96D0B9
(150,208,185)
#A7D7C4
(167,215,196)
#B8DECF
(184,222,207)
#C9E5DA
(201,229,218)
#DAECE5
(218,236,229)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41AD82 color. Also use rgb(65,173,130) instead hex code.

Text Font Color

.myTextColor { color: #41AD82; }

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

This text font color is #41AD82.

Background Color

.myBgColor { background-color: #41AD82; }

<div style="background-color:#41AD82">Inner text</div>

This div background color is #41AD82.

Border color

.myBorderColor { border: 1px solid #41AD82; }

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

This div border color is #41AD82.

Opacity

.myOpacity80 { color: #41AD82; opacity: 0.8; }

<p style="color:#41AD82;opacity:0.8;">80%</p>

Text with #41AD82 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 #41AD82;}

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

This text has shadow with #41AD82 color.


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

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

This text has shadow with #41AD82 primary color and red secondary color.


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

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

This text has shadow with #41AD82 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41AD82.

Preview

Color preview on black background

This text has color #41AD82 on black background.


Color preview on white background

This text has color #41AD82 on white background.


Black color preview on #41AD82 background

This text has black color on #41AD82 background.


White color preview on #41AD82 background

This text has white color on #41AD82 background.


Related colors

Complementary color

Complementary color for #hex is #BE527D.


I love getcolorcode.com

Triadic colors

1 #8241AD and #AD8241 with #41AD82 are triadic colors.

2 #82AD41 and #AD4182 with #41AD82 are triadic colors.