COLOR #413B41

HEX: #413B41
RGB: (65,59,65)

Color info

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

RGB color model

#413B41 color RGB value is (65,59,65).

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

RGB channels and saturation

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

65
59
65

R + G + B ~ 24%. #413B41 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 59 + 65 = 189 (100%)
R 65 of 189 ~ 34.39%
G 59 of 189 ~ 31.22%
B 65 of 189 ~ 34.39%

%34.39
%31.22
%34.39

CMYK color model

#413B41 color CMYK value is (0,9,0,75).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(0,9,0,75)
C0M9Y0K75 
(0%,9%,0%,75%)
(0.00/0.09/0.00/0.75)	

CMYK percentages

%0
%9.23
%0
%74.51

Codes

Color #413B41 in popluar color models

413B41
RGB655965
HSL300°4.84%24.31%
HSB/HSV300°9.23%25.49%
CMYK0.00%9.23%0.00%
74.51%

Color #413B41 in popluar number systems.

HEX413B41
Decimal655965
Binary10000011110111000001
Octal10173101

Shades and tints

Shades of #413B41

#413B41
(65,59,65)
#3C363C
(60,54,60)
#373137
(55,49,55)
#322C32
(50,44,50)
#2D272D
(45,39,45)
#282228
(40,34,40)
#231D23
(35,29,35)
#1E181E
(30,24,30)
#191319
(25,19,25)
#140E14
(20,14,20)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #413B41

#413B41
(65,59,65)
#524C52
(82,76,82)
#635D63
(99,93,99)
#746E74
(116,110,116)
#857F85
(133,127,133)
#969096
(150,144,150)
#A7A1A7
(167,161,167)
#B8B2B8
(184,178,184)
#C9C3C9
(201,195,201)
#DAD4DA
(218,212,218)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413B41 color. Also use rgb(65,59,65) instead hex code.

Text Font Color

.myTextColor { color: #413B41; }

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

This text font color is #413B41.


Background Color

.myBgColor { background-color: #413B41; }

<div style="background-color:#413B41">Inner text</div>

This div background color is #413B41.


Border color

.myBorderColor { border: 1px solid #413B41; }

<div style="border:3px solid #413B41">Div</div>

This div border color is #413B41.


Opacity

.myOpacity80 { color: #413B41; opacity: 0.8; }

<p style="color:#413B41;opacity:0.8;">80%</p>

Text with #413B41 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 #413B41;}

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

This text has shadow with #413B41 color.

.textShadow {text-shadow: 3px 3px 1px #413B41, 3px 3px 1px red;}

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

This text has shadow with #413B41 primary color and red secondary color.


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

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

This text has shadow with #413B41 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413B41 on black background.


Color preview on white background

This text has color #413B41 on white background.



Black color preview on #413B41 background

This text has black color on #413B41 background.


White color preview on #413B41 background

This text has white color on #413B41 background.