COLOR #41AC8B

HEX: #41AC8B RGB: (65,172,139)

Color info

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

RGB color model

#41AC8B color RGB value is (65,172,139).

RGB: (65,172,139) (25%, 67%, 55%)

RGB channels and saturation

R 65 of 255 = 25%
G 172 of 255 = 67%
B 139 of 255 = 55%

65
172
139

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

Portions of RGB colors in percentages

R + G + B = 65 + 172 + 139 = 376 (100%)
R 65 of 376 ~ 17.29%
G 172 of 376 ~ 45.74%
B 139 of 376 ~ 36.97'%

%17.29
%45.74
%36.97

CMYK color model

#41AC8B color CMYK value is (62,0,19,33).

  • cyan value is 62.21%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 32.55%

CMYK: (62,0,19,33)
C62M0Y19K33 (62%, 0%, 19%, 33%)
(0.62 / 0.00 / 0.19 / 0.33)

CMYK percentages

%62.21
%0
%19.19
%32.55

Codes

Color #41AC8B in popluar color models

41 AC 8B
RGB 65 172 139
HSL 161° 45.15% 46.47%
HSB/HSV 161° 62.21% 67.45%
CMYK 62.21% 0.00% 19.19%
32.55%

Color #41AC8B in popluar number systems.

HEX 41 AC 8B
Decimal 65 172 139
Binary 1000001 10101100 10001011
Octal 101 254 213

Shades and tints

Shades of #41AC8B

#41AC8B
(65,172,139)
#3C9D7F
(60,157,127)
#378E73
(55,142,115)
#327F67
(50,127,103)
#2D705B
(45,112,91)
#28614F
(40,97,79)
#235243
(35,82,67)
#1E4337
(30,67,55)
#19342B
(25,52,43)
#14251F
(20,37,31)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #41AC8B

#41AC8B
(65,172,139)
#52B395
(82,179,149)
#63BA9F
(99,186,159)
#74C1A9
(116,193,169)
#85C8B3
(133,200,179)
#96CFBD
(150,207,189)
#A7D6C7
(167,214,199)
#B8DDD1
(184,221,209)
#C9E4DB
(201,228,219)
#DAEBE5
(218,235,229)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41AC8B color. Also use rgb(65,172,139) instead hex code.

Text Font Color

.myTextColor { color: #41AC8B; }

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

This text font color is #41AC8B.

Background Color

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

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

This div background color is #41AC8B.

Border color

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

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

This div border color is #41AC8B.

Opacity

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

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

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

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

This text has shadow with #41AC8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41AC8B.

Preview

Color preview on black background

This text has color #41AC8B on black background.


Color preview on white background

This text has color #41AC8B on white background.


Black color preview on #41AC8B background

This text has black color on #41AC8B background.


White color preview on #41AC8B background

This text has white color on #41AC8B background.


Related colors

Complementary color

Complementary color for #hex is #BE5374.


I love getcolorcode.com

Triadic colors

1 #8B41AC and #AC8B41 with #41AC8B are triadic colors.

2 #8BAC41 and #AC418B with #41AC8B are triadic colors.