COLOR #413342

HEX: #413342
RGB: (65,51,66)

Color info

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

RGB color model

#413342 color RGB value is (65,51,66).

  • red value is 65;
  • green value is 51;
  • blue value is 66.
RGB:
(65,51,66)
(25%,20%,26%)

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 66 of 255 = 26%

65
51
66

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

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 66 = 182 (100%)
R 65 of 182 ~ 35.71%
G 51 of 182 ~ 28.02%
B 66 of 182 ~ 36.26%

%35.71
%28.02
%36.26

CMYK color model

#413342 color CMYK value is (2,23,0,74).

  • cyan value is 1.52%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(2,23,0,74)
C2M23Y0K74 
(2%,23%,0%,74%)
(0.02/0.23/0.00/0.74)	

CMYK percentages

%1.52
%22.73
%0
%74.12

Codes

Color #413342 in popluar color models

413342
RGB655166
HSL296°12.82%22.94%
HSB/HSV296°22.73%25.88%
CMYK1.52%22.73%0.00%
74.12%

Color #413342 in popluar number systems.

HEX413342
Decimal655166
Binary10000011100111000010
Octal10163102

Shades and tints

Shades of #413342

#413342
(65,51,66)
#3C2F3C
(60,47,60)
#372B36
(55,43,54)
#322730
(50,39,48)
#2D232A
(45,35,42)
#281F24
(40,31,36)
#231B1E
(35,27,30)
#1E1718
(30,23,24)
#191312
(25,19,18)
#140F0C
(20,15,12)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #413342

#413342
(65,51,66)
#524553
(82,69,83)
#635764
(99,87,100)
#746975
(116,105,117)
#857B86
(133,123,134)
#968D97
(150,141,151)
#A79FA8
(167,159,168)
#B8B1B9
(184,177,185)
#C9C3CA
(201,195,202)
#DAD5DB
(218,213,219)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413342 color. Also use rgb(65,51,66) instead hex code.

Text Font Color

.myTextColor { color: #413342; }

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

This text font color is #413342.


Background Color

.myBgColor { background-color: #413342; }

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

This div background color is #413342.


Border color

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

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

This div border color is #413342.


Opacity

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

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

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

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

This text has shadow with #413342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413342 on black background.


Color preview on white background

This text has color #413342 on white background.



Black color preview on #413342 background

This text has black color on #413342 background.


White color preview on #413342 background

This text has white color on #413342 background.