COLOR #41785B

HEX: #41785B
RGB: (65,120,91)

Color info

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

RGB color model

#41785B color RGB value is (65,120,91).

  • red value is 65;
  • green value is 120;
  • blue value is 91.
RGB:
(65,120,91)
(25%,47%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 120 of 255 = 47%
B 91 of 255 = 36%

65
120
91

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

Portions of RGB colors in percentages

R + G + B =
65 + 120 + 91 = 276 (100%)
R 65 of 276 ~ 23.55%
G 120 of 276 ~ 43.48%
B 91 of 276 ~ 32.97%

%23.55
%43.48
%32.97

CMYK color model

#41785B color CMYK value is (46,0,24,53).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(46,0,24,53)
C46M0Y24K53 
(46%,0%,24%,53%)
(0.46/0.00/0.24/0.53)	

CMYK percentages

%45.83
%0
%24.17
%52.94

Codes

Color #41785B in popluar color models

41785B
RGB6512091
HSL148°29.73%36.27%
HSB/HSV148°45.83%47.06%
CMYK45.83%0.00%24.17%
52.94%

Color #41785B in popluar number systems.

HEX41785B
Decimal6512091
Binary100000111110001011011
Octal101170133

Shades and tints

Shades of #41785B

#41785B
(65,120,91)
#3C6E53
(60,110,83)
#37644B
(55,100,75)
#325A43
(50,90,67)
#2D503B
(45,80,59)
#284633
(40,70,51)
#233C2B
(35,60,43)
#1E3223
(30,50,35)
#19281B
(25,40,27)
#141E13
(20,30,19)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #41785B

#41785B
(65,120,91)
#528469
(82,132,105)
#639077
(99,144,119)
#749C85
(116,156,133)
#85A893
(133,168,147)
#96B4A1
(150,180,161)
#A7C0AF
(167,192,175)
#B8CCBD
(184,204,189)
#C9D8CB
(201,216,203)
#DAE4D9
(218,228,217)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41785B; }

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

This text font color is #41785B.


Background Color

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

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

This div background color is #41785B.


Border color

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

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

This div border color is #41785B.


Opacity

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

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

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

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

This text has shadow with #41785B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41785B on black background.


Color preview on white background

This text has color #41785B on white background.



Black color preview on #41785B background

This text has black color on #41785B background.


White color preview on #41785B background

This text has white color on #41785B background.