COLOR #41B1A0

HEX: #41B1A0
RGB: (65,177,160)

Color info

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

RGB color model

#41B1A0 color RGB value is (65,177,160).

  • red value is 65;
  • green value is 177;
  • blue value is 160.
RGB:
(65,177,160)
(25%,69%,63%)

RGB channels and saturation

R 65 of 255 = 25%
G 177 of 255 = 69%
B 160 of 255 = 63%

65
177
160

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

Portions of RGB colors in percentages

R + G + B =
65 + 177 + 160 = 402 (100%)
R 65 of 402 ~ 16.17%
G 177 of 402 ~ 44.03%
B 160 of 402 ~ 39.8%

%16.17
%44.03
%39.8

CMYK color model

#41B1A0 color CMYK value is (63,0,10,31).

  • cyan value is 63.28%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 30.59%
CMYK:
(63,0,10,31)
C63M0Y10K31 
(63%,0%,10%,31%)
(0.63/0.00/0.10/0.31)	

CMYK percentages

%63.28
%0
%9.6
%30.59

Codes

Color #41B1A0 in popluar color models

41B1A0
RGB65177160
HSL171°46.28%47.45%
HSB/HSV171°63.28%69.41%
CMYK63.28%0.00%9.60%
30.59%

Color #41B1A0 in popluar number systems.

HEX41B1A0
Decimal65177160
Binary10000011011000110100000
Octal101261240

Shades and tints

Shades of #41B1A0

#41B1A0
(65,177,160)
#3CA192
(60,161,146)
#379184
(55,145,132)
#328176
(50,129,118)
#2D7168
(45,113,104)
#28615A
(40,97,90)
#23514C
(35,81,76)
#1E413E
(30,65,62)
#193130
(25,49,48)
#142122
(20,33,34)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #41B1A0

#41B1A0
(65,177,160)
#52B8A8
(82,184,168)
#63BFB0
(99,191,176)
#74C6B8
(116,198,184)
#85CDC0
(133,205,192)
#96D4C8
(150,212,200)
#A7DBD0
(167,219,208)
#B8E2D8
(184,226,216)
#C9E9E0
(201,233,224)
#DAF0E8
(218,240,232)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B1A0 color. Also use rgb(65,177,160) instead hex code.

Text Font Color

.myTextColor { color: #41B1A0; }

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

This text font color is #41B1A0.


Background Color

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

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

This div background color is #41B1A0.


Border color

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

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

This div border color is #41B1A0.


Opacity

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

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

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

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

This text has shadow with #41B1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B1A0 on black background.


Color preview on white background

This text has color #41B1A0 on white background.



Black color preview on #41B1A0 background

This text has black color on #41B1A0 background.


White color preview on #41B1A0 background

This text has white color on #41B1A0 background.