COLOR #413712

HEX: #413712
RGB: (65,55,18)

Color info

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

RGB color model

#413712 color RGB value is (65,55,18).

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

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 18 of 255 = 7%

65
55
18

R + G + B ~ 18%. #413712 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 18 = 138 (100%)
R 65 of 138 ~ 47.1%
G 55 of 138 ~ 39.86%
B 18 of 138 ~ 13.04%

%47.1
%39.86
%13.04

CMYK color model

#413712 color CMYK value is (0,15,72,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 72.31%
  • key color value is 74.51%
CMYK:
(0,15,72,75)
C0M15Y72K75 
(0%,15%,72%,75%)
(0.00/0.15/0.72/0.75)	

CMYK percentages

%0
%15.38
%72.31
%74.51

Codes

Color #413712 in popluar color models

413712
RGB655518
HSL47°56.63%16.27%
HSB/HSV47°72.31%25.49%
CMYK0.00%15.38%72.31%
74.51%

Color #413712 in popluar number systems.

HEX413712
Decimal655518
Binary100000111011110010
Octal1016722

Shades and tints

Shades of #413712

#413712
(65,55,18)
#3C3211
(60,50,17)
#372D10
(55,45,16)
#32280F
(50,40,15)
#2D230E
(45,35,14)
#281E0D
(40,30,13)
#23190C
(35,25,12)
#1E140B
(30,20,11)
#190F0A
(25,15,10)
#140A09
(20,10,9)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #413712

#413712
(65,55,18)
#524927
(82,73,39)
#635B3C
(99,91,60)
#746D51
(116,109,81)
#857F66
(133,127,102)
#96917B
(150,145,123)
#A7A390
(167,163,144)
#B8B5A5
(184,181,165)
#C9C7BA
(201,199,186)
#DAD9CF
(218,217,207)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413712; }

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

This text font color is #413712.


Background Color

.myBgColor { background-color: #413712; }

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

This div background color is #413712.


Border color

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

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

This div border color is #413712.


Opacity

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

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

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

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

This text has shadow with #413712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413712 on black background.


Color preview on white background

This text has color #413712 on white background.



Black color preview on #413712 background

This text has black color on #413712 background.


White color preview on #413712 background

This text has white color on #413712 background.