COLOR #413452

HEX: #413452
RGB: (65,52,82)

Color info

#413452 contains red, green and blue colors in about the same proportion. Web safe color of #413452 is #333366 (or #336).

RGB color model

#413452 color RGB value is (65,52,82).

  • red value is 65;
  • green value is 52;
  • blue value is 82.
RGB:
(65,52,82)
(25%,20%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 52 of 255 = 20%
B 82 of 255 = 32%

65
52
82

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

Portions of RGB colors in percentages

R + G + B =
65 + 52 + 82 = 199 (100%)
R 65 of 199 ~ 32.66%
G 52 of 199 ~ 26.13%
B 82 of 199 ~ 41.21%

%32.66
%26.13
%41.21

CMYK color model

#413452 color CMYK value is (21,37,0,68).

  • cyan value is 20.73%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(21,37,0,68)
C21M37Y0K68 
(21%,37%,0%,68%)
(0.21/0.37/0.00/0.68)	

CMYK percentages

%20.73
%36.59
%0
%67.84

Codes

Color #413452 in popluar color models

413452
RGB655282
HSL266°22.39%26.27%
HSB/HSV266°36.59%32.16%
CMYK20.73%36.59%0.00%
67.84%

Color #413452 in popluar number systems.

HEX413452
Decimal655282
Binary10000011101001010010
Octal10164122

Shades and tints

Shades of #413452

#413452
(65,52,82)
#3C304B
(60,48,75)
#372C44
(55,44,68)
#32283D
(50,40,61)
#2D2436
(45,36,54)
#28202F
(40,32,47)
#231C28
(35,28,40)
#1E1821
(30,24,33)
#19141A
(25,20,26)
#141013
(20,16,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #413452

#413452
(65,52,82)
#524661
(82,70,97)
#635870
(99,88,112)
#746A7F
(116,106,127)
#857C8E
(133,124,142)
#968E9D
(150,142,157)
#A7A0AC
(167,160,172)
#B8B2BB
(184,178,187)
#C9C4CA
(201,196,202)
#DAD6D9
(218,214,217)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413452 color. Also use rgb(65,52,82) instead hex code.

Text Font Color

.myTextColor { color: #413452; }

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

This text font color is #413452.


Background Color

.myBgColor { background-color: #413452; }

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

This div background color is #413452.


Border color

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

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

This div border color is #413452.


Opacity

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

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

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

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

This text has shadow with #413452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413452 on black background.


Color preview on white background

This text has color #413452 on white background.



Black color preview on #413452 background

This text has black color on #413452 background.


White color preview on #413452 background

This text has white color on #413452 background.