COLOR #41504A

HEX: #41504A
RGB: (65,80,74)

Color info

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

RGB color model

#41504A color RGB value is (65,80,74).

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

RGB channels and saturation

R 65 of 255 = 25%
G 80 of 255 = 31%
B 74 of 255 = 29%

65
80
74

R + G + B ~ 28%. #41504A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 80 + 74 = 219 (100%)
R 65 of 219 ~ 29.68%
G 80 of 219 ~ 36.53%
B 74 of 219 ~ 33.79%

%29.68
%36.53
%33.79

CMYK color model

#41504A color CMYK value is (19,0,7,69).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 68.63%
CMYK:
(19,0,7,69)
C19M0Y7K69 
(19%,0%,7%,69%)
(0.19/0.00/0.07/0.69)	

CMYK percentages

%18.75
%0
%7.5
%68.63

Codes

Color #41504A in popluar color models

41504A
RGB658074
HSL156°10.34%28.43%
HSB/HSV156°18.75%31.37%
CMYK18.75%0.00%7.50%
68.63%

Color #41504A in popluar number systems.

HEX41504A
Decimal658074
Binary100000110100001001010
Octal101120112

Shades and tints

Shades of #41504A

#41504A
(65,80,74)
#3C4944
(60,73,68)
#37423E
(55,66,62)
#323B38
(50,59,56)
#2D3432
(45,52,50)
#282D2C
(40,45,44)
#232626
(35,38,38)
#1E1F20
(30,31,32)
#19181A
(25,24,26)
#141114
(20,17,20)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #41504A

#41504A
(65,80,74)
#525F5A
(82,95,90)
#636E6A
(99,110,106)
#747D7A
(116,125,122)
#858C8A
(133,140,138)
#969B9A
(150,155,154)
#A7AAAA
(167,170,170)
#B8B9BA
(184,185,186)
#C9C8CA
(201,200,202)
#DAD7DA
(218,215,218)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41504A; }

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

This text font color is #41504A.


Background Color

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

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

This div background color is #41504A.


Border color

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

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

This div border color is #41504A.


Opacity

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

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

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

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

This text has shadow with #41504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41504A on black background.


Color preview on white background

This text has color #41504A on white background.



Black color preview on #41504A background

This text has black color on #41504A background.


White color preview on #41504A background

This text has white color on #41504A background.