COLOR #41A593

HEX: #41A593
RGB: (65,165,147)

Color info

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

RGB color model

#41A593 color RGB value is (65,165,147).

  • red value is 65;
  • green value is 165;
  • blue value is 147.
RGB:
(65,165,147)
(25%,65%,58%)

RGB channels and saturation

R 65 of 255 = 25%
G 165 of 255 = 65%
B 147 of 255 = 58%

65
165
147

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

Portions of RGB colors in percentages

R + G + B =
65 + 165 + 147 = 377 (100%)
R 65 of 377 ~ 17.24%
G 165 of 377 ~ 43.77%
B 147 of 377 ~ 38.99%

%17.24
%43.77
%38.99

CMYK color model

#41A593 color CMYK value is (61,0,11,35).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(61,0,11,35)
C61M0Y11K35 
(61%,0%,11%,35%)
(0.61/0.00/0.11/0.35)	

CMYK percentages

%60.61
%0
%10.91
%35.29

Codes

Color #41A593 in popluar color models

41A593
RGB65165147
HSL169°43.48%45.10%
HSB/HSV169°60.61%64.71%
CMYK60.61%0.00%10.91%
35.29%

Color #41A593 in popluar number systems.

HEX41A593
Decimal65165147
Binary10000011010010110010011
Octal101245223

Shades and tints

Shades of #41A593

#41A593
(65,165,147)
#3C9686
(60,150,134)
#378779
(55,135,121)
#32786C
(50,120,108)
#2D695F
(45,105,95)
#285A52
(40,90,82)
#234B45
(35,75,69)
#1E3C38
(30,60,56)
#192D2B
(25,45,43)
#141E1E
(20,30,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #41A593

#41A593
(65,165,147)
#52AD9C
(82,173,156)
#63B5A5
(99,181,165)
#74BDAE
(116,189,174)
#85C5B7
(133,197,183)
#96CDC0
(150,205,192)
#A7D5C9
(167,213,201)
#B8DDD2
(184,221,210)
#C9E5DB
(201,229,219)
#DAEDE4
(218,237,228)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A593 color. Also use rgb(65,165,147) instead hex code.

Text Font Color

.myTextColor { color: #41A593; }

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

This text font color is #41A593.


Background Color

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

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

This div background color is #41A593.


Border color

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

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

This div border color is #41A593.


Opacity

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

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

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

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

This text has shadow with #41A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A593 on black background.


Color preview on white background

This text has color #41A593 on white background.



Black color preview on #41A593 background

This text has black color on #41A593 background.


White color preview on #41A593 background

This text has white color on #41A593 background.