COLOR #413740

HEX: #413740
RGB: (65,55,64)

Color info

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

RGB color model

#413740 color RGB value is (65,55,64).

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

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 64 of 255 = 25%

65
55
64

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

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 64 = 184 (100%)
R 65 of 184 ~ 35.33%
G 55 of 184 ~ 29.89%
B 64 of 184 ~ 34.78%

%35.33
%29.89
%34.78

CMYK color model

#413740 color CMYK value is (0,15,2,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 1.54%
  • key color value is 74.51%
CMYK:
(0,15,2,75)
C0M15Y2K75 
(0%,15%,2%,75%)
(0.00/0.15/0.02/0.75)	

CMYK percentages

%0
%15.38
%1.54
%74.51

Codes

Color #413740 in popluar color models

413740
RGB655564
HSL306°8.33%23.53%
HSB/HSV306°15.38%25.49%
CMYK0.00%15.38%1.54%
74.51%

Color #413740 in popluar number systems.

HEX413740
Decimal655564
Binary10000011101111000000
Octal10167100

Shades and tints

Shades of #413740

#413740
(65,55,64)
#3C323B
(60,50,59)
#372D36
(55,45,54)
#322831
(50,40,49)
#2D232C
(45,35,44)
#281E27
(40,30,39)
#231922
(35,25,34)
#1E141D
(30,20,29)
#190F18
(25,15,24)
#140A13
(20,10,19)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #413740

#413740
(65,55,64)
#524951
(82,73,81)
#635B62
(99,91,98)
#746D73
(116,109,115)
#857F84
(133,127,132)
#969195
(150,145,149)
#A7A3A6
(167,163,166)
#B8B5B7
(184,181,183)
#C9C7C8
(201,199,200)
#DAD9D9
(218,217,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413740; }

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

This text font color is #413740.


Background Color

.myBgColor { background-color: #413740; }

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

This div background color is #413740.


Border color

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

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

This div border color is #413740.


Opacity

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

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

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

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

This text has shadow with #413740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413740 on black background.


Color preview on white background

This text has color #413740 on white background.



Black color preview on #413740 background

This text has black color on #413740 background.


White color preview on #413740 background

This text has white color on #413740 background.