COLOR #412510

HEX: #412510
RGB: (65,37,16)

Color info

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

RGB color model

#412510 color RGB value is (65,37,16).

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

RGB channels and saturation

R 65 of 255 = 25%
G 37 of 255 = 15%
B 16 of 255 = 6%

65
37
16

R + G + B ~ 15%. #412510 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 37 + 16 = 118 (100%)
R 65 of 118 ~ 55.08%
G 37 of 118 ~ 31.36%
B 16 of 118 ~ 13.56%

%55.08
%31.36
%13.56

CMYK color model

#412510 color CMYK value is (0,43,75,75).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 75.38%
  • key color value is 74.51%
CMYK:
(0,43,75,75)
C0M43Y75K75 
(0%,43%,75%,75%)
(0.00/0.43/0.75/0.75)	

CMYK percentages

%0
%43.08
%75.38
%74.51

Codes

Color #412510 in popluar color models

412510
RGB653716
HSL26°60.49%15.88%
HSB/HSV26°75.38%25.49%
CMYK0.00%43.08%75.38%
74.51%

Color #412510 in popluar number systems.

HEX412510
Decimal653716
Binary100000110010110000
Octal1014520

Shades and tints

Shades of #412510

#412510
(65,37,16)
#3C220F
(60,34,15)
#371F0E
(55,31,14)
#321C0D
(50,28,13)
#2D190C
(45,25,12)
#28160B
(40,22,11)
#23130A
(35,19,10)
#1E1009
(30,16,9)
#190D08
(25,13,8)
#140A07
(20,10,7)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #412510

#412510
(65,37,16)
#523825
(82,56,37)
#634B3A
(99,75,58)
#745E4F
(116,94,79)
#857164
(133,113,100)
#968479
(150,132,121)
#A7978E
(167,151,142)
#B8AAA3
(184,170,163)
#C9BDB8
(201,189,184)
#DAD0CD
(218,208,205)
#EBE3E2
(235,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412510; }

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

This text font color is #412510.


Background Color

.myBgColor { background-color: #412510; }

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

This div background color is #412510.


Border color

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

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

This div border color is #412510.


Opacity

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

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

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

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

This text has shadow with #412510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412510 on black background.


Color preview on white background

This text has color #412510 on white background.



Black color preview on #412510 background

This text has black color on #412510 background.


White color preview on #412510 background

This text has white color on #412510 background.