COLOR #413B1D

HEX: #413B1D
RGB: (65,59,29)

Color info

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

RGB color model

#413B1D color RGB value is (65,59,29).

  • red value is 65;
  • green value is 59;
  • blue value is 29.
RGB:
(65,59,29)
(25%,23%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 59 of 255 = 23%
B 29 of 255 = 11%

65
59
29

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

Portions of RGB colors in percentages

R + G + B =
65 + 59 + 29 = 153 (100%)
R 65 of 153 ~ 42.48%
G 59 of 153 ~ 38.56%
B 29 of 153 ~ 18.95%

%42.48
%38.56
%18.95

CMYK color model

#413B1D color CMYK value is (0,9,55,75).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(0,9,55,75)
C0M9Y55K75 
(0%,9%,55%,75%)
(0.00/0.09/0.55/0.75)	

CMYK percentages

%0
%9.23
%55.38
%74.51

Codes

Color #413B1D in popluar color models

413B1D
RGB655929
HSL50°38.30%18.43%
HSB/HSV50°55.38%25.49%
CMYK0.00%9.23%55.38%
74.51%

Color #413B1D in popluar number systems.

HEX413B1D
Decimal655929
Binary100000111101111101
Octal1017335

Shades and tints

Shades of #413B1D

#413B1D
(65,59,29)
#3C361B
(60,54,27)
#373119
(55,49,25)
#322C17
(50,44,23)
#2D2715
(45,39,21)
#282213
(40,34,19)
#231D11
(35,29,17)
#1E180F
(30,24,15)
#19130D
(25,19,13)
#140E0B
(20,14,11)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #413B1D

#413B1D
(65,59,29)
#524C31
(82,76,49)
#635D45
(99,93,69)
#746E59
(116,110,89)
#857F6D
(133,127,109)
#969081
(150,144,129)
#A7A195
(167,161,149)
#B8B2A9
(184,178,169)
#C9C3BD
(201,195,189)
#DAD4D1
(218,212,209)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413B1D color. Also use rgb(65,59,29) instead hex code.

Text Font Color

.myTextColor { color: #413B1D; }

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

This text font color is #413B1D.


Background Color

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

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

This div background color is #413B1D.


Border color

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

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

This div border color is #413B1D.


Opacity

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

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

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

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

This text has shadow with #413B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413B1D on black background.


Color preview on white background

This text has color #413B1D on white background.



Black color preview on #413B1D background

This text has black color on #413B1D background.


White color preview on #413B1D background

This text has white color on #413B1D background.