COLOR #414061

HEX: #414061
RGB: (65,64,97)

Color info

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

RGB color model

#414061 color RGB value is (65,64,97).

  • red value is 65;
  • green value is 64;
  • blue value is 97.
RGB:
(65,64,97)
(25%,25%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 97 of 255 = 38%

65
64
97

R + G + B ~ 29%. #414061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 97 = 226 (100%)
R 65 of 226 ~ 28.76%
G 64 of 226 ~ 28.32%
B 97 of 226 ~ 42.92%

%28.76
%28.32
%42.92

CMYK color model

#414061 color CMYK value is (33,34,0,62).

  • cyan value is 32.99%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(33,34,0,62)
C33M34Y0K62 
(33%,34%,0%,62%)
(0.33/0.34/0.00/0.62)	

CMYK percentages

%32.99
%34.02
%0
%61.96

Codes

Color #414061 in popluar color models

414061
RGB656497
HSL242°20.50%31.57%
HSB/HSV242°34.02%38.04%
CMYK32.99%34.02%0.00%
61.96%

Color #414061 in popluar number systems.

HEX414061
Decimal656497
Binary100000110000001100001
Octal101100141

Shades and tints

Shades of #414061

#414061
(65,64,97)
#3C3B59
(60,59,89)
#373651
(55,54,81)
#323149
(50,49,73)
#2D2C41
(45,44,65)
#282739
(40,39,57)
#232231
(35,34,49)
#1E1D29
(30,29,41)
#191821
(25,24,33)
#141319
(20,19,25)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #414061

#414061
(65,64,97)
#52516F
(82,81,111)
#63627D
(99,98,125)
#74738B
(116,115,139)
#858499
(133,132,153)
#9695A7
(150,149,167)
#A7A6B5
(167,166,181)
#B8B7C3
(184,183,195)
#C9C8D1
(201,200,209)
#DAD9DF
(218,217,223)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414061 color. Also use rgb(65,64,97) instead hex code.

Text Font Color

.myTextColor { color: #414061; }

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

This text font color is #414061.


Background Color

.myBgColor { background-color: #414061; }

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

This div background color is #414061.


Border color

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

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

This div border color is #414061.


Opacity

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

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

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

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

This text has shadow with #414061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414061 on black background.


Color preview on white background

This text has color #414061 on white background.



Black color preview on #414061 background

This text has black color on #414061 background.


White color preview on #414061 background

This text has white color on #414061 background.