COLOR #403315

HEX: #403315 RGB: (64,51,21)

Color info

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

RGB color model

#403315 color RGB value is (64,51,21).

RGB: (64,51,21) (25%, 20%, 8%)

RGB channels and saturation

R 64 of 255 = 25%
G 51 of 255 = 20%
B 21 of 255 = 8%

64
51
21

R + G + B ~ 18%. #403315 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 51 + 21 = 136 (100%)
R 64 of 136 ~ 47.06%
G 51 of 136 ~ 37.5%
B 21 of 136 ~ 15.44'%

%47.06
%37.5
%15.44

CMYK color model

#403315 color CMYK value is (0,20,67,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 67.19%
  • key color value is 74.90%
CMYK: (0,20,67,75) C0M20Y67K75 (0%,20%,67%,75%) (0.00/0.20/0.67/0.75) 

CMYK percentages

%0
%20.31
%67.19
%74.9

Codes

Color #403315 in popluar color models

40 33 15
RGB 64 51 21
HSL 42° 50.59% 16.67%
HSB/HSV 42° 67.19% 25.10%
CMYK 0.00% 20.31% 67.19%
74.90%

Color #403315 in popluar number systems.

HEX 40 33 15
Decimal 64 51 21
Binary 1000000 110011 10101
Octal 100 63 25

Shades and tints

Shades of #403315

#403315
(64,51,21)
#3B2F14
(59,47,20)
#362B13
(54,43,19)
#312712
(49,39,18)
#2C2311
(44,35,17)
#271F10
(39,31,16)
#221B0F
(34,27,15)
#1D170E
(29,23,14)
#18130D
(24,19,13)
#130F0C
(19,15,12)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #403315

#403315
(64,51,21)
#51452A
(81,69,42)
#62573F
(98,87,63)
#736954
(115,105,84)
#847B69
(132,123,105)
#958D7E
(149,141,126)
#A69F93
(166,159,147)
#B7B1A8
(183,177,168)
#C8C3BD
(200,195,189)
#D9D5D2
(217,213,210)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403315; }

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

This text font color is #403315.

Background Color

.myBgColor { background-color: #403315; }

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

This div background color is #403315.

Border color

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

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

This div border color is #403315.

Opacity

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

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

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

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

This text has shadow with #403315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403315.

Preview

Color preview on black background

This text has color #403315 on black background.


Color preview on white background

This text has color #403315 on white background.


Black color preview on #403315 background

This text has black color on #403315 background.


White color preview on #403315 background

This text has white color on #403315 background.


Related colors

Complementary color

Complementary color for #hex is #BFCCEA.


I love getcolorcode.com

Triadic colors

1 #154033 and #331540 with #403315 are triadic colors.

2 #153340 and #334015 with #403315 are triadic colors.