COLOR #414342

HEX: #414342
RGB: (65,67,66)

Color info

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

RGB color model

#414342 color RGB value is (65,67,66).

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

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 66 of 255 = 26%

65
67
66

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

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 66 = 198 (100%)
R 65 of 198 ~ 32.83%
G 67 of 198 ~ 33.84%
B 66 of 198 ~ 33.33%

%32.83
%33.84
%33.33

CMYK color model

#414342 color CMYK value is (3,0,1,74).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 73.73%
CMYK:
(3,0,1,74)
C3M0Y1K74 
(3%,0%,1%,74%)
(0.03/0.00/0.01/0.74)	

CMYK percentages

%2.99
%0
%1.49
%73.73

Codes

Color #414342 in popluar color models

414342
RGB656766
HSL150°1.52%25.88%
HSB/HSV150°2.99%26.27%
CMYK2.99%0.00%1.49%
73.73%

Color #414342 in popluar number systems.

HEX414342
Decimal656766
Binary100000110000111000010
Octal101103102

Shades and tints

Shades of #414342

#414342
(65,67,66)
#3C3D3C
(60,61,60)
#373736
(55,55,54)
#323130
(50,49,48)
#2D2B2A
(45,43,42)
#282524
(40,37,36)
#231F1E
(35,31,30)
#1E1918
(30,25,24)
#191312
(25,19,18)
#140D0C
(20,13,12)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #414342

#414342
(65,67,66)
#525453
(82,84,83)
#636564
(99,101,100)
#747675
(116,118,117)
#858786
(133,135,134)
#969897
(150,152,151)
#A7A9A8
(167,169,168)
#B8BAB9
(184,186,185)
#C9CBCA
(201,203,202)
#DADCDB
(218,220,219)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414342; }

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

This text font color is #414342.


Background Color

.myBgColor { background-color: #414342; }

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

This div background color is #414342.


Border color

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

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

This div border color is #414342.


Opacity

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

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

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

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

This text has shadow with #414342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414342 on black background.


Color preview on white background

This text has color #414342 on white background.



Black color preview on #414342 background

This text has black color on #414342 background.


White color preview on #414342 background

This text has white color on #414342 background.