COLOR #413941

HEX: #413941
RGB: (65,57,65)

Color info

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

RGB color model

#413941 color RGB value is (65,57,65).

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

RGB channels and saturation

R 65 of 255 = 25%
G 57 of 255 = 22%
B 65 of 255 = 25%

65
57
65

R + G + B ~ 24%. #413941 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 65 = 187 (100%)
R 65 of 187 ~ 34.76%
G 57 of 187 ~ 30.48%
B 65 of 187 ~ 34.76%

%34.76
%30.48
%34.76

CMYK color model

#413941 color CMYK value is (0,12,0,75).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(0,12,0,75)
C0M12Y0K75 
(0%,12%,0%,75%)
(0.00/0.12/0.00/0.75)	

CMYK percentages

%0
%12.31
%0
%74.51

Codes

Color #413941 in popluar color models

413941
RGB655765
HSL300°6.56%23.92%
HSB/HSV300°12.31%25.49%
CMYK0.00%12.31%0.00%
74.51%

Color #413941 in popluar number systems.

HEX413941
Decimal655765
Binary10000011110011000001
Octal10171101

Shades and tints

Shades of #413941

#413941
(65,57,65)
#3C343C
(60,52,60)
#372F37
(55,47,55)
#322A32
(50,42,50)
#2D252D
(45,37,45)
#282028
(40,32,40)
#231B23
(35,27,35)
#1E161E
(30,22,30)
#191119
(25,17,25)
#140C14
(20,12,20)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #413941

#413941
(65,57,65)
#524B52
(82,75,82)
#635D63
(99,93,99)
#746F74
(116,111,116)
#858185
(133,129,133)
#969396
(150,147,150)
#A7A5A7
(167,165,167)
#B8B7B8
(184,183,184)
#C9C9C9
(201,201,201)
#DADBDA
(218,219,218)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413941; }

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

This text font color is #413941.


Background Color

.myBgColor { background-color: #413941; }

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

This div background color is #413941.


Border color

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

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

This div border color is #413941.


Opacity

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

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

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

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

This text has shadow with #413941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413941 on black background.


Color preview on white background

This text has color #413941 on white background.



Black color preview on #413941 background

This text has black color on #413941 background.


White color preview on #413941 background

This text has white color on #413941 background.