COLOR #414841

HEX: #414841
RGB: (65,72,65)

Color info

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

RGB color model

#414841 color RGB value is (65,72,65).

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

RGB channels and saturation

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

65
72
65

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 65 = 202 (100%)
R 65 of 202 ~ 32.18%
G 72 of 202 ~ 35.64%
B 65 of 202 ~ 32.18%

%32.18
%35.64
%32.18

CMYK color model

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

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

CMYK percentages

%9.72
%0
%9.72
%71.76

Codes

Color #414841 in popluar color models

414841
RGB657265
HSL120°5.11%26.86%
HSB/HSV120°9.72%28.24%
CMYK9.72%0.00%9.72%
71.76%

Color #414841 in popluar number systems.

HEX414841
Decimal657265
Binary100000110010001000001
Octal101110101

Shades and tints

Shades of #414841

#414841
(65,72,65)
#3C423C
(60,66,60)
#373C37
(55,60,55)
#323632
(50,54,50)
#2D302D
(45,48,45)
#282A28
(40,42,40)
#232423
(35,36,35)
#1E1E1E
(30,30,30)
#191819
(25,24,25)
#141214
(20,18,20)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #414841

#414841
(65,72,65)
#525852
(82,88,82)
#636863
(99,104,99)
#747874
(116,120,116)
#858885
(133,136,133)
#969896
(150,152,150)
#A7A8A7
(167,168,167)
#B8B8B8
(184,184,184)
#C9C8C9
(201,200,201)
#DAD8DA
(218,216,218)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414841; }

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

This text font color is #414841.


Background Color

.myBgColor { background-color: #414841; }

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

This div background color is #414841.


Border color

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

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

This div border color is #414841.


Opacity

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

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

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

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

This text has shadow with #414841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414841 on black background.


Color preview on white background

This text has color #414841 on white background.



Black color preview on #414841 background

This text has black color on #414841 background.


White color preview on #414841 background

This text has white color on #414841 background.