COLOR #413313

HEX: #413313
RGB: (65,51,19)

Color info

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

RGB color model

#413313 color RGB value is (65,51,19).

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

RGB channels and saturation

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

65
51
19

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

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 19 = 135 (100%)
R 65 of 135 ~ 48.15%
G 51 of 135 ~ 37.78%
B 19 of 135 ~ 14.07%

%48.15
%37.78
%14.07

CMYK color model

#413313 color CMYK value is (0,22,71,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 70.77%
  • key color value is 74.51%
CMYK:
(0,22,71,75)
C0M22Y71K75 
(0%,22%,71%,75%)
(0.00/0.22/0.71/0.75)	

CMYK percentages

%0
%21.54
%70.77
%74.51

Codes

Color #413313 in popluar color models

413313
RGB655119
HSL42°54.76%16.47%
HSB/HSV42°70.77%25.49%
CMYK0.00%21.54%70.77%
74.51%

Color #413313 in popluar number systems.

HEX413313
Decimal655119
Binary100000111001110011
Octal1016323

Shades and tints

Shades of #413313

#413313
(65,51,19)
#3C2F12
(60,47,18)
#372B11
(55,43,17)
#322710
(50,39,16)
#2D230F
(45,35,15)
#281F0E
(40,31,14)
#231B0D
(35,27,13)
#1E170C
(30,23,12)
#19130B
(25,19,11)
#140F0A
(20,15,10)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #413313

#413313
(65,51,19)
#524528
(82,69,40)
#63573D
(99,87,61)
#746952
(116,105,82)
#857B67
(133,123,103)
#968D7C
(150,141,124)
#A79F91
(167,159,145)
#B8B1A6
(184,177,166)
#C9C3BB
(201,195,187)
#DAD5D0
(218,213,208)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413313; }

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

This text font color is #413313.


Background Color

.myBgColor { background-color: #413313; }

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

This div background color is #413313.


Border color

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

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

This div border color is #413313.


Opacity

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

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

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

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

This text has shadow with #413313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413313 on black background.


Color preview on white background

This text has color #413313 on white background.



Black color preview on #413313 background

This text has black color on #413313 background.


White color preview on #413313 background

This text has white color on #413313 background.