COLOR #413B58

HEX: #413B58
RGB: (65,59,88)

Color info

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

RGB color model

#413B58 color RGB value is (65,59,88).

  • red value is 65;
  • green value is 59;
  • blue value is 88.
RGB:
(65,59,88)
(25%,23%,35%)

RGB channels and saturation

R 65 of 255 = 25%
G 59 of 255 = 23%
B 88 of 255 = 35%

65
59
88

R + G + B ~ 28%. #413B58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 59 + 88 = 212 (100%)
R 65 of 212 ~ 30.66%
G 59 of 212 ~ 27.83%
B 88 of 212 ~ 41.51%

%30.66
%27.83
%41.51

CMYK color model

#413B58 color CMYK value is (26,33,0,65).

  • cyan value is 26.14%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(26,33,0,65)
C26M33Y0K65 
(26%,33%,0%,65%)
(0.26/0.33/0.00/0.65)	

CMYK percentages

%26.14
%32.95
%0
%65.49

Codes

Color #413B58 in popluar color models

413B58
RGB655988
HSL252°19.73%28.82%
HSB/HSV252°32.95%34.51%
CMYK26.14%32.95%0.00%
65.49%

Color #413B58 in popluar number systems.

HEX413B58
Decimal655988
Binary10000011110111011000
Octal10173130

Shades and tints

Shades of #413B58

#413B58
(65,59,88)
#3C3650
(60,54,80)
#373148
(55,49,72)
#322C40
(50,44,64)
#2D2738
(45,39,56)
#282230
(40,34,48)
#231D28
(35,29,40)
#1E1820
(30,24,32)
#191318
(25,19,24)
#140E10
(20,14,16)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #413B58

#413B58
(65,59,88)
#524C67
(82,76,103)
#635D76
(99,93,118)
#746E85
(116,110,133)
#857F94
(133,127,148)
#9690A3
(150,144,163)
#A7A1B2
(167,161,178)
#B8B2C1
(184,178,193)
#C9C3D0
(201,195,208)
#DAD4DF
(218,212,223)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413B58 color. Also use rgb(65,59,88) instead hex code.

Text Font Color

.myTextColor { color: #413B58; }

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

This text font color is #413B58.


Background Color

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

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

This div background color is #413B58.


Border color

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

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

This div border color is #413B58.


Opacity

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

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

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

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

This text has shadow with #413B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413B58 on black background.


Color preview on white background

This text has color #413B58 on white background.



Black color preview on #413B58 background

This text has black color on #413B58 background.


White color preview on #413B58 background

This text has white color on #413B58 background.