COLOR #413A0D

HEX: #413A0D
RGB: (65,58,13)

Color info

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

RGB color model

#413A0D color RGB value is (65,58,13).

  • red value is 65;
  • green value is 58;
  • blue value is 13.
RGB:
(65,58,13)
(25%,23%,5%)

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 13 of 255 = 5%

65
58
13

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

Portions of RGB colors in percentages

R + G + B =
65 + 58 + 13 = 136 (100%)
R 65 of 136 ~ 47.79%
G 58 of 136 ~ 42.65%
B 13 of 136 ~ 9.56%

%47.79
%42.65
%9.56

CMYK color model

#413A0D color CMYK value is (0,11,80,75).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 80.00%
  • key color value is 74.51%
CMYK:
(0,11,80,75)
C0M11Y80K75 
(0%,11%,80%,75%)
(0.00/0.11/0.80/0.75)	

CMYK percentages

%0
%10.77
%80
%74.51

Codes

Color #413A0D in popluar color models

413A0D
RGB655813
HSL52°66.67%15.29%
HSB/HSV52°80.00%25.49%
CMYK0.00%10.77%80.00%
74.51%

Color #413A0D in popluar number systems.

HEX413A0D
Decimal655813
Binary10000011110101101
Octal1017215

Shades and tints

Shades of #413A0D

#413A0D
(65,58,13)
#3C350C
(60,53,12)
#37300B
(55,48,11)
#322B0A
(50,43,10)
#2D2609
(45,38,9)
#282108
(40,33,8)
#231C07
(35,28,7)
#1E1706
(30,23,6)
#191205
(25,18,5)
#140D04
(20,13,4)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #413A0D

#413A0D
(65,58,13)
#524B23
(82,75,35)
#635C39
(99,92,57)
#746D4F
(116,109,79)
#857E65
(133,126,101)
#968F7B
(150,143,123)
#A7A091
(167,160,145)
#B8B1A7
(184,177,167)
#C9C2BD
(201,194,189)
#DAD3D3
(218,211,211)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413A0D color. Also use rgb(65,58,13) instead hex code.

Text Font Color

.myTextColor { color: #413A0D; }

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

This text font color is #413A0D.


Background Color

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

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

This div background color is #413A0D.


Border color

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

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

This div border color is #413A0D.


Opacity

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

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

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

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

This text has shadow with #413A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413A0D on black background.


Color preview on white background

This text has color #413A0D on white background.



Black color preview on #413A0D background

This text has black color on #413A0D background.


White color preview on #413A0D background

This text has white color on #413A0D background.