COLOR #41454D

HEX: #41454D
RGB: (65,69,77)

Color info

#41454D contains red, green and blue colors in about the same proportion. Web safe color of #41454D is #333333 (or #333).

RGB color model

#41454D color RGB value is (65,69,77).

  • red value is 65;
  • green value is 69;
  • blue value is 77.
RGB:
(65,69,77)
(25%,27%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 69 of 255 = 27%
B 77 of 255 = 30%

65
69
77

R + G + B ~ 27%. #41454D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 69 + 77 = 211 (100%)
R 65 of 211 ~ 30.81%
G 69 of 211 ~ 32.7%
B 77 of 211 ~ 36.49%

%30.81
%32.7
%36.49

CMYK color model

#41454D color CMYK value is (16,10,0,70).

  • cyan value is 15.58%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(16,10,0,70)
C16M10Y0K70 
(16%,10%,0%,70%)
(0.16/0.10/0.00/0.70)	

CMYK percentages

%15.58
%10.39
%0
%69.8

Codes

Color #41454D in popluar color models

41454D
RGB656977
HSL220°8.45%27.84%
HSB/HSV220°15.58%30.20%
CMYK15.58%10.39%0.00%
69.80%

Color #41454D in popluar number systems.

HEX41454D
Decimal656977
Binary100000110001011001101
Octal101105115

Shades and tints

Shades of #41454D

#41454D
(65,69,77)
#3C3F46
(60,63,70)
#37393F
(55,57,63)
#323338
(50,51,56)
#2D2D31
(45,45,49)
#28272A
(40,39,42)
#232123
(35,33,35)
#1E1B1C
(30,27,28)
#191515
(25,21,21)
#140F0E
(20,15,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #41454D

#41454D
(65,69,77)
#52555D
(82,85,93)
#63656D
(99,101,109)
#74757D
(116,117,125)
#85858D
(133,133,141)
#96959D
(150,149,157)
#A7A5AD
(167,165,173)
#B8B5BD
(184,181,189)
#C9C5CD
(201,197,205)
#DAD5DD
(218,213,221)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41454D color. Also use rgb(65,69,77) instead hex code.

Text Font Color

.myTextColor { color: #41454D; }

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

This text font color is #41454D.


Background Color

.myBgColor { background-color: #41454D; }

<div style="background-color:#41454D">Inner text</div>

This div background color is #41454D.


Border color

.myBorderColor { border: 1px solid #41454D; }

<div style="border:3px solid #41454D">Div</div>

This div border color is #41454D.


Opacity

.myOpacity80 { color: #41454D; opacity: 0.8; }

<p style="color:#41454D;opacity:0.8;">80%</p>

Text with #41454D 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 #41454D;}

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

This text has shadow with #41454D color.

.textShadow {text-shadow: 3px 3px 1px #41454D, 3px 3px 1px red;}

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

This text has shadow with #41454D primary color and red secondary color.


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

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

This text has shadow with #41454D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41454D on black background.


Color preview on white background

This text has color #41454D on white background.



Black color preview on #41454D background

This text has black color on #41454D background.


White color preview on #41454D background

This text has white color on #41454D background.