COLOR #413346

HEX: #413346
RGB: (65,51,70)

Color info

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

RGB color model

#413346 color RGB value is (65,51,70).

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

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 70 of 255 = 27%

65
51
70

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

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 70 = 186 (100%)
R 65 of 186 ~ 34.95%
G 51 of 186 ~ 27.42%
B 70 of 186 ~ 37.63%

%34.95
%27.42
%37.63

CMYK color model

#413346 color CMYK value is (7,27,0,73).

  • cyan value is 7.14%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(7,27,0,73)
C7M27Y0K73 
(7%,27%,0%,73%)
(0.07/0.27/0.00/0.73)	

CMYK percentages

%7.14
%27.14
%0
%72.55

Codes

Color #413346 in popluar color models

413346
RGB655170
HSL284°15.70%23.73%
HSB/HSV284°27.14%27.45%
CMYK7.14%27.14%0.00%
72.55%

Color #413346 in popluar number systems.

HEX413346
Decimal655170
Binary10000011100111000110
Octal10163106

Shades and tints

Shades of #413346

#413346
(65,51,70)
#3C2F40
(60,47,64)
#372B3A
(55,43,58)
#322734
(50,39,52)
#2D232E
(45,35,46)
#281F28
(40,31,40)
#231B22
(35,27,34)
#1E171C
(30,23,28)
#191316
(25,19,22)
#140F10
(20,15,16)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #413346

#413346
(65,51,70)
#524556
(82,69,86)
#635766
(99,87,102)
#746976
(116,105,118)
#857B86
(133,123,134)
#968D96
(150,141,150)
#A79FA6
(167,159,166)
#B8B1B6
(184,177,182)
#C9C3C6
(201,195,198)
#DAD5D6
(218,213,214)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413346; }

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

This text font color is #413346.


Background Color

.myBgColor { background-color: #413346; }

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

This div background color is #413346.


Border color

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

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

This div border color is #413346.


Opacity

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

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

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

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

This text has shadow with #413346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413346 on black background.


Color preview on white background

This text has color #413346 on white background.



Black color preview on #413346 background

This text has black color on #413346 background.


White color preview on #413346 background

This text has white color on #413346 background.