COLOR #413A40

HEX: #413A40
RGB: (65,58,64)

Color info

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

RGB color model

#413A40 color RGB value is (65,58,64).

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

RGB channels and saturation

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

65
58
64

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

Portions of RGB colors in percentages

R + G + B =
65 + 58 + 64 = 187 (100%)
R 65 of 187 ~ 34.76%
G 58 of 187 ~ 31.02%
B 64 of 187 ~ 34.22%

%34.76
%31.02
%34.22

CMYK color model

#413A40 color CMYK value is (0,11,2,75).

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

CMYK percentages

%0
%10.77
%1.54
%74.51

Codes

Color #413A40 in popluar color models

413A40
RGB655864
HSL309°5.69%24.12%
HSB/HSV309°10.77%25.49%
CMYK0.00%10.77%1.54%
74.51%

Color #413A40 in popluar number systems.

HEX413A40
Decimal655864
Binary10000011110101000000
Octal10172100

Shades and tints

Shades of #413A40

#413A40
(65,58,64)
#3C353B
(60,53,59)
#373036
(55,48,54)
#322B31
(50,43,49)
#2D262C
(45,38,44)
#282127
(40,33,39)
#231C22
(35,28,34)
#1E171D
(30,23,29)
#191218
(25,18,24)
#140D13
(20,13,19)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #413A40

#413A40
(65,58,64)
#524B51
(82,75,81)
#635C62
(99,92,98)
#746D73
(116,109,115)
#857E84
(133,126,132)
#968F95
(150,143,149)
#A7A0A6
(167,160,166)
#B8B1B7
(184,177,183)
#C9C2C8
(201,194,200)
#DAD3D9
(218,211,217)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413A40; }

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

This text font color is #413A40.


Background Color

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

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

This div background color is #413A40.


Border color

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

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

This div border color is #413A40.


Opacity

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

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

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

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

This text has shadow with #413A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413A40 on black background.


Color preview on white background

This text has color #413A40 on white background.



Black color preview on #413A40 background

This text has black color on #413A40 background.


White color preview on #413A40 background

This text has white color on #413A40 background.