COLOR #413E13

HEX: #413E13
RGB: (65,62,19)

Color info

#413E13 contains red, green and blue colors in about the same proportion. Web safe color of #413E13 is #333300 (or #330).

RGB color model

#413E13 color RGB value is (65,62,19).

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

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 19 of 255 = 7%

65
62
19

R + G + B ~ 19%. #413E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 62 + 19 = 146 (100%)
R 65 of 146 ~ 44.52%
G 62 of 146 ~ 42.47%
B 19 of 146 ~ 13.01%

%44.52
%42.47
%13.01

CMYK color model

#413E13 color CMYK value is (0,5,71,75).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 70.77%
  • key color value is 74.51%
CMYK:
(0,5,71,75)
C0M5Y71K75 
(0%,5%,71%,75%)
(0.00/0.05/0.71/0.75)	

CMYK percentages

%0
%4.62
%70.77
%74.51

Codes

Color #413E13 in popluar color models

413E13
RGB656219
HSL56°54.76%16.47%
HSB/HSV56°70.77%25.49%
CMYK0.00%4.62%70.77%
74.51%

Color #413E13 in popluar number systems.

HEX413E13
Decimal656219
Binary100000111111010011
Octal1017623

Shades and tints

Shades of #413E13

#413E13
(65,62,19)
#3C3912
(60,57,18)
#373411
(55,52,17)
#322F10
(50,47,16)
#2D2A0F
(45,42,15)
#28250E
(40,37,14)
#23200D
(35,32,13)
#1E1B0C
(30,27,12)
#19160B
(25,22,11)
#14110A
(20,17,10)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #413E13

#413E13
(65,62,19)
#524F28
(82,79,40)
#63603D
(99,96,61)
#747152
(116,113,82)
#858267
(133,130,103)
#96937C
(150,147,124)
#A7A491
(167,164,145)
#B8B5A6
(184,181,166)
#C9C6BB
(201,198,187)
#DAD7D0
(218,215,208)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413E13; }

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

This text font color is #413E13.


Background Color

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

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

This div background color is #413E13.


Border color

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

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

This div border color is #413E13.


Opacity

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

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

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

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

This text has shadow with #413E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413E13 on black background.


Color preview on white background

This text has color #413E13 on white background.



Black color preview on #413E13 background

This text has black color on #413E13 background.


White color preview on #413E13 background

This text has white color on #413E13 background.