COLOR #413640

HEX: #413640
RGB: (65,54,64)

Color info

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

RGB color model

#413640 color RGB value is (65,54,64).

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

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 64 of 255 = 25%

65
54
64

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

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 64 = 183 (100%)
R 65 of 183 ~ 35.52%
G 54 of 183 ~ 29.51%
B 64 of 183 ~ 34.97%

%35.52
%29.51
%34.97

CMYK color model

#413640 color CMYK value is (0,17,2,75).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 1.54%
  • key color value is 74.51%
CMYK:
(0,17,2,75)
C0M17Y2K75 
(0%,17%,2%,75%)
(0.00/0.17/0.02/0.75)	

CMYK percentages

%0
%16.92
%1.54
%74.51

Codes

Color #413640 in popluar color models

413640
RGB655464
HSL305°9.24%23.33%
HSB/HSV305°16.92%25.49%
CMYK0.00%16.92%1.54%
74.51%

Color #413640 in popluar number systems.

HEX413640
Decimal655464
Binary10000011101101000000
Octal10166100

Shades and tints

Shades of #413640

#413640
(65,54,64)
#3C323B
(60,50,59)
#372E36
(55,46,54)
#322A31
(50,42,49)
#2D262C
(45,38,44)
#282227
(40,34,39)
#231E22
(35,30,34)
#1E1A1D
(30,26,29)
#191618
(25,22,24)
#141213
(20,18,19)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #413640

#413640
(65,54,64)
#524851
(82,72,81)
#635A62
(99,90,98)
#746C73
(116,108,115)
#857E84
(133,126,132)
#969095
(150,144,149)
#A7A2A6
(167,162,166)
#B8B4B7
(184,180,183)
#C9C6C8
(201,198,200)
#DAD8D9
(218,216,217)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413640; }

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

This text font color is #413640.


Background Color

.myBgColor { background-color: #413640; }

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

This div background color is #413640.


Border color

.myBorderColor { border: 1px solid #413640; }

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

This div border color is #413640.


Opacity

.myOpacity80 { color: #413640; opacity: 0.8; }

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

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

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

This text has shadow with #413640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413640 on black background.


Color preview on white background

This text has color #413640 on white background.



Black color preview on #413640 background

This text has black color on #413640 background.


White color preview on #413640 background

This text has white color on #413640 background.