COLOR #41484E

HEX: #41484E
RGB: (65,72,78)

Color info

#41484E contains red, green and blue colors in about the same proportion. Web safe color of #41484E is #333366 (or #336).

RGB color model

#41484E color RGB value is (65,72,78).

  • red value is 65;
  • green value is 72;
  • blue value is 78.
RGB:
(65,72,78)
(25%,28%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 78 of 255 = 31%

65
72
78

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 78 = 215 (100%)
R 65 of 215 ~ 30.23%
G 72 of 215 ~ 33.49%
B 78 of 215 ~ 36.28%

%30.23
%33.49
%36.28

CMYK color model

#41484E color CMYK value is (17,8,0,69).

  • cyan value is 16.67%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,8,0,69)
C17M8Y0K69 
(17%,8%,0%,69%)
(0.17/0.08/0.00/0.69)	

CMYK percentages

%16.67
%7.69
%0
%69.41

Codes

Color #41484E in popluar color models

41484E
RGB657278
HSL208°9.09%28.04%
HSB/HSV208°16.67%30.59%
CMYK16.67%7.69%0.00%
69.41%

Color #41484E in popluar number systems.

HEX41484E
Decimal657278
Binary100000110010001001110
Octal101110116

Shades and tints

Shades of #41484E

#41484E
(65,72,78)
#3C4247
(60,66,71)
#373C40
(55,60,64)
#323639
(50,54,57)
#2D3032
(45,48,50)
#282A2B
(40,42,43)
#232424
(35,36,36)
#1E1E1D
(30,30,29)
#191816
(25,24,22)
#14120F
(20,18,15)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #41484E

#41484E
(65,72,78)
#52585E
(82,88,94)
#63686E
(99,104,110)
#74787E
(116,120,126)
#85888E
(133,136,142)
#96989E
(150,152,158)
#A7A8AE
(167,168,174)
#B8B8BE
(184,184,190)
#C9C8CE
(201,200,206)
#DAD8DE
(218,216,222)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41484E color. Also use rgb(65,72,78) instead hex code.

Text Font Color

.myTextColor { color: #41484E; }

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

This text font color is #41484E.


Background Color

.myBgColor { background-color: #41484E; }

<div style="background-color:#41484E">Inner text</div>

This div background color is #41484E.


Border color

.myBorderColor { border: 1px solid #41484E; }

<div style="border:3px solid #41484E">Div</div>

This div border color is #41484E.


Opacity

.myOpacity80 { color: #41484E; opacity: 0.8; }

<p style="color:#41484E;opacity:0.8;">80%</p>

Text with #41484E 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 #41484E;}

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

This text has shadow with #41484E color.

.textShadow {text-shadow: 3px 3px 1px #41484E, 3px 3px 1px red;}

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

This text has shadow with #41484E primary color and red secondary color.


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

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

This text has shadow with #41484E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41484E on black background.


Color preview on white background

This text has color #41484E on white background.



Black color preview on #41484E background

This text has black color on #41484E background.


White color preview on #41484E background

This text has white color on #41484E background.