COLOR #413720

HEX: #413720
RGB: (65,55,32)

Color info

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

RGB color model

#413720 color RGB value is (65,55,32).

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

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 32 of 255 = 13%

65
55
32

R + G + B ~ 20%. #413720 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 32 = 152 (100%)
R 65 of 152 ~ 42.76%
G 55 of 152 ~ 36.18%
B 32 of 152 ~ 21.05%

%42.76
%36.18
%21.05

CMYK color model

#413720 color CMYK value is (0,15,51,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 50.77%
  • key color value is 74.51%
CMYK:
(0,15,51,75)
C0M15Y51K75 
(0%,15%,51%,75%)
(0.00/0.15/0.51/0.75)	

CMYK percentages

%0
%15.38
%50.77
%74.51

Codes

Color #413720 in popluar color models

413720
RGB655532
HSL42°34.02%19.02%
HSB/HSV42°50.77%25.49%
CMYK0.00%15.38%50.77%
74.51%

Color #413720 in popluar number systems.

HEX413720
Decimal655532
Binary1000001110111100000
Octal1016740

Shades and tints

Shades of #413720

#413720
(65,55,32)
#3C321E
(60,50,30)
#372D1C
(55,45,28)
#32281A
(50,40,26)
#2D2318
(45,35,24)
#281E16
(40,30,22)
#231914
(35,25,20)
#1E1412
(30,20,18)
#190F10
(25,15,16)
#140A0E
(20,10,14)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #413720

#413720
(65,55,32)
#524934
(82,73,52)
#635B48
(99,91,72)
#746D5C
(116,109,92)
#857F70
(133,127,112)
#969184
(150,145,132)
#A7A398
(167,163,152)
#B8B5AC
(184,181,172)
#C9C7C0
(201,199,192)
#DAD9D4
(218,217,212)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413720; }

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

This text font color is #413720.


Background Color

.myBgColor { background-color: #413720; }

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

This div background color is #413720.


Border color

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

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

This div border color is #413720.


Opacity

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

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

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

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

This text has shadow with #413720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413720 on black background.


Color preview on white background

This text has color #413720 on white background.



Black color preview on #413720 background

This text has black color on #413720 background.


White color preview on #413720 background

This text has white color on #413720 background.