COLOR #413413

HEX: #413413
RGB: (65,52,19)

Color info

#413413 contains red, green and blue colors in about the same proportion. Web safe color of #413413 is #333300 (or #330).

RGB color model

#413413 color RGB value is (65,52,19).

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

RGB channels and saturation

R 65 of 255 = 25%
G 52 of 255 = 20%
B 19 of 255 = 7%

65
52
19

R + G + B ~ 17%. #413413 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 52 + 19 = 136 (100%)
R 65 of 136 ~ 47.79%
G 52 of 136 ~ 38.24%
B 19 of 136 ~ 13.97%

%47.79
%38.24
%13.97

CMYK color model

#413413 color CMYK value is (0,20,71,75).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 70.77%
  • key color value is 74.51%
CMYK:
(0,20,71,75)
C0M20Y71K75 
(0%,20%,71%,75%)
(0.00/0.20/0.71/0.75)	

CMYK percentages

%0
%20
%70.77
%74.51

Codes

Color #413413 in popluar color models

413413
RGB655219
HSL43°54.76%16.47%
HSB/HSV43°70.77%25.49%
CMYK0.00%20.00%70.77%
74.51%

Color #413413 in popluar number systems.

HEX413413
Decimal655219
Binary100000111010010011
Octal1016423

Shades and tints

Shades of #413413

#413413
(65,52,19)
#3C3012
(60,48,18)
#372C11
(55,44,17)
#322810
(50,40,16)
#2D240F
(45,36,15)
#28200E
(40,32,14)
#231C0D
(35,28,13)
#1E180C
(30,24,12)
#19140B
(25,20,11)
#14100A
(20,16,10)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #413413

#413413
(65,52,19)
#524628
(82,70,40)
#63583D
(99,88,61)
#746A52
(116,106,82)
#857C67
(133,124,103)
#968E7C
(150,142,124)
#A7A091
(167,160,145)
#B8B2A6
(184,178,166)
#C9C4BB
(201,196,187)
#DAD6D0
(218,214,208)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413413; }

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

This text font color is #413413.


Background Color

.myBgColor { background-color: #413413; }

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

This div background color is #413413.


Border color

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

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

This div border color is #413413.


Opacity

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

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

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

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

This text has shadow with #413413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413413 on black background.


Color preview on white background

This text has color #413413 on white background.



Black color preview on #413413 background

This text has black color on #413413 background.


White color preview on #413413 background

This text has white color on #413413 background.