COLOR #413716

HEX: #413716
RGB: (65,55,22)

Color info

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

RGB color model

#413716 color RGB value is (65,55,22).

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

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 22 of 255 = 9%

65
55
22

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

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 22 = 142 (100%)
R 65 of 142 ~ 45.77%
G 55 of 142 ~ 38.73%
B 22 of 142 ~ 15.49%

%45.77
%38.73
%15.49

CMYK color model

#413716 color CMYK value is (0,15,66,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 66.15%
  • key color value is 74.51%
CMYK:
(0,15,66,75)
C0M15Y66K75 
(0%,15%,66%,75%)
(0.00/0.15/0.66/0.75)	

CMYK percentages

%0
%15.38
%66.15
%74.51

Codes

Color #413716 in popluar color models

413716
RGB655522
HSL46°49.43%17.06%
HSB/HSV46°66.15%25.49%
CMYK0.00%15.38%66.15%
74.51%

Color #413716 in popluar number systems.

HEX413716
Decimal655522
Binary100000111011110110
Octal1016726

Shades and tints

Shades of #413716

#413716
(65,55,22)
#3C3214
(60,50,20)
#372D12
(55,45,18)
#322810
(50,40,16)
#2D230E
(45,35,14)
#281E0C
(40,30,12)
#23190A
(35,25,10)
#1E1408
(30,20,8)
#190F06
(25,15,6)
#140A04
(20,10,4)
#0F0502
(15,5,2)
#000000
(0,0,0)

Tints of #413716

#413716
(65,55,22)
#52492B
(82,73,43)
#635B40
(99,91,64)
#746D55
(116,109,85)
#857F6A
(133,127,106)
#96917F
(150,145,127)
#A7A394
(167,163,148)
#B8B5A9
(184,181,169)
#C9C7BE
(201,199,190)
#DAD9D3
(218,217,211)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413716; }

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

This text font color is #413716.


Background Color

.myBgColor { background-color: #413716; }

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

This div background color is #413716.


Border color

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

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

This div border color is #413716.


Opacity

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

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

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

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

This text has shadow with #413716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413716 on black background.


Color preview on white background

This text has color #413716 on white background.



Black color preview on #413716 background

This text has black color on #413716 background.


White color preview on #413716 background

This text has white color on #413716 background.