COLOR #41A08D

HEX: #41A08D
RGB: (65,160,141)

Color info

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

RGB color model

#41A08D color RGB value is (65,160,141).

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

RGB channels and saturation

R 65 of 255 = 25%
G 160 of 255 = 63%
B 141 of 255 = 55%

65
160
141

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

Portions of RGB colors in percentages

R + G + B =
65 + 160 + 141 = 366 (100%)
R 65 of 366 ~ 17.76%
G 160 of 366 ~ 43.72%
B 141 of 366 ~ 38.52%

%17.76
%43.72
%38.52

CMYK color model

#41A08D color CMYK value is (59,0,12,37).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(59,0,12,37)
C59M0Y12K37 
(59%,0%,12%,37%)
(0.59/0.00/0.12/0.37)	

CMYK percentages

%59.38
%0
%11.88
%37.25

Codes

Color #41A08D in popluar color models

41A08D
RGB65160141
HSL168°42.22%44.12%
HSB/HSV168°59.38%62.75%
CMYK59.38%0.00%11.88%
37.25%

Color #41A08D in popluar number systems.

HEX41A08D
Decimal65160141
Binary10000011010000010001101
Octal101240215

Shades and tints

Shades of #41A08D

#41A08D
(65,160,141)
#3C9281
(60,146,129)
#378475
(55,132,117)
#327669
(50,118,105)
#2D685D
(45,104,93)
#285A51
(40,90,81)
#234C45
(35,76,69)
#1E3E39
(30,62,57)
#19302D
(25,48,45)
#142221
(20,34,33)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #41A08D

#41A08D
(65,160,141)
#52A897
(82,168,151)
#63B0A1
(99,176,161)
#74B8AB
(116,184,171)
#85C0B5
(133,192,181)
#96C8BF
(150,200,191)
#A7D0C9
(167,208,201)
#B8D8D3
(184,216,211)
#C9E0DD
(201,224,221)
#DAE8E7
(218,232,231)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41A08D; }

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

This text font color is #41A08D.


Background Color

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

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

This div background color is #41A08D.


Border color

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

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

This div border color is #41A08D.


Opacity

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

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

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

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

This text has shadow with #41A08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A08D on black background.


Color preview on white background

This text has color #41A08D on white background.



Black color preview on #41A08D background

This text has black color on #41A08D background.


White color preview on #41A08D background

This text has white color on #41A08D background.