COLOR #413C48

HEX: #413C48
RGB: (65,60,72)

Color info

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

RGB color model

#413C48 color RGB value is (65,60,72).

  • red value is 65;
  • green value is 60;
  • blue value is 72.
RGB:
(65,60,72)
(25%,24%,28%)

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 72 of 255 = 28%

65
60
72

R + G + B ~ 26%. #413C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 72 = 197 (100%)
R 65 of 197 ~ 32.99%
G 60 of 197 ~ 30.46%
B 72 of 197 ~ 36.55%

%32.99
%30.46
%36.55

CMYK color model

#413C48 color CMYK value is (10,17,0,72).

  • cyan value is 9.72%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(10,17,0,72)
C10M17Y0K72 
(10%,17%,0%,72%)
(0.10/0.17/0.00/0.72)	

CMYK percentages

%9.72
%16.67
%0
%71.76

Codes

Color #413C48 in popluar color models

413C48
RGB656072
HSL265°9.09%25.88%
HSB/HSV265°16.67%28.24%
CMYK9.72%16.67%0.00%
71.76%

Color #413C48 in popluar number systems.

HEX413C48
Decimal656072
Binary10000011111001001000
Octal10174110

Shades and tints

Shades of #413C48

#413C48
(65,60,72)
#3C3742
(60,55,66)
#37323C
(55,50,60)
#322D36
(50,45,54)
#2D2830
(45,40,48)
#28232A
(40,35,42)
#231E24
(35,30,36)
#1E191E
(30,25,30)
#191418
(25,20,24)
#140F12
(20,15,18)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #413C48

#413C48
(65,60,72)
#524D58
(82,77,88)
#635E68
(99,94,104)
#746F78
(116,111,120)
#858088
(133,128,136)
#969198
(150,145,152)
#A7A2A8
(167,162,168)
#B8B3B8
(184,179,184)
#C9C4C8
(201,196,200)
#DAD5D8
(218,213,216)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413C48; }

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

This text font color is #413C48.


Background Color

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

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

This div background color is #413C48.


Border color

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

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

This div border color is #413C48.


Opacity

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

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

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

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

This text has shadow with #413C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C48 on black background.


Color preview on white background

This text has color #413C48 on white background.



Black color preview on #413C48 background

This text has black color on #413C48 background.


White color preview on #413C48 background

This text has white color on #413C48 background.