COLOR #41865C

HEX: #41865C RGB: (65,134,92)

Color info

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

RGB color model

#41865C color RGB value is (65,134,92).

RGB: (65,134,92) (25%, 53%, 36%)

RGB channels and saturation

R 65 of 255 = 25%
G 134 of 255 = 53%
B 92 of 255 = 36%

65
134
92

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

Portions of RGB colors in percentages

R + G + B = 65 + 134 + 92 = 291 (100%)
R 65 of 291 ~ 22.34%
G 134 of 291 ~ 46.05%
B 92 of 291 ~ 31.62'%

%22.34
%46.05
%31.62

CMYK color model

#41865C color CMYK value is (51,0,31,47).

  • cyan value is 51.49%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK: (51,0,31,47) C51M0Y31K47 (51%,0%,31%,47%) (0.51/0.00/0.31/0.47) 

CMYK percentages

%51.49
%0
%31.34
%47.45

Codes

Color #41865C in popluar color models

41 86 5C
RGB 65 134 92
HSL 143° 34.67% 39.02%
HSB/HSV 143° 51.49% 52.55%
CMYK 51.49% 0.00% 31.34%
47.45%

Color #41865C in popluar number systems.

HEX 41 86 5C
Decimal 65 134 92
Binary 1000001 10000110 1011100
Octal 101 206 134

Shades and tints

Shades of #41865C

#41865C
(65,134,92)
#3C7A54
(60,122,84)
#376E4C
(55,110,76)
#326244
(50,98,68)
#2D563C
(45,86,60)
#284A34
(40,74,52)
#233E2C
(35,62,44)
#1E3224
(30,50,36)
#19261C
(25,38,28)
#141A14
(20,26,20)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #41865C

#41865C
(65,134,92)
#52916A
(82,145,106)
#639C78
(99,156,120)
#74A786
(116,167,134)
#85B294
(133,178,148)
#96BDA2
(150,189,162)
#A7C8B0
(167,200,176)
#B8D3BE
(184,211,190)
#C9DECC
(201,222,204)
#DAE9DA
(218,233,218)
#EBF4E8
(235,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41865C; }

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

This text font color is #41865C.

Background Color

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

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

This div background color is #41865C.

Border color

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

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

This div border color is #41865C.

Opacity

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

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

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

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

This text has shadow with #41865C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41865C.

Preview

Color preview on black background

This text has color #41865C on black background.


Color preview on white background

This text has color #41865C on white background.


Black color preview on #41865C background

This text has black color on #41865C background.


White color preview on #41865C background

This text has white color on #41865C background.


Related colors

Complementary color

Complementary color for #hex is #BE79A3.


I love getcolorcode.com

Triadic colors

1 #5C4186 and #865C41 with #41865C are triadic colors.

2 #5C8641 and #86415C with #41865C are triadic colors.