COLOR #413E10

HEX: #413E10
RGB: (65,62,16)

Color info

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

RGB color model

#413E10 color RGB value is (65,62,16).

  • red value is 65;
  • green value is 62;
  • blue value is 16.
RGB:
(65,62,16)
(25%,24%,6%)

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 16 of 255 = 6%

65
62
16

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

Portions of RGB colors in percentages

R + G + B =
65 + 62 + 16 = 143 (100%)
R 65 of 143 ~ 45.45%
G 62 of 143 ~ 43.36%
B 16 of 143 ~ 11.19%

%45.45
%43.36
%11.19

CMYK color model

#413E10 color CMYK value is (0,5,75,75).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 75.38%
  • key color value is 74.51%
CMYK:
(0,5,75,75)
C0M5Y75K75 
(0%,5%,75%,75%)
(0.00/0.05/0.75/0.75)	

CMYK percentages

%0
%4.62
%75.38
%74.51

Codes

Color #413E10 in popluar color models

413E10
RGB656216
HSL56°60.49%15.88%
HSB/HSV56°75.38%25.49%
CMYK0.00%4.62%75.38%
74.51%

Color #413E10 in popluar number systems.

HEX413E10
Decimal656216
Binary100000111111010000
Octal1017620

Shades and tints

Shades of #413E10

#413E10
(65,62,16)
#3C390F
(60,57,15)
#37340E
(55,52,14)
#322F0D
(50,47,13)
#2D2A0C
(45,42,12)
#28250B
(40,37,11)
#23200A
(35,32,10)
#1E1B09
(30,27,9)
#191608
(25,22,8)
#141107
(20,17,7)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #413E10

#413E10
(65,62,16)
#524F25
(82,79,37)
#63603A
(99,96,58)
#74714F
(116,113,79)
#858264
(133,130,100)
#969379
(150,147,121)
#A7A48E
(167,164,142)
#B8B5A3
(184,181,163)
#C9C6B8
(201,198,184)
#DAD7CD
(218,215,205)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413E10 color. Also use rgb(65,62,16) instead hex code.

Text Font Color

.myTextColor { color: #413E10; }

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

This text font color is #413E10.


Background Color

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

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

This div background color is #413E10.


Border color

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

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

This div border color is #413E10.


Opacity

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

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

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

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

This text has shadow with #413E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413E10 on black background.


Color preview on white background

This text has color #413E10 on white background.



Black color preview on #413E10 background

This text has black color on #413E10 background.


White color preview on #413E10 background

This text has white color on #413E10 background.