COLOR #41958F

HEX: #41958F RGB: (65,149,143)

Color info

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

RGB color model

#41958F color RGB value is (65,149,143).

RGB: (65,149,143) (25%, 58%, 56%)

RGB channels and saturation

R 65 of 255 = 25%
G 149 of 255 = 58%
B 143 of 255 = 56%

65
149
143

R + G + B ~ 46%. #41958F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 149 + 143 = 357 (100%)
R 65 of 357 ~ 18.21%
G 149 of 357 ~ 41.74%
B 143 of 357 ~ 40.06'%

%18.21
%41.74
%40.06

CMYK color model

#41958F color CMYK value is (56,0,4,42).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%

CMYK: (56,0,4,42)
C56M0Y4K42 (56%, 0%, 4%, 42%)
(0.56 / 0.00 / 0.04 / 0.42)

CMYK percentages

%56.38
%0
%4.03
%41.57

Codes

Color #41958F in popluar color models

41 95 8F
RGB 65 149 143
HSL 176° 39.25% 41.96%
HSB/HSV 176° 56.38% 58.43%
CMYK 56.38% 0.00% 4.03%
41.57%

Color #41958F in popluar number systems.

HEX 41 95 8F
Decimal 65 149 143
Binary 1000001 10010101 10001111
Octal 101 225 217

Shades and tints

Shades of #41958F

#41958F
(65,149,143)
#3C8882
(60,136,130)
#377B75
(55,123,117)
#326E68
(50,110,104)
#2D615B
(45,97,91)
#28544E
(40,84,78)
#234741
(35,71,65)
#1E3A34
(30,58,52)
#192D27
(25,45,39)
#14201A
(20,32,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #41958F

#41958F
(65,149,143)
#529E99
(82,158,153)
#63A7A3
(99,167,163)
#74B0AD
(116,176,173)
#85B9B7
(133,185,183)
#96C2C1
(150,194,193)
#A7CBCB
(167,203,203)
#B8D4D5
(184,212,213)
#C9DDDF
(201,221,223)
#DAE6E9
(218,230,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41958F color. Also use rgb(65,149,143) instead hex code.

Text Font Color

.myTextColor { color: #41958F; }

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

This text font color is #41958F.

Background Color

.myBgColor { background-color: #41958F; }

<div style="background-color:#41958F">Inner text</div>

This div background color is #41958F.

Border color

.myBorderColor { border: 1px solid #41958F; }

<div style="border:3px solid #41958F">Div</div>

This div border color is #41958F.

Opacity

.myOpacity80 { color: #41958F; opacity: 0.8; }

<p style="color:#41958F;opacity:0.8;">80%</p>

Text with #41958F 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 #41958F;}

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

This text has shadow with #41958F color.


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

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

This text has shadow with #41958F primary color and red secondary color.


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

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

This text has shadow with #41958F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41958F.

Preview

Color preview on black background

This text has color #41958F on black background.


Color preview on white background

This text has color #41958F on white background.


Black color preview on #41958F background

This text has black color on #41958F background.


White color preview on #41958F background

This text has white color on #41958F background.


Related colors

Complementary color

Complementary color for #hex is #BE6A70.


I love getcolorcode.com

Triadic colors

1 #8F4195 and #958F41 with #41958F are triadic colors.

2 #8F9541 and #95418F with #41958F are triadic colors.