COLOR #414842

HEX: #414842
RGB: (65,72,66)

Color info

#414842 contains red, green and blue colors in about the same proportion. Web safe color of #414842 is #333333 (or #333).

RGB color model

#414842 color RGB value is (65,72,66).

  • red value is 65;
  • green value is 72;
  • blue value is 66.
RGB:
(65,72,66)
(25%,28%,26%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 66 of 255 = 26%

65
72
66

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 66 = 203 (100%)
R 65 of 203 ~ 32.02%
G 72 of 203 ~ 35.47%
B 66 of 203 ~ 32.51%

%32.02
%35.47
%32.51

CMYK color model

#414842 color CMYK value is (10,0,8,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(10,0,8,72)
C10M0Y8K72 
(10%,0%,8%,72%)
(0.10/0.00/0.08/0.72)	

CMYK percentages

%9.72
%0
%8.33
%71.76

Codes

Color #414842 in popluar color models

414842
RGB657266
HSL129°5.11%26.86%
HSB/HSV129°9.72%28.24%
CMYK9.72%0.00%8.33%
71.76%

Color #414842 in popluar number systems.

HEX414842
Decimal657266
Binary100000110010001000010
Octal101110102

Shades and tints

Shades of #414842

#414842
(65,72,66)
#3C423C
(60,66,60)
#373C36
(55,60,54)
#323630
(50,54,48)
#2D302A
(45,48,42)
#282A24
(40,42,36)
#23241E
(35,36,30)
#1E1E18
(30,30,24)
#191812
(25,24,18)
#14120C
(20,18,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #414842

#414842
(65,72,66)
#525853
(82,88,83)
#636864
(99,104,100)
#747875
(116,120,117)
#858886
(133,136,134)
#969897
(150,152,151)
#A7A8A8
(167,168,168)
#B8B8B9
(184,184,185)
#C9C8CA
(201,200,202)
#DAD8DB
(218,216,219)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414842 color. Also use rgb(65,72,66) instead hex code.

Text Font Color

.myTextColor { color: #414842; }

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

This text font color is #414842.


Background Color

.myBgColor { background-color: #414842; }

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

This div background color is #414842.


Border color

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

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

This div border color is #414842.


Opacity

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

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

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

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

This text has shadow with #414842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414842 on black background.


Color preview on white background

This text has color #414842 on white background.



Black color preview on #414842 background

This text has black color on #414842 background.


White color preview on #414842 background

This text has white color on #414842 background.