COLOR #41785F

HEX: #41785F RGB: (65,120,95)

Color info

#41785F contains red, green and blue colors in about the same proportion. Web safe color of #41785F is #336666 (or #366).

RGB color model

#41785F color RGB value is (65,120,95).

RGB: (65,120,95) (25%, 47%, 37%)

RGB channels and saturation

R 65 of 255 = 25%
G 120 of 255 = 47%
B 95 of 255 = 37%

65
120
95

R + G + B ~ 36%. #41785F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 120 + 95 = 280 (100%)
R 65 of 280 ~ 23.21%
G 120 of 280 ~ 42.86%
B 95 of 280 ~ 33.93'%

%23.21
%42.86
%33.93

CMYK color model

#41785F color CMYK value is (46,0,21,53).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 52.94%

CMYK: (46,0,21,53)
C46M0Y21K53 (46%, 0%, 21%, 53%)
(0.46 / 0.00 / 0.21 / 0.53)

CMYK percentages

%45.83
%0
%20.83
%52.94

Codes

Color #41785F in popluar color models

41 78 5F
RGB 65 120 95
HSL 153° 29.73% 36.27%
HSB/HSV 153° 45.83% 47.06%
CMYK 45.83% 0.00% 20.83%
52.94%

Color #41785F in popluar number systems.

HEX 41 78 5F
Decimal 65 120 95
Binary 1000001 1111000 1011111
Octal 101 170 137

Shades and tints

Shades of #41785F

#41785F
(65,120,95)
#3C6E57
(60,110,87)
#37644F
(55,100,79)
#325A47
(50,90,71)
#2D503F
(45,80,63)
#284637
(40,70,55)
#233C2F
(35,60,47)
#1E3227
(30,50,39)
#19281F
(25,40,31)
#141E17
(20,30,23)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #41785F

#41785F
(65,120,95)
#52846D
(82,132,109)
#63907B
(99,144,123)
#749C89
(116,156,137)
#85A897
(133,168,151)
#96B4A5
(150,180,165)
#A7C0B3
(167,192,179)
#B8CCC1
(184,204,193)
#C9D8CF
(201,216,207)
#DAE4DD
(218,228,221)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41785F; }

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

This text font color is #41785F.

Background Color

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

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

This div background color is #41785F.

Border color

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

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

This div border color is #41785F.

Opacity

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

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

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

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

This text has shadow with #41785F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41785F.

Preview

Color preview on black background

This text has color #41785F on black background.


Color preview on white background

This text has color #41785F on white background.


Black color preview on #41785F background

This text has black color on #41785F background.


White color preview on #41785F background

This text has white color on #41785F background.


Related colors

Complementary color

Complementary color for #hex is #BE87A0.


I love getcolorcode.com

Triadic colors

1 #5F4178 and #785F41 with #41785F are triadic colors.

2 #5F7841 and #78415F with #41785F are triadic colors.