COLOR #412615

HEX: #412615
RGB: (65,38,21)

Color info

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

RGB color model

#412615 color RGB value is (65,38,21).

  • red value is 65;
  • green value is 38;
  • blue value is 21.
RGB:
(65,38,21)
(25%,15%,8%)

RGB channels and saturation

R 65 of 255 = 25%
G 38 of 255 = 15%
B 21 of 255 = 8%

65
38
21

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

Portions of RGB colors in percentages

R + G + B =
65 + 38 + 21 = 124 (100%)
R 65 of 124 ~ 52.42%
G 38 of 124 ~ 30.65%
B 21 of 124 ~ 16.94%

%52.42
%30.65
%16.94

CMYK color model

#412615 color CMYK value is (0,42,68,75).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 67.69%
  • key color value is 74.51%
CMYK:
(0,42,68,75)
C0M42Y68K75 
(0%,42%,68%,75%)
(0.00/0.42/0.68/0.75)	

CMYK percentages

%0
%41.54
%67.69
%74.51

Codes

Color #412615 in popluar color models

412615
RGB653821
HSL23°51.16%16.86%
HSB/HSV23°67.69%25.49%
CMYK0.00%41.54%67.69%
74.51%

Color #412615 in popluar number systems.

HEX412615
Decimal653821
Binary100000110011010101
Octal1014625

Shades and tints

Shades of #412615

#412615
(65,38,21)
#3C2314
(60,35,20)
#372013
(55,32,19)
#321D12
(50,29,18)
#2D1A11
(45,26,17)
#281710
(40,23,16)
#23140F
(35,20,15)
#1E110E
(30,17,14)
#190E0D
(25,14,13)
#140B0C
(20,11,12)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #412615

#412615
(65,38,21)
#52392A
(82,57,42)
#634C3F
(99,76,63)
#745F54
(116,95,84)
#857269
(133,114,105)
#96857E
(150,133,126)
#A79893
(167,152,147)
#B8ABA8
(184,171,168)
#C9BEBD
(201,190,189)
#DAD1D2
(218,209,210)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412615 color. Also use rgb(65,38,21) instead hex code.

Text Font Color

.myTextColor { color: #412615; }

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

This text font color is #412615.


Background Color

.myBgColor { background-color: #412615; }

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

This div background color is #412615.


Border color

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

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

This div border color is #412615.


Opacity

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

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

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

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

This text has shadow with #412615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412615 on black background.


Color preview on white background

This text has color #412615 on white background.



Black color preview on #412615 background

This text has black color on #412615 background.


White color preview on #412615 background

This text has white color on #412615 background.