COLOR #413714

HEX: #413714
RGB: (65,55,20)

Color info

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

RGB color model

#413714 color RGB value is (65,55,20).

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

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 20 of 255 = 8%

65
55
20

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

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 20 = 140 (100%)
R 65 of 140 ~ 46.43%
G 55 of 140 ~ 39.29%
B 20 of 140 ~ 14.29%

%46.43
%39.29
%14.29

CMYK color model

#413714 color CMYK value is (0,15,69,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 69.23%
  • key color value is 74.51%
CMYK:
(0,15,69,75)
C0M15Y69K75 
(0%,15%,69%,75%)
(0.00/0.15/0.69/0.75)	

CMYK percentages

%0
%15.38
%69.23
%74.51

Codes

Color #413714 in popluar color models

413714
RGB655520
HSL47°52.94%16.67%
HSB/HSV47°69.23%25.49%
CMYK0.00%15.38%69.23%
74.51%

Color #413714 in popluar number systems.

HEX413714
Decimal655520
Binary100000111011110100
Octal1016724

Shades and tints

Shades of #413714

#413714
(65,55,20)
#3C3213
(60,50,19)
#372D12
(55,45,18)
#322811
(50,40,17)
#2D2310
(45,35,16)
#281E0F
(40,30,15)
#23190E
(35,25,14)
#1E140D
(30,20,13)
#190F0C
(25,15,12)
#140A0B
(20,10,11)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #413714

#413714
(65,55,20)
#524929
(82,73,41)
#635B3E
(99,91,62)
#746D53
(116,109,83)
#857F68
(133,127,104)
#96917D
(150,145,125)
#A7A392
(167,163,146)
#B8B5A7
(184,181,167)
#C9C7BC
(201,199,188)
#DAD9D1
(218,217,209)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413714; }

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

This text font color is #413714.


Background Color

.myBgColor { background-color: #413714; }

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

This div background color is #413714.


Border color

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

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

This div border color is #413714.


Opacity

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

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

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

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

This text has shadow with #413714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413714 on black background.


Color preview on white background

This text has color #413714 on white background.



Black color preview on #413714 background

This text has black color on #413714 background.


White color preview on #413714 background

This text has white color on #413714 background.