COLOR #414376

HEX: #414376
RGB: (65,67,118)

Color info

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

RGB color model

#414376 color RGB value is (65,67,118).

  • red value is 65;
  • green value is 67;
  • blue value is 118.
RGB:
(65,67,118)
(25%,26%,46%)

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 118 of 255 = 46%

65
67
118

R + G + B ~ 32%. #414376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 118 = 250 (100%)
R 65 of 250 ~ 26%
G 67 of 250 ~ 26.8%
B 118 of 250 ~ 47.2%

%26
%26.8
%47.2

CMYK color model

#414376 color CMYK value is (45,43,0,54).

  • cyan value is 44.92%
  • magenta value is 43.22%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(45,43,0,54)
C45M43Y0K54 
(45%,43%,0%,54%)
(0.45/0.43/0.00/0.54)	

CMYK percentages

%44.92
%43.22
%0
%53.73

Codes

Color #414376 in popluar color models

414376
RGB6567118
HSL238°28.96%35.88%
HSB/HSV238°44.92%46.27%
CMYK44.92%43.22%0.00%
53.73%

Color #414376 in popluar number systems.

HEX414376
Decimal6567118
Binary100000110000111110110
Octal101103166

Shades and tints

Shades of #414376

#414376
(65,67,118)
#3C3D6C
(60,61,108)
#373762
(55,55,98)
#323158
(50,49,88)
#2D2B4E
(45,43,78)
#282544
(40,37,68)
#231F3A
(35,31,58)
#1E1930
(30,25,48)
#191326
(25,19,38)
#140D1C
(20,13,28)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #414376

#414376
(65,67,118)
#525482
(82,84,130)
#63658E
(99,101,142)
#74769A
(116,118,154)
#8587A6
(133,135,166)
#9698B2
(150,152,178)
#A7A9BE
(167,169,190)
#B8BACA
(184,186,202)
#C9CBD6
(201,203,214)
#DADCE2
(218,220,226)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414376 color. Also use rgb(65,67,118) instead hex code.

Text Font Color

.myTextColor { color: #414376; }

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

This text font color is #414376.


Background Color

.myBgColor { background-color: #414376; }

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

This div background color is #414376.


Border color

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

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

This div border color is #414376.


Opacity

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

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

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

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

This text has shadow with #414376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414376 on black background.


Color preview on white background

This text has color #414376 on white background.



Black color preview on #414376 background

This text has black color on #414376 background.


White color preview on #414376 background

This text has white color on #414376 background.