COLOR #41866E

HEX: #41866E
RGB: (65,134,110)

Color info

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

RGB color model

#41866E color RGB value is (65,134,110).

  • red value is 65;
  • green value is 134;
  • blue value is 110.
RGB:
(65,134,110)
(25%,53%,43%)

RGB channels and saturation

R 65 of 255 = 25%
G 134 of 255 = 53%
B 110 of 255 = 43%

65
134
110

R + G + B ~ 40%. #41866E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 134 + 110 = 309 (100%)
R 65 of 309 ~ 21.04%
G 134 of 309 ~ 43.37%
B 110 of 309 ~ 35.6%

%21.04
%43.37
%35.6

CMYK color model

#41866E color CMYK value is (51,0,18,47).

  • cyan value is 51.49%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 47.45%
CMYK:
(51,0,18,47)
C51M0Y18K47 
(51%,0%,18%,47%)
(0.51/0.00/0.18/0.47)	

CMYK percentages

%51.49
%0
%17.91
%47.45

Codes

Color #41866E in popluar color models

41866E
RGB65134110
HSL159°34.67%39.02%
HSB/HSV159°51.49%52.55%
CMYK51.49%0.00%17.91%
47.45%

Color #41866E in popluar number systems.

HEX41866E
Decimal65134110
Binary1000001100001101101110
Octal101206156

Shades and tints

Shades of #41866E

#41866E
(65,134,110)
#3C7A64
(60,122,100)
#376E5A
(55,110,90)
#326250
(50,98,80)
#2D5646
(45,86,70)
#284A3C
(40,74,60)
#233E32
(35,62,50)
#1E3228
(30,50,40)
#19261E
(25,38,30)
#141A14
(20,26,20)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #41866E

#41866E
(65,134,110)
#52917B
(82,145,123)
#639C88
(99,156,136)
#74A795
(116,167,149)
#85B2A2
(133,178,162)
#96BDAF
(150,189,175)
#A7C8BC
(167,200,188)
#B8D3C9
(184,211,201)
#C9DED6
(201,222,214)
#DAE9E3
(218,233,227)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41866E color. Also use rgb(65,134,110) instead hex code.

Text Font Color

.myTextColor { color: #41866E; }

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

This text font color is #41866E.


Background Color

.myBgColor { background-color: #41866E; }

<div style="background-color:#41866E">Inner text</div>

This div background color is #41866E.


Border color

.myBorderColor { border: 1px solid #41866E; }

<div style="border:3px solid #41866E">Div</div>

This div border color is #41866E.


Opacity

.myOpacity80 { color: #41866E; opacity: 0.8; }

<p style="color:#41866E;opacity:0.8;">80%</p>

Text with #41866E 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 #41866E;}

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

This text has shadow with #41866E color.

.textShadow {text-shadow: 3px 3px 1px #41866E, 3px 3px 1px red;}

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

This text has shadow with #41866E primary color and red secondary color.


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

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

This text has shadow with #41866E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41866E on black background.


Color preview on white background

This text has color #41866E on white background.



Black color preview on #41866E background

This text has black color on #41866E background.


White color preview on #41866E background

This text has white color on #41866E background.