COLOR #41564A

HEX: #41564A
RGB: (65,86,74)

Color info

#41564A contains red, green and blue colors in about the same proportion. Web safe color of #41564A is #336633 (or #363).

RGB color model

#41564A color RGB value is (65,86,74).

  • red value is 65;
  • green value is 86;
  • blue value is 74.
RGB:
(65,86,74)
(25%,34%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 86 of 255 = 34%
B 74 of 255 = 29%

65
86
74

R + G + B ~ 29%. #41564A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 86 + 74 = 225 (100%)
R 65 of 225 ~ 28.89%
G 86 of 225 ~ 38.22%
B 74 of 225 ~ 32.89%

%28.89
%38.22
%32.89

CMYK color model

#41564A color CMYK value is (24,0,14,66).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(24,0,14,66)
C24M0Y14K66 
(24%,0%,14%,66%)
(0.24/0.00/0.14/0.66)	

CMYK percentages

%24.42
%0
%13.95
%66.27

Codes

Color #41564A in popluar color models

41564A
RGB658674
HSL146°13.91%29.61%
HSB/HSV146°24.42%33.73%
CMYK24.42%0.00%13.95%
66.27%

Color #41564A in popluar number systems.

HEX41564A
Decimal658674
Binary100000110101101001010
Octal101126112

Shades and tints

Shades of #41564A

#41564A
(65,86,74)
#3C4F44
(60,79,68)
#37483E
(55,72,62)
#324138
(50,65,56)
#2D3A32
(45,58,50)
#28332C
(40,51,44)
#232C26
(35,44,38)
#1E2520
(30,37,32)
#191E1A
(25,30,26)
#141714
(20,23,20)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #41564A

#41564A
(65,86,74)
#52655A
(82,101,90)
#63746A
(99,116,106)
#74837A
(116,131,122)
#85928A
(133,146,138)
#96A19A
(150,161,154)
#A7B0AA
(167,176,170)
#B8BFBA
(184,191,186)
#C9CECA
(201,206,202)
#DADDDA
(218,221,218)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41564A color. Also use rgb(65,86,74) instead hex code.

Text Font Color

.myTextColor { color: #41564A; }

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

This text font color is #41564A.


Background Color

.myBgColor { background-color: #41564A; }

<div style="background-color:#41564A">Inner text</div>

This div background color is #41564A.


Border color

.myBorderColor { border: 1px solid #41564A; }

<div style="border:3px solid #41564A">Div</div>

This div border color is #41564A.


Opacity

.myOpacity80 { color: #41564A; opacity: 0.8; }

<p style="color:#41564A;opacity:0.8;">80%</p>

Text with #41564A 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 #41564A;}

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

This text has shadow with #41564A color.

.textShadow {text-shadow: 3px 3px 1px #41564A, 3px 3px 1px red;}

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

This text has shadow with #41564A primary color and red secondary color.


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

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

This text has shadow with #41564A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41564A on black background.


Color preview on white background

This text has color #41564A on white background.



Black color preview on #41564A background

This text has black color on #41564A background.


White color preview on #41564A background

This text has white color on #41564A background.