COLOR #41865F

HEX: #41865F RGB: (65,134,95)

Color info

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

RGB color model

#41865F color RGB value is (65,134,95).

RGB: (65,134,95) (25%, 53%, 37%)

RGB channels and saturation

R 65 of 255 = 25%
G 134 of 255 = 53%
B 95 of 255 = 37%

65
134
95

R + G + B ~ 38%. #41865F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 134 + 95 = 294 (100%)
R 65 of 294 ~ 22.11%
G 134 of 294 ~ 45.58%
B 95 of 294 ~ 32.31'%

%22.11
%45.58
%32.31

CMYK color model

#41865F color CMYK value is (51,0,29,47).

  • cyan value is 51.49%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 47.45%

CMYK: (51,0,29,47)
C51M0Y29K47 (51%, 0%, 29%, 47%)
(0.51 / 0.00 / 0.29 / 0.47)

CMYK percentages

%51.49
%0
%29.1
%47.45

Codes

Color #41865F in popluar color models

41 86 5F
RGB 65 134 95
HSL 146° 34.67% 39.02%
HSB/HSV 146° 51.49% 52.55%
CMYK 51.49% 0.00% 29.10%
47.45%

Color #41865F in popluar number systems.

HEX 41 86 5F
Decimal 65 134 95
Binary 1000001 10000110 1011111
Octal 101 206 137

Shades and tints

Shades of #41865F

#41865F
(65,134,95)
#3C7A57
(60,122,87)
#376E4F
(55,110,79)
#326247
(50,98,71)
#2D563F
(45,86,63)
#284A37
(40,74,55)
#233E2F
(35,62,47)
#1E3227
(30,50,39)
#19261F
(25,38,31)
#141A17
(20,26,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #41865F

#41865F
(65,134,95)
#52916D
(82,145,109)
#639C7B
(99,156,123)
#74A789
(116,167,137)
#85B297
(133,178,151)
#96BDA5
(150,189,165)
#A7C8B3
(167,200,179)
#B8D3C1
(184,211,193)
#C9DECF
(201,222,207)
#DAE9DD
(218,233,221)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41865F color. Also use rgb(65,134,95) instead hex code.

Text Font Color

.myTextColor { color: #41865F; }

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

This text font color is #41865F.

Background Color

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

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

This div background color is #41865F.

Border color

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

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

This div border color is #41865F.

Opacity

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

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

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

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

This text has shadow with #41865F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41865F.

Preview

Color preview on black background

This text has color #41865F on black background.


Color preview on white background

This text has color #41865F on white background.


Black color preview on #41865F background

This text has black color on #41865F background.


White color preview on #41865F background

This text has white color on #41865F background.


Related colors

Complementary color

Complementary color for #hex is #BE79A0.


I love getcolorcode.com

Triadic colors

1 #5F4186 and #865F41 with #41865F are triadic colors.

2 #5F8641 and #86415F with #41865F are triadic colors.