COLOR #413F31

HEX: #413F31
RGB: (65,63,49)

Color info

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

RGB color model

#413F31 color RGB value is (65,63,49).

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

RGB channels and saturation

R 65 of 255 = 25%
G 63 of 255 = 25%
B 49 of 255 = 19%

65
63
49

R + G + B ~ 23%. #413F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 63 + 49 = 177 (100%)
R 65 of 177 ~ 36.72%
G 63 of 177 ~ 35.59%
B 49 of 177 ~ 27.68%

%36.72
%35.59
%27.68

CMYK color model

#413F31 color CMYK value is (0,3,25,75).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 24.62%
  • key color value is 74.51%
CMYK:
(0,3,25,75)
C0M3Y25K75 
(0%,3%,25%,75%)
(0.00/0.03/0.25/0.75)	

CMYK percentages

%0
%3.08
%24.62
%74.51

Codes

Color #413F31 in popluar color models

413F31
RGB656349
HSL53°14.04%22.35%
HSB/HSV53°24.62%25.49%
CMYK0.00%3.08%24.62%
74.51%

Color #413F31 in popluar number systems.

HEX413F31
Decimal656349
Binary1000001111111110001
Octal1017761

Shades and tints

Shades of #413F31

#413F31
(65,63,49)
#3C3A2D
(60,58,45)
#373529
(55,53,41)
#323025
(50,48,37)
#2D2B21
(45,43,33)
#28261D
(40,38,29)
#232119
(35,33,25)
#1E1C15
(30,28,21)
#191711
(25,23,17)
#14120D
(20,18,13)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #413F31

#413F31
(65,63,49)
#525043
(82,80,67)
#636155
(99,97,85)
#747267
(116,114,103)
#858379
(133,131,121)
#96948B
(150,148,139)
#A7A59D
(167,165,157)
#B8B6AF
(184,182,175)
#C9C7C1
(201,199,193)
#DAD8D3
(218,216,211)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413F31; }

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

This text font color is #413F31.


Background Color

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

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

This div background color is #413F31.


Border color

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

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

This div border color is #413F31.


Opacity

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

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

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

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

This text has shadow with #413F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413F31 on black background.


Color preview on white background

This text has color #413F31 on white background.



Black color preview on #413F31 background

This text has black color on #413F31 background.


White color preview on #413F31 background

This text has white color on #413F31 background.