COLOR #414741

HEX: #414741
RGB: (65,71,65)

Color info

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

RGB color model

#414741 color RGB value is (65,71,65).

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

RGB channels and saturation

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

65
71
65

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

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 65 = 201 (100%)
R 65 of 201 ~ 32.34%
G 71 of 201 ~ 35.32%
B 65 of 201 ~ 32.34%

%32.34
%35.32
%32.34

CMYK color model

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

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(8,0,8,72)
C8M0Y8K72 
(8%,0%,8%,72%)
(0.08/0.00/0.08/0.72)	

CMYK percentages

%8.45
%0
%8.45
%72.16

Codes

Color #414741 in popluar color models

414741
RGB657165
HSL120°4.41%26.67%
HSB/HSV120°8.45%27.84%
CMYK8.45%0.00%8.45%
72.16%

Color #414741 in popluar number systems.

HEX414741
Decimal657165
Binary100000110001111000001
Octal101107101

Shades and tints

Shades of #414741

#414741
(65,71,65)
#3C413C
(60,65,60)
#373B37
(55,59,55)
#323532
(50,53,50)
#2D2F2D
(45,47,45)
#282928
(40,41,40)
#232323
(35,35,35)
#1E1D1E
(30,29,30)
#191719
(25,23,25)
#141114
(20,17,20)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #414741

#414741
(65,71,65)
#525752
(82,87,82)
#636763
(99,103,99)
#747774
(116,119,116)
#858785
(133,135,133)
#969796
(150,151,150)
#A7A7A7
(167,167,167)
#B8B7B8
(184,183,184)
#C9C7C9
(201,199,201)
#DAD7DA
(218,215,218)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414741; }

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

This text font color is #414741.


Background Color

.myBgColor { background-color: #414741; }

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

This div background color is #414741.


Border color

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

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

This div border color is #414741.


Opacity

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

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

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

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

This text has shadow with #414741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414741 on black background.


Color preview on white background

This text has color #414741 on white background.



Black color preview on #414741 background

This text has black color on #414741 background.


White color preview on #414741 background

This text has white color on #414741 background.