COLOR #41413A

HEX: #41413A
RGB: (65,65,58)

Color info

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

RGB color model

#41413A color RGB value is (65,65,58).

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

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 58 of 255 = 23%

65
65
58

R + G + B ~ 24%. #41413A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 58 = 188 (100%)
R 65 of 188 ~ 34.57%
G 65 of 188 ~ 34.57%
B 58 of 188 ~ 30.85%

%34.57
%34.57
%30.85

CMYK color model

#41413A color CMYK value is (0,0,11,75).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(0,0,11,75)
C0M0Y11K75 
(0%,0%,11%,75%)
(0.00/0.00/0.11/0.75)	

CMYK percentages

%0
%0
%10.77
%74.51

Codes

Color #41413A in popluar color models

41413A
RGB656558
HSL60°5.69%24.12%
HSB/HSV60°10.77%25.49%
CMYK0.00%0.00%10.77%
74.51%

Color #41413A in popluar number systems.

HEX41413A
Decimal656558
Binary10000011000001111010
Octal10110172

Shades and tints

Shades of #41413A

#41413A
(65,65,58)
#3C3C35
(60,60,53)
#373730
(55,55,48)
#32322B
(50,50,43)
#2D2D26
(45,45,38)
#282821
(40,40,33)
#23231C
(35,35,28)
#1E1E17
(30,30,23)
#191912
(25,25,18)
#14140D
(20,20,13)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #41413A

#41413A
(65,65,58)
#52524B
(82,82,75)
#63635C
(99,99,92)
#74746D
(116,116,109)
#85857E
(133,133,126)
#96968F
(150,150,143)
#A7A7A0
(167,167,160)
#B8B8B1
(184,184,177)
#C9C9C2
(201,201,194)
#DADAD3
(218,218,211)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41413A; }

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

This text font color is #41413A.


Background Color

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

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

This div background color is #41413A.


Border color

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

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

This div border color is #41413A.


Opacity

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

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

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

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

This text has shadow with #41413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41413A on black background.


Color preview on white background

This text has color #41413A on white background.



Black color preview on #41413A background

This text has black color on #41413A background.


White color preview on #41413A background

This text has white color on #41413A background.