COLOR #413215

HEX: #413215
RGB: (65,50,21)

Color info

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

RGB color model

#413215 color RGB value is (65,50,21).

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

RGB channels and saturation

R 65 of 255 = 25%
G 50 of 255 = 20%
B 21 of 255 = 8%

65
50
21

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

Portions of RGB colors in percentages

R + G + B =
65 + 50 + 21 = 136 (100%)
R 65 of 136 ~ 47.79%
G 50 of 136 ~ 36.76%
B 21 of 136 ~ 15.44%

%47.79
%36.76
%15.44

CMYK color model

#413215 color CMYK value is (0,23,68,75).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 67.69%
  • key color value is 74.51%
CMYK:
(0,23,68,75)
C0M23Y68K75 
(0%,23%,68%,75%)
(0.00/0.23/0.68/0.75)	

CMYK percentages

%0
%23.08
%67.69
%74.51

Codes

Color #413215 in popluar color models

413215
RGB655021
HSL40°51.16%16.86%
HSB/HSV40°67.69%25.49%
CMYK0.00%23.08%67.69%
74.51%

Color #413215 in popluar number systems.

HEX413215
Decimal655021
Binary100000111001010101
Octal1016225

Shades and tints

Shades of #413215

#413215
(65,50,21)
#3C2E14
(60,46,20)
#372A13
(55,42,19)
#322612
(50,38,18)
#2D2211
(45,34,17)
#281E10
(40,30,16)
#231A0F
(35,26,15)
#1E160E
(30,22,14)
#19120D
(25,18,13)
#140E0C
(20,14,12)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #413215

#413215
(65,50,21)
#52442A
(82,68,42)
#63563F
(99,86,63)
#746854
(116,104,84)
#857A69
(133,122,105)
#968C7E
(150,140,126)
#A79E93
(167,158,147)
#B8B0A8
(184,176,168)
#C9C2BD
(201,194,189)
#DAD4D2
(218,212,210)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413215; }

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

This text font color is #413215.


Background Color

.myBgColor { background-color: #413215; }

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

This div background color is #413215.


Border color

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

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

This div border color is #413215.


Opacity

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

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

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

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

This text has shadow with #413215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413215 on black background.


Color preview on white background

This text has color #413215 on white background.



Black color preview on #413215 background

This text has black color on #413215 background.


White color preview on #413215 background

This text has white color on #413215 background.