COLOR #403313

HEX: #403313
RGB: (64,51,19)

Color info

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

RGB color model

#403313 color RGB value is (64,51,19).

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

RGB channels and saturation

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

64
51
19

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

Portions of RGB colors in percentages

R + G + B =
64 + 51 + 19 = 134 (100%)
R 64 of 134 ~ 47.76%
G 51 of 134 ~ 38.06%
B 19 of 134 ~ 14.18%

%47.76
%38.06
%14.18

CMYK color model

#403313 color CMYK value is (0,20,70,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 70.31%
  • key color value is 74.90%
CMYK:
(0,20,70,75)
C0M20Y70K75 
(0%,20%,70%,75%)
(0.00/0.20/0.70/0.75)	

CMYK percentages

%0
%20.31
%70.31
%74.9

Codes

Color #403313 in popluar color models

403313
RGB645119
HSL43°54.22%16.27%
HSB/HSV43°70.31%25.10%
CMYK0.00%20.31%70.31%
74.90%

Color #403313 in popluar number systems.

HEX403313
Decimal645119
Binary100000011001110011
Octal1006323

Shades and tints

Shades of #403313

#403313
(64,51,19)
#3B2F12
(59,47,18)
#362B11
(54,43,17)
#312710
(49,39,16)
#2C230F
(44,35,15)
#271F0E
(39,31,14)
#221B0D
(34,27,13)
#1D170C
(29,23,12)
#18130B
(24,19,11)
#130F0A
(19,15,10)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #403313

#403313
(64,51,19)
#514528
(81,69,40)
#62573D
(98,87,61)
#736952
(115,105,82)
#847B67
(132,123,103)
#958D7C
(149,141,124)
#A69F91
(166,159,145)
#B7B1A6
(183,177,166)
#C8C3BB
(200,195,187)
#D9D5D0
(217,213,208)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403313; }

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

This text font color is #403313.


Background Color

.myBgColor { background-color: #403313; }

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

This div background color is #403313.


Border color

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

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

This div border color is #403313.


Opacity

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

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

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

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

This text has shadow with #403313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403313 on black background.


Color preview on white background

This text has color #403313 on white background.



Black color preview on #403313 background

This text has black color on #403313 background.


White color preview on #403313 background

This text has white color on #403313 background.