COLOR #413C28

HEX: #413C28
RGB: (65,60,40)

Color info

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

RGB color model

#413C28 color RGB value is (65,60,40).

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

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 40 of 255 = 16%

65
60
40

R + G + B ~ 22%. #413C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 40 = 165 (100%)
R 65 of 165 ~ 39.39%
G 60 of 165 ~ 36.36%
B 40 of 165 ~ 24.24%

%39.39
%36.36
%24.24

CMYK color model

#413C28 color CMYK value is (0,8,38,75).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 38.46%
  • key color value is 74.51%
CMYK:
(0,8,38,75)
C0M8Y38K75 
(0%,8%,38%,75%)
(0.00/0.08/0.38/0.75)	

CMYK percentages

%0
%7.69
%38.46
%74.51

Codes

Color #413C28 in popluar color models

413C28
RGB656040
HSL48°23.81%20.59%
HSB/HSV48°38.46%25.49%
CMYK0.00%7.69%38.46%
74.51%

Color #413C28 in popluar number systems.

HEX413C28
Decimal656040
Binary1000001111100101000
Octal1017450

Shades and tints

Shades of #413C28

#413C28
(65,60,40)
#3C3725
(60,55,37)
#373222
(55,50,34)
#322D1F
(50,45,31)
#2D281C
(45,40,28)
#282319
(40,35,25)
#231E16
(35,30,22)
#1E1913
(30,25,19)
#191410
(25,20,16)
#140F0D
(20,15,13)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #413C28

#413C28
(65,60,40)
#524D3B
(82,77,59)
#635E4E
(99,94,78)
#746F61
(116,111,97)
#858074
(133,128,116)
#969187
(150,145,135)
#A7A29A
(167,162,154)
#B8B3AD
(184,179,173)
#C9C4C0
(201,196,192)
#DAD5D3
(218,213,211)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413C28; }

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

This text font color is #413C28.


Background Color

.myBgColor { background-color: #413C28; }

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

This div background color is #413C28.


Border color

.myBorderColor { border: 1px solid #413C28; }

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

This div border color is #413C28.


Opacity

.myOpacity80 { color: #413C28; opacity: 0.8; }

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

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

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

This text has shadow with #413C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C28 on black background.


Color preview on white background

This text has color #413C28 on white background.



Black color preview on #413C28 background

This text has black color on #413C28 background.


White color preview on #413C28 background

This text has white color on #413C28 background.