COLOR #414843

HEX: #414843
RGB: (65,72,67)

Color info

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

RGB color model

#414843 color RGB value is (65,72,67).

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

RGB channels and saturation

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

65
72
67

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 67 = 204 (100%)
R 65 of 204 ~ 31.86%
G 72 of 204 ~ 35.29%
B 67 of 204 ~ 32.84%

%31.86
%35.29
%32.84

CMYK color model

#414843 color CMYK value is (10,0,7,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 71.76%
CMYK:
(10,0,7,72)
C10M0Y7K72 
(10%,0%,7%,72%)
(0.10/0.00/0.07/0.72)	

CMYK percentages

%9.72
%0
%6.94
%71.76

Codes

Color #414843 in popluar color models

414843
RGB657267
HSL137°5.11%26.86%
HSB/HSV137°9.72%28.24%
CMYK9.72%0.00%6.94%
71.76%

Color #414843 in popluar number systems.

HEX414843
Decimal657267
Binary100000110010001000011
Octal101110103

Shades and tints

Shades of #414843

#414843
(65,72,67)
#3C423D
(60,66,61)
#373C37
(55,60,55)
#323631
(50,54,49)
#2D302B
(45,48,43)
#282A25
(40,42,37)
#23241F
(35,36,31)
#1E1E19
(30,30,25)
#191813
(25,24,19)
#14120D
(20,18,13)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #414843

#414843
(65,72,67)
#525854
(82,88,84)
#636865
(99,104,101)
#747876
(116,120,118)
#858887
(133,136,135)
#969898
(150,152,152)
#A7A8A9
(167,168,169)
#B8B8BA
(184,184,186)
#C9C8CB
(201,200,203)
#DAD8DC
(218,216,220)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414843; }

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

This text font color is #414843.


Background Color

.myBgColor { background-color: #414843; }

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

This div background color is #414843.


Border color

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

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

This div border color is #414843.


Opacity

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

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

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

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

This text has shadow with #414843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414843 on black background.


Color preview on white background

This text has color #414843 on white background.



Black color preview on #414843 background

This text has black color on #414843 background.


White color preview on #414843 background

This text has white color on #414843 background.