COLOR #413009

HEX: #413009
RGB: (65,48,9)

Color info

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

RGB color model

#413009 color RGB value is (65,48,9).

  • red value is 65;
  • green value is 48;
  • blue value is 9.
RGB:
(65,48,9)
(25%,19%,4%)

RGB channels and saturation

R 65 of 255 = 25%
G 48 of 255 = 19%
B 9 of 255 = 4%

65
48
9

R + G + B ~ 16%. #413009 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 48 + 9 = 122 (100%)
R 65 of 122 ~ 53.28%
G 48 of 122 ~ 39.34%
B 9 of 122 ~ 7.38%

%53.28
%39.34

CMYK color model

#413009 color CMYK value is (0,26,86,75).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 86.15%
  • key color value is 74.51%
CMYK:
(0,26,86,75)
C0M26Y86K75 
(0%,26%,86%,75%)
(0.00/0.26/0.86/0.75)	

CMYK percentages

%0
%26.15
%86.15
%74.51

Codes

Color #413009 in popluar color models

413009
RGB65489
HSL42°75.68%14.51%
HSB/HSV42°86.15%25.49%
CMYK0.00%26.15%86.15%
74.51%

Color #413009 in popluar number systems.

HEX413009
Decimal65489
Binary10000011100001001
Octal1016011

Shades and tints

Shades of #413009

#413009
(65,48,9)
#3C2C09
(60,44,9)
#372809
(55,40,9)
#322409
(50,36,9)
#2D2009
(45,32,9)
#281C09
(40,28,9)
#231809
(35,24,9)
#1E1409
(30,20,9)
#191009
(25,16,9)
#140C09
(20,12,9)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #413009

#413009
(65,48,9)
#52421F
(82,66,31)
#635435
(99,84,53)
#74664B
(116,102,75)
#857861
(133,120,97)
#968A77
(150,138,119)
#A79C8D
(167,156,141)
#B8AEA3
(184,174,163)
#C9C0B9
(201,192,185)
#DAD2CF
(218,210,207)
#EBE4E5
(235,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413009 color. Also use rgb(65,48,9) instead hex code.

Text Font Color

.myTextColor { color: #413009; }

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

This text font color is #413009.


Background Color

.myBgColor { background-color: #413009; }

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

This div background color is #413009.


Border color

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

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

This div border color is #413009.


Opacity

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

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

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

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

This text has shadow with #413009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413009 on black background.


Color preview on white background

This text has color #413009 on white background.



Black color preview on #413009 background

This text has black color on #413009 background.


White color preview on #413009 background

This text has white color on #413009 background.