COLOR #413628

HEX: #413628
RGB: (65,54,40)

Color info

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

RGB color model

#413628 color RGB value is (65,54,40).

  • red value is 65;
  • green value is 54;
  • blue value is 40.
RGB:
(65,54,40)
(25%,21%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 40 of 255 = 16%

65
54
40

R + G + B ~ 21%. #413628 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 40 = 159 (100%)
R 65 of 159 ~ 40.88%
G 54 of 159 ~ 33.96%
B 40 of 159 ~ 25.16%

%40.88
%33.96
%25.16

CMYK color model

#413628 color CMYK value is (0,17,38,75).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 38.46%
  • key color value is 74.51%
CMYK:
(0,17,38,75)
C0M17Y38K75 
(0%,17%,38%,75%)
(0.00/0.17/0.38/0.75)	

CMYK percentages

%0
%16.92
%38.46
%74.51

Codes

Color #413628 in popluar color models

413628
RGB655440
HSL34°23.81%20.59%
HSB/HSV34°38.46%25.49%
CMYK0.00%16.92%38.46%
74.51%

Color #413628 in popluar number systems.

HEX413628
Decimal655440
Binary1000001110110101000
Octal1016650

Shades and tints

Shades of #413628

#413628
(65,54,40)
#3C3225
(60,50,37)
#372E22
(55,46,34)
#322A1F
(50,42,31)
#2D261C
(45,38,28)
#282219
(40,34,25)
#231E16
(35,30,22)
#1E1A13
(30,26,19)
#191610
(25,22,16)
#14120D
(20,18,13)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #413628

#413628
(65,54,40)
#52483B
(82,72,59)
#635A4E
(99,90,78)
#746C61
(116,108,97)
#857E74
(133,126,116)
#969087
(150,144,135)
#A7A29A
(167,162,154)
#B8B4AD
(184,180,173)
#C9C6C0
(201,198,192)
#DAD8D3
(218,216,211)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413628 color. Also use rgb(65,54,40) instead hex code.

Text Font Color

.myTextColor { color: #413628; }

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

This text font color is #413628.


Background Color

.myBgColor { background-color: #413628; }

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

This div background color is #413628.


Border color

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

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

This div border color is #413628.


Opacity

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

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

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

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

This text has shadow with #413628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413628 on black background.


Color preview on white background

This text has color #413628 on white background.



Black color preview on #413628 background

This text has black color on #413628 background.


White color preview on #413628 background

This text has white color on #413628 background.