COLOR #41AA88

HEX: #41AA88
RGB: (65,170,136)

Color info

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

RGB color model

#41AA88 color RGB value is (65,170,136).

  • red value is 65;
  • green value is 170;
  • blue value is 136.
RGB:
(65,170,136)
(25%,67%,53%)

RGB channels and saturation

R 65 of 255 = 25%
G 170 of 255 = 67%
B 136 of 255 = 53%

65
170
136

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

Portions of RGB colors in percentages

R + G + B =
65 + 170 + 136 = 371 (100%)
R 65 of 371 ~ 17.52%
G 170 of 371 ~ 45.82%
B 136 of 371 ~ 36.66%

%17.52
%45.82
%36.66

CMYK color model

#41AA88 color CMYK value is (62,0,20,33).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(62,0,20,33)
C62M0Y20K33 
(62%,0%,20%,33%)
(0.62/0.00/0.20/0.33)	

CMYK percentages

%61.76
%0
%20
%33.33

Codes

Color #41AA88 in popluar color models

41AA88
RGB65170136
HSL161°44.68%46.08%
HSB/HSV161°61.76%66.67%
CMYK61.76%0.00%20.00%
33.33%

Color #41AA88 in popluar number systems.

HEX41AA88
Decimal65170136
Binary10000011010101010001000
Octal101252210

Shades and tints

Shades of #41AA88

#41AA88
(65,170,136)
#3C9B7C
(60,155,124)
#378C70
(55,140,112)
#327D64
(50,125,100)
#2D6E58
(45,110,88)
#285F4C
(40,95,76)
#235040
(35,80,64)
#1E4134
(30,65,52)
#193228
(25,50,40)
#14231C
(20,35,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #41AA88

#41AA88
(65,170,136)
#52B192
(82,177,146)
#63B89C
(99,184,156)
#74BFA6
(116,191,166)
#85C6B0
(133,198,176)
#96CDBA
(150,205,186)
#A7D4C4
(167,212,196)
#B8DBCE
(184,219,206)
#C9E2D8
(201,226,216)
#DAE9E2
(218,233,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41AA88 color. Also use rgb(65,170,136) instead hex code.

Text Font Color

.myTextColor { color: #41AA88; }

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

This text font color is #41AA88.


Background Color

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

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

This div background color is #41AA88.


Border color

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

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

This div border color is #41AA88.


Opacity

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

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

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

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

This text has shadow with #41AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41AA88 on black background.


Color preview on white background

This text has color #41AA88 on white background.



Black color preview on #41AA88 background

This text has black color on #41AA88 background.


White color preview on #41AA88 background

This text has white color on #41AA88 background.