COLOR #413E3B

HEX: #413E3B
RGB: (65,62,59)

Color info

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

RGB color model

#413E3B color RGB value is (65,62,59).

  • red value is 65;
  • green value is 62;
  • blue value is 59.
RGB:
(65,62,59)
(25%,24%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 59 of 255 = 23%

65
62
59

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

Portions of RGB colors in percentages

R + G + B =
65 + 62 + 59 = 186 (100%)
R 65 of 186 ~ 34.95%
G 62 of 186 ~ 33.33%
B 59 of 186 ~ 31.72%

%34.95
%33.33
%31.72

CMYK color model

#413E3B color CMYK value is (0,5,9,75).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(0,5,9,75)
C0M5Y9K75 
(0%,5%,9%,75%)
(0.00/0.05/0.09/0.75)	

CMYK percentages

%0
%4.62
%9.23
%74.51

Codes

Color #413E3B in popluar color models

413E3B
RGB656259
HSL30°4.84%24.31%
HSB/HSV30°9.23%25.49%
CMYK0.00%4.62%9.23%
74.51%

Color #413E3B in popluar number systems.

HEX413E3B
Decimal656259
Binary1000001111110111011
Octal1017673

Shades and tints

Shades of #413E3B

#413E3B
(65,62,59)
#3C3936
(60,57,54)
#373431
(55,52,49)
#322F2C
(50,47,44)
#2D2A27
(45,42,39)
#282522
(40,37,34)
#23201D
(35,32,29)
#1E1B18
(30,27,24)
#191613
(25,22,19)
#14110E
(20,17,14)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #413E3B

#413E3B
(65,62,59)
#524F4C
(82,79,76)
#63605D
(99,96,93)
#74716E
(116,113,110)
#85827F
(133,130,127)
#969390
(150,147,144)
#A7A4A1
(167,164,161)
#B8B5B2
(184,181,178)
#C9C6C3
(201,198,195)
#DAD7D4
(218,215,212)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413E3B color. Also use rgb(65,62,59) instead hex code.

Text Font Color

.myTextColor { color: #413E3B; }

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

This text font color is #413E3B.


Background Color

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

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

This div background color is #413E3B.


Border color

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

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

This div border color is #413E3B.


Opacity

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

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

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

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

This text has shadow with #413E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413E3B on black background.


Color preview on white background

This text has color #413E3B on white background.



Black color preview on #413E3B background

This text has black color on #413E3B background.


White color preview on #413E3B background

This text has white color on #413E3B background.