COLOR #402C27

HEX: #402C27
RGB: (64,44,39)

Color info

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

RGB color model

#402C27 color RGB value is (64,44,39).

  • red value is 64;
  • green value is 44;
  • blue value is 39.
RGB:
(64,44,39)
(25%,17%,15%)

RGB channels and saturation

R 64 of 255 = 25%
G 44 of 255 = 17%
B 39 of 255 = 15%

64
44
39

R + G + B ~ 19%. #402C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 44 + 39 = 147 (100%)
R 64 of 147 ~ 43.54%
G 44 of 147 ~ 29.93%
B 39 of 147 ~ 26.53%

%43.54
%29.93
%26.53

CMYK color model

#402C27 color CMYK value is (0,31,39,75).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 39.06%
  • key color value is 74.90%
CMYK:
(0,31,39,75)
C0M31Y39K75 
(0%,31%,39%,75%)
(0.00/0.31/0.39/0.75)	

CMYK percentages

%0
%31.25
%39.06
%74.9

Codes

Color #402C27 in popluar color models

402C27
RGB644439
HSL12°24.27%20.20%
HSB/HSV12°39.06%25.10%
CMYK0.00%31.25%39.06%
74.90%

Color #402C27 in popluar number systems.

HEX402C27
Decimal644439
Binary1000000101100100111
Octal1005447

Shades and tints

Shades of #402C27

#402C27
(64,44,39)
#3B2824
(59,40,36)
#362421
(54,36,33)
#31201E
(49,32,30)
#2C1C1B
(44,28,27)
#271818
(39,24,24)
#221415
(34,20,21)
#1D1012
(29,16,18)
#180C0F
(24,12,15)
#13080C
(19,8,12)
#0E0409
(14,4,9)
#000000
(0,0,0)

Tints of #402C27

#402C27
(64,44,39)
#513F3A
(81,63,58)
#62524D
(98,82,77)
#736560
(115,101,96)
#847873
(132,120,115)
#958B86
(149,139,134)
#A69E99
(166,158,153)
#B7B1AC
(183,177,172)
#C8C4BF
(200,196,191)
#D9D7D2
(217,215,210)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402C27 color. Also use rgb(64,44,39) instead hex code.

Text Font Color

.myTextColor { color: #402C27; }

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

This text font color is #402C27.


Background Color

.myBgColor { background-color: #402C27; }

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

This div background color is #402C27.


Border color

.myBorderColor { border: 1px solid #402C27; }

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

This div border color is #402C27.


Opacity

.myOpacity80 { color: #402C27; opacity: 0.8; }

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

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

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

This text has shadow with #402C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402C27 on black background.


Color preview on white background

This text has color #402C27 on white background.



Black color preview on #402C27 background

This text has black color on #402C27 background.


White color preview on #402C27 background

This text has white color on #402C27 background.