COLOR #41966B

HEX: #41966B
RGB: (65,150,107)

Color info

#41966B contains mainly green and blue colors. Web safe color of #41966B is #339966 (or #396).

RGB color model

#41966B color RGB value is (65,150,107).

  • red value is 65;
  • green value is 150;
  • blue value is 107.
RGB:
(65,150,107)
(25%,59%,42%)

RGB channels and saturation

R 65 of 255 = 25%
G 150 of 255 = 59%
B 107 of 255 = 42%

65
150
107

R + G + B ~ 42%. #41966B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 150 + 107 = 322 (100%)
R 65 of 322 ~ 20.19%
G 150 of 322 ~ 46.58%
B 107 of 322 ~ 33.23%

%20.19
%46.58
%33.23

CMYK color model

#41966B color CMYK value is (57,0,29,41).

  • cyan value is 56.67%
  • magenta value is 0.00%
  • yellow value is 28.67%
  • key color value is 41.18%
CMYK:
(57,0,29,41)
C57M0Y29K41 
(57%,0%,29%,41%)
(0.57/0.00/0.29/0.41)	

CMYK percentages

%56.67
%0
%28.67
%41.18

Codes

Color #41966B in popluar color models

41966B
RGB65150107
HSL150°39.53%42.16%
HSB/HSV150°56.67%58.82%
CMYK56.67%0.00%28.67%
41.18%

Color #41966B in popluar number systems.

HEX41966B
Decimal65150107
Binary1000001100101101101011
Octal101226153

Shades and tints

Shades of #41966B

#41966B
(65,150,107)
#3C8962
(60,137,98)
#377C59
(55,124,89)
#326F50
(50,111,80)
#2D6247
(45,98,71)
#28553E
(40,85,62)
#234835
(35,72,53)
#1E3B2C
(30,59,44)
#192E23
(25,46,35)
#14211A
(20,33,26)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #41966B

#41966B
(65,150,107)
#529F78
(82,159,120)
#63A885
(99,168,133)
#74B192
(116,177,146)
#85BA9F
(133,186,159)
#96C3AC
(150,195,172)
#A7CCB9
(167,204,185)
#B8D5C6
(184,213,198)
#C9DED3
(201,222,211)
#DAE7E0
(218,231,224)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41966B color. Also use rgb(65,150,107) instead hex code.

Text Font Color

.myTextColor { color: #41966B; }

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

This text font color is #41966B.


Background Color

.myBgColor { background-color: #41966B; }

<div style="background-color:#41966B">Inner text</div>

This div background color is #41966B.


Border color

.myBorderColor { border: 1px solid #41966B; }

<div style="border:3px solid #41966B">Div</div>

This div border color is #41966B.


Opacity

.myOpacity80 { color: #41966B; opacity: 0.8; }

<p style="color:#41966B;opacity:0.8;">80%</p>

Text with #41966B 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 #41966B;}

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

This text has shadow with #41966B color.

.textShadow {text-shadow: 3px 3px 1px #41966B, 3px 3px 1px red;}

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

This text has shadow with #41966B primary color and red secondary color.


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

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

This text has shadow with #41966B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41966B on black background.


Color preview on white background

This text has color #41966B on white background.



Black color preview on #41966B background

This text has black color on #41966B background.


White color preview on #41966B background

This text has white color on #41966B background.