COLOR #462C29

HEX: #462C29
RGB: (70,44,41)

Color info

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

RGB color model

#462C29 color RGB value is (70,44,41).

  • red value is 70;
  • green value is 44;
  • blue value is 41.
RGB:
(70,44,41)
(27%,17%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 41 of 255 = 16%

70
44
41

R + G + B ~ 20%. #462C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 41 = 155 (100%)
R 70 of 155 ~ 45.16%
G 44 of 155 ~ 28.39%
B 41 of 155 ~ 26.45%

%45.16
%28.39
%26.45

CMYK color model

#462C29 color CMYK value is (0,37,41,73).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(0,37,41,73)
C0M37Y41K73 
(0%,37%,41%,73%)
(0.00/0.37/0.41/0.73)	

CMYK percentages

%0
%37.14
%41.43
%72.55

Codes

Color #462C29 in popluar color models

462C29
RGB704441
HSL26.13%21.76%
HSB/HSV41.43%27.45%
CMYK0.00%37.14%41.43%
72.55%

Color #462C29 in popluar number systems.

HEX462C29
Decimal704441
Binary1000110101100101001
Octal1065451

Shades and tints

Shades of #462C29

#462C29
(70,44,41)
#402826
(64,40,38)
#3A2423
(58,36,35)
#342020
(52,32,32)
#2E1C1D
(46,28,29)
#28181A
(40,24,26)
#221417
(34,20,23)
#1C1014
(28,16,20)
#160C11
(22,12,17)
#10080E
(16,8,14)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #462C29

#462C29
(70,44,41)
#563F3C
(86,63,60)
#66524F
(102,82,79)
#766562
(118,101,98)
#867875
(134,120,117)
#968B88
(150,139,136)
#A69E9B
(166,158,155)
#B6B1AE
(182,177,174)
#C6C4C1
(198,196,193)
#D6D7D4
(214,215,212)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462C29 color. Also use rgb(70,44,41) instead hex code.

Text Font Color

.myTextColor { color: #462C29; }

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

This text font color is #462C29.


Background Color

.myBgColor { background-color: #462C29; }

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

This div background color is #462C29.


Border color

.myBorderColor { border: 1px solid #462C29; }

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

This div border color is #462C29.


Opacity

.myOpacity80 { color: #462C29; opacity: 0.8; }

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

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

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

This text has shadow with #462C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C29 on black background.


Color preview on white background

This text has color #462C29 on white background.



Black color preview on #462C29 background

This text has black color on #462C29 background.


White color preview on #462C29 background

This text has white color on #462C29 background.