COLOR #413329

HEX: #413329
RGB: (65,51,41)

Color info

#413329 contains red, green and blue colors in about the same proportion. Web safe color of #413329 is #333333 (or #333).

RGB color model

#413329 color RGB value is (65,51,41).

  • red value is 65;
  • green value is 51;
  • blue value is 41.
RGB:
(65,51,41)
(25%,20%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 41 of 255 = 16%

65
51
41

R + G + B ~ 20%. #413329 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 41 = 157 (100%)
R 65 of 157 ~ 41.4%
G 51 of 157 ~ 32.48%
B 41 of 157 ~ 26.11%

%41.4
%32.48
%26.11

CMYK color model

#413329 color CMYK value is (0,22,37,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK:
(0,22,37,75)
C0M22Y37K75 
(0%,22%,37%,75%)
(0.00/0.22/0.37/0.75)	

CMYK percentages

%0
%21.54
%36.92
%74.51

Codes

Color #413329 in popluar color models

413329
RGB655141
HSL25°22.64%20.78%
HSB/HSV25°36.92%25.49%
CMYK0.00%21.54%36.92%
74.51%

Color #413329 in popluar number systems.

HEX413329
Decimal655141
Binary1000001110011101001
Octal1016351

Shades and tints

Shades of #413329

#413329
(65,51,41)
#3C2F26
(60,47,38)
#372B23
(55,43,35)
#322720
(50,39,32)
#2D231D
(45,35,29)
#281F1A
(40,31,26)
#231B17
(35,27,23)
#1E1714
(30,23,20)
#191311
(25,19,17)
#140F0E
(20,15,14)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #413329

#413329
(65,51,41)
#52453C
(82,69,60)
#63574F
(99,87,79)
#746962
(116,105,98)
#857B75
(133,123,117)
#968D88
(150,141,136)
#A79F9B
(167,159,155)
#B8B1AE
(184,177,174)
#C9C3C1
(201,195,193)
#DAD5D4
(218,213,212)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413329 color. Also use rgb(65,51,41) instead hex code.

Text Font Color

.myTextColor { color: #413329; }

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

This text font color is #413329.


Background Color

.myBgColor { background-color: #413329; }

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

This div background color is #413329.


Border color

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

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

This div border color is #413329.


Opacity

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

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

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

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

This text has shadow with #413329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413329 on black background.


Color preview on white background

This text has color #413329 on white background.



Black color preview on #413329 background

This text has black color on #413329 background.


White color preview on #413329 background

This text has white color on #413329 background.