COLOR #41795C

HEX: #41795C
RGB: (65,121,92)

Color info

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

RGB color model

#41795C color RGB value is (65,121,92).

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

RGB channels and saturation

R 65 of 255 = 25%
G 121 of 255 = 47%
B 92 of 255 = 36%

65
121
92

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

Portions of RGB colors in percentages

R + G + B =
65 + 121 + 92 = 278 (100%)
R 65 of 278 ~ 23.38%
G 121 of 278 ~ 43.53%
B 92 of 278 ~ 33.09%

%23.38
%43.53
%33.09

CMYK color model

#41795C color CMYK value is (46,0,24,53).

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

CMYK percentages

%46.28
%0
%23.97
%52.55

Codes

Color #41795C in popluar color models

41795C
RGB6512192
HSL149°30.11%36.47%
HSB/HSV149°46.28%47.45%
CMYK46.28%0.00%23.97%
52.55%

Color #41795C in popluar number systems.

HEX41795C
Decimal6512192
Binary100000111110011011100
Octal101171134

Shades and tints

Shades of #41795C

#41795C
(65,121,92)
#3C6E54
(60,110,84)
#37634C
(55,99,76)
#325844
(50,88,68)
#2D4D3C
(45,77,60)
#284234
(40,66,52)
#23372C
(35,55,44)
#1E2C24
(30,44,36)
#19211C
(25,33,28)
#141614
(20,22,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #41795C

#41795C
(65,121,92)
#52856A
(82,133,106)
#639178
(99,145,120)
#749D86
(116,157,134)
#85A994
(133,169,148)
#96B5A2
(150,181,162)
#A7C1B0
(167,193,176)
#B8CDBE
(184,205,190)
#C9D9CC
(201,217,204)
#DAE5DA
(218,229,218)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41795C; }

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

This text font color is #41795C.


Background Color

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

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

This div background color is #41795C.


Border color

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

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

This div border color is #41795C.


Opacity

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

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

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

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

This text has shadow with #41795C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41795C on black background.


Color preview on white background

This text has color #41795C on white background.



Black color preview on #41795C background

This text has black color on #41795C background.


White color preview on #41795C background

This text has white color on #41795C background.