COLOR #413A3F

HEX: #413A3F
RGB: (65,58,63)

Color info

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

RGB color model

#413A3F color RGB value is (65,58,63).

  • red value is 65;
  • green value is 58;
  • blue value is 63.
RGB:
(65,58,63)
(25%,23%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 63 of 255 = 25%

65
58
63

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

Portions of RGB colors in percentages

R + G + B =
65 + 58 + 63 = 186 (100%)
R 65 of 186 ~ 34.95%
G 58 of 186 ~ 31.18%
B 63 of 186 ~ 33.87%

%34.95
%31.18
%33.87

CMYK color model

#413A3F color CMYK value is (0,11,3,75).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 3.08%
  • key color value is 74.51%
CMYK:
(0,11,3,75)
C0M11Y3K75 
(0%,11%,3%,75%)
(0.00/0.11/0.03/0.75)	

CMYK percentages

%0
%10.77
%3.08
%74.51

Codes

Color #413A3F in popluar color models

413A3F
RGB655863
HSL317°5.69%24.12%
HSB/HSV317°10.77%25.49%
CMYK0.00%10.77%3.08%
74.51%

Color #413A3F in popluar number systems.

HEX413A3F
Decimal655863
Binary1000001111010111111
Octal1017277

Shades and tints

Shades of #413A3F

#413A3F
(65,58,63)
#3C353A
(60,53,58)
#373035
(55,48,53)
#322B30
(50,43,48)
#2D262B
(45,38,43)
#282126
(40,33,38)
#231C21
(35,28,33)
#1E171C
(30,23,28)
#191217
(25,18,23)
#140D12
(20,13,18)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #413A3F

#413A3F
(65,58,63)
#524B50
(82,75,80)
#635C61
(99,92,97)
#746D72
(116,109,114)
#857E83
(133,126,131)
#968F94
(150,143,148)
#A7A0A5
(167,160,165)
#B8B1B6
(184,177,182)
#C9C2C7
(201,194,199)
#DAD3D8
(218,211,216)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413A3F color. Also use rgb(65,58,63) instead hex code.

Text Font Color

.myTextColor { color: #413A3F; }

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

This text font color is #413A3F.


Background Color

.myBgColor { background-color: #413A3F; }

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

This div background color is #413A3F.


Border color

.myBorderColor { border: 1px solid #413A3F; }

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

This div border color is #413A3F.


Opacity

.myOpacity80 { color: #413A3F; opacity: 0.8; }

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

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

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

This text has shadow with #413A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413A3F on black background.


Color preview on white background

This text has color #413A3F on white background.



Black color preview on #413A3F background

This text has black color on #413A3F background.


White color preview on #413A3F background

This text has white color on #413A3F background.