COLOR #413C11

HEX: #413C11
RGB: (65,60,17)

Color info

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

RGB color model

#413C11 color RGB value is (65,60,17).

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

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 17 of 255 = 7%

65
60
17

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

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 17 = 142 (100%)
R 65 of 142 ~ 45.77%
G 60 of 142 ~ 42.25%
B 17 of 142 ~ 11.97%

%45.77
%42.25
%11.97

CMYK color model

#413C11 color CMYK value is (0,8,74,75).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 73.85%
  • key color value is 74.51%
CMYK:
(0,8,74,75)
C0M8Y74K75 
(0%,8%,74%,75%)
(0.00/0.08/0.74/0.75)	

CMYK percentages

%0
%7.69
%73.85
%74.51

Codes

Color #413C11 in popluar color models

413C11
RGB656017
HSL54°58.54%16.08%
HSB/HSV54°73.85%25.49%
CMYK0.00%7.69%73.85%
74.51%

Color #413C11 in popluar number systems.

HEX413C11
Decimal656017
Binary100000111110010001
Octal1017421

Shades and tints

Shades of #413C11

#413C11
(65,60,17)
#3C3710
(60,55,16)
#37320F
(55,50,15)
#322D0E
(50,45,14)
#2D280D
(45,40,13)
#28230C
(40,35,12)
#231E0B
(35,30,11)
#1E190A
(30,25,10)
#191409
(25,20,9)
#140F08
(20,15,8)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #413C11

#413C11
(65,60,17)
#524D26
(82,77,38)
#635E3B
(99,94,59)
#746F50
(116,111,80)
#858065
(133,128,101)
#96917A
(150,145,122)
#A7A28F
(167,162,143)
#B8B3A4
(184,179,164)
#C9C4B9
(201,196,185)
#DAD5CE
(218,213,206)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413C11 color. Also use rgb(65,60,17) instead hex code.

Text Font Color

.myTextColor { color: #413C11; }

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

This text font color is #413C11.


Background Color

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

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

This div background color is #413C11.


Border color

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

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

This div border color is #413C11.


Opacity

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

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

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

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

This text has shadow with #413C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C11 on black background.


Color preview on white background

This text has color #413C11 on white background.



Black color preview on #413C11 background

This text has black color on #413C11 background.


White color preview on #413C11 background

This text has white color on #413C11 background.