COLOR #402113

HEX: #402113
RGB: (64,33,19)

Color info

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

RGB color model

#402113 color RGB value is (64,33,19).

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

RGB channels and saturation

R 64 of 255 = 25%
G 33 of 255 = 13%
B 19 of 255 = 7%

64
33
19

R + G + B ~ 15%. #402113 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 33 + 19 = 116 (100%)
R 64 of 116 ~ 55.17%
G 33 of 116 ~ 28.45%
B 19 of 116 ~ 16.38%

%55.17
%28.45
%16.38

CMYK color model

#402113 color CMYK value is (0,48,70,75).

  • cyan value is 0.00%
  • magenta value is 48.44%
  • yellow value is 70.31%
  • key color value is 74.90%
CMYK:
(0,48,70,75)
C0M48Y70K75 
(0%,48%,70%,75%)
(0.00/0.48/0.70/0.75)	

CMYK percentages

%0
%48.44
%70.31
%74.9

Codes

Color #402113 in popluar color models

402113
RGB643319
HSL19°54.22%16.27%
HSB/HSV19°70.31%25.10%
CMYK0.00%48.44%70.31%
74.90%

Color #402113 in popluar number systems.

HEX402113
Decimal643319
Binary100000010000110011
Octal1004123

Shades and tints

Shades of #402113

#402113
(64,33,19)
#3B1E12
(59,30,18)
#361B11
(54,27,17)
#311810
(49,24,16)
#2C150F
(44,21,15)
#27120E
(39,18,14)
#220F0D
(34,15,13)
#1D0C0C
(29,12,12)
#18090B
(24,9,11)
#13060A
(19,6,10)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #402113

#402113
(64,33,19)
#513528
(81,53,40)
#62493D
(98,73,61)
#735D52
(115,93,82)
#847167
(132,113,103)
#95857C
(149,133,124)
#A69991
(166,153,145)
#B7ADA6
(183,173,166)
#C8C1BB
(200,193,187)
#D9D5D0
(217,213,208)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402113; }

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

This text font color is #402113.


Background Color

.myBgColor { background-color: #402113; }

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

This div background color is #402113.


Border color

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

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

This div border color is #402113.


Opacity

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

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

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

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

This text has shadow with #402113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402113 on black background.


Color preview on white background

This text has color #402113 on white background.



Black color preview on #402113 background

This text has black color on #402113 background.


White color preview on #402113 background

This text has white color on #402113 background.