COLOR #41413E

HEX: #41413E
RGB: (65,65,62)

Color info

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

RGB color model

#41413E color RGB value is (65,65,62).

  • red value is 65;
  • green value is 65;
  • blue value is 62.
RGB:
(65,65,62)
(25%,25%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 62 of 255 = 24%

65
65
62

R + G + B ~ 25%. #41413E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 62 = 192 (100%)
R 65 of 192 ~ 33.85%
G 65 of 192 ~ 33.85%
B 62 of 192 ~ 32.29%

%33.85
%33.85
%32.29

CMYK color model

#41413E color CMYK value is (0,0,5,75).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 74.51%
CMYK:
(0,0,5,75)
C0M0Y5K75 
(0%,0%,5%,75%)
(0.00/0.00/0.05/0.75)	

CMYK percentages

%0
%0
%4.62
%74.51

Codes

Color #41413E in popluar color models

41413E
RGB656562
HSL60°2.36%24.90%
HSB/HSV60°4.62%25.49%
CMYK0.00%0.00%4.62%
74.51%

Color #41413E in popluar number systems.

HEX41413E
Decimal656562
Binary10000011000001111110
Octal10110176

Shades and tints

Shades of #41413E

#41413E
(65,65,62)
#3C3C39
(60,60,57)
#373734
(55,55,52)
#32322F
(50,50,47)
#2D2D2A
(45,45,42)
#282825
(40,40,37)
#232320
(35,35,32)
#1E1E1B
(30,30,27)
#191916
(25,25,22)
#141411
(20,20,17)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #41413E

#41413E
(65,65,62)
#52524F
(82,82,79)
#636360
(99,99,96)
#747471
(116,116,113)
#858582
(133,133,130)
#969693
(150,150,147)
#A7A7A4
(167,167,164)
#B8B8B5
(184,184,181)
#C9C9C6
(201,201,198)
#DADAD7
(218,218,215)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41413E; }

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

This text font color is #41413E.


Background Color

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

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

This div background color is #41413E.


Border color

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

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

This div border color is #41413E.


Opacity

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

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

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

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

This text has shadow with #41413E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41413E on black background.


Color preview on white background

This text has color #41413E on white background.



Black color preview on #41413E background

This text has black color on #41413E background.


White color preview on #41413E background

This text has white color on #41413E background.