COLOR #41504B

HEX: #41504B
RGB: (65,80,75)

Color info

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

RGB color model

#41504B color RGB value is (65,80,75).

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

RGB channels and saturation

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

65
80
75

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

Portions of RGB colors in percentages

R + G + B =
65 + 80 + 75 = 220 (100%)
R 65 of 220 ~ 29.55%
G 80 of 220 ~ 36.36%
B 75 of 220 ~ 34.09%

%29.55
%36.36
%34.09

CMYK color model

#41504B color CMYK value is (19,0,6,69).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(19,0,6,69)
C19M0Y6K69 
(19%,0%,6%,69%)
(0.19/0.00/0.06/0.69)	

CMYK percentages

%18.75
%0
%6.25
%68.63

Codes

Color #41504B in popluar color models

41504B
RGB658075
HSL160°10.34%28.43%
HSB/HSV160°18.75%31.37%
CMYK18.75%0.00%6.25%
68.63%

Color #41504B in popluar number systems.

HEX41504B
Decimal658075
Binary100000110100001001011
Octal101120113

Shades and tints

Shades of #41504B

#41504B
(65,80,75)
#3C4945
(60,73,69)
#37423F
(55,66,63)
#323B39
(50,59,57)
#2D3433
(45,52,51)
#282D2D
(40,45,45)
#232627
(35,38,39)
#1E1F21
(30,31,33)
#19181B
(25,24,27)
#141115
(20,17,21)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #41504B

#41504B
(65,80,75)
#525F5B
(82,95,91)
#636E6B
(99,110,107)
#747D7B
(116,125,123)
#858C8B
(133,140,139)
#969B9B
(150,155,155)
#A7AAAB
(167,170,171)
#B8B9BB
(184,185,187)
#C9C8CB
(201,200,203)
#DAD7DB
(218,215,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41504B; }

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

This text font color is #41504B.


Background Color

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

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

This div background color is #41504B.


Border color

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

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

This div border color is #41504B.


Opacity

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

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

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

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

This text has shadow with #41504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41504B on black background.


Color preview on white background

This text has color #41504B on white background.



Black color preview on #41504B background

This text has black color on #41504B background.


White color preview on #41504B background

This text has white color on #41504B background.