COLOR #413C74

HEX: #413C74
RGB: (65,60,116)

Color info

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

RGB color model

#413C74 color RGB value is (65,60,116).

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

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 116 of 255 = 45%

65
60
116

R + G + B ~ 31%. #413C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 116 = 241 (100%)
R 65 of 241 ~ 26.97%
G 60 of 241 ~ 24.9%
B 116 of 241 ~ 48.13%

%26.97
%24.9
%48.13

CMYK color model

#413C74 color CMYK value is (44,48,0,55).

  • cyan value is 43.97%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(44,48,0,55)
C44M48Y0K55 
(44%,48%,0%,55%)
(0.44/0.48/0.00/0.55)	

CMYK percentages

%43.97
%48.28
%0
%54.51

Codes

Color #413C74 in popluar color models

413C74
RGB6560116
HSL245°31.82%34.51%
HSB/HSV245°48.28%45.49%
CMYK43.97%48.28%0.00%
54.51%

Color #413C74 in popluar number systems.

HEX413C74
Decimal6560116
Binary10000011111001110100
Octal10174164

Shades and tints

Shades of #413C74

#413C74
(65,60,116)
#3C376A
(60,55,106)
#373260
(55,50,96)
#322D56
(50,45,86)
#2D284C
(45,40,76)
#282342
(40,35,66)
#231E38
(35,30,56)
#1E192E
(30,25,46)
#191424
(25,20,36)
#140F1A
(20,15,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #413C74

#413C74
(65,60,116)
#524D80
(82,77,128)
#635E8C
(99,94,140)
#746F98
(116,111,152)
#8580A4
(133,128,164)
#9691B0
(150,145,176)
#A7A2BC
(167,162,188)
#B8B3C8
(184,179,200)
#C9C4D4
(201,196,212)
#DAD5E0
(218,213,224)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413C74; }

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

This text font color is #413C74.


Background Color

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

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

This div background color is #413C74.


Border color

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

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

This div border color is #413C74.


Opacity

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

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

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

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

This text has shadow with #413C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C74 on black background.


Color preview on white background

This text has color #413C74 on white background.



Black color preview on #413C74 background

This text has black color on #413C74 background.


White color preview on #413C74 background

This text has white color on #413C74 background.