COLOR #413428

HEX: #413428
RGB: (65,52,40)

Color info

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

RGB color model

#413428 color RGB value is (65,52,40).

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

RGB channels and saturation

R 65 of 255 = 25%
G 52 of 255 = 20%
B 40 of 255 = 16%

65
52
40

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

Portions of RGB colors in percentages

R + G + B =
65 + 52 + 40 = 157 (100%)
R 65 of 157 ~ 41.4%
G 52 of 157 ~ 33.12%
B 40 of 157 ~ 25.48%

%41.4
%33.12
%25.48

CMYK color model

#413428 color CMYK value is (0,20,38,75).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 38.46%
  • key color value is 74.51%
CMYK:
(0,20,38,75)
C0M20Y38K75 
(0%,20%,38%,75%)
(0.00/0.20/0.38/0.75)	

CMYK percentages

%0
%20
%38.46
%74.51

Codes

Color #413428 in popluar color models

413428
RGB655240
HSL29°23.81%20.59%
HSB/HSV29°38.46%25.49%
CMYK0.00%20.00%38.46%
74.51%

Color #413428 in popluar number systems.

HEX413428
Decimal655240
Binary1000001110100101000
Octal1016450

Shades and tints

Shades of #413428

#413428
(65,52,40)
#3C3025
(60,48,37)
#372C22
(55,44,34)
#32281F
(50,40,31)
#2D241C
(45,36,28)
#282019
(40,32,25)
#231C16
(35,28,22)
#1E1813
(30,24,19)
#191410
(25,20,16)
#14100D
(20,16,13)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #413428

#413428
(65,52,40)
#52463B
(82,70,59)
#63584E
(99,88,78)
#746A61
(116,106,97)
#857C74
(133,124,116)
#968E87
(150,142,135)
#A7A09A
(167,160,154)
#B8B2AD
(184,178,173)
#C9C4C0
(201,196,192)
#DAD6D3
(218,214,211)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413428; }

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

This text font color is #413428.


Background Color

.myBgColor { background-color: #413428; }

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

This div background color is #413428.


Border color

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

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

This div border color is #413428.


Opacity

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

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

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

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

This text has shadow with #413428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413428 on black background.


Color preview on white background

This text has color #413428 on white background.



Black color preview on #413428 background

This text has black color on #413428 background.


White color preview on #413428 background

This text has white color on #413428 background.