COLOR #462C23

HEX: #462C23 RGB: (70,44,35)

Color info

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

RGB color model

#462C23 color RGB value is (70,44,35).

RGB: (70,44,35) (27%, 17%, 14%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 35 of 255 = 14%

70
44
35

R + G + B ~ 19%. #462C23 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 44 + 35 = 149 (100%)
R 70 of 149 ~ 46.98%
G 44 of 149 ~ 29.53%
B 35 of 149 ~ 23.49'%

%46.98
%29.53
%23.49

CMYK color model

#462C23 color CMYK value is (0,37,50,73).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 50.00%
  • key color value is 72.55%

CMYK: (0,37,50,73)
C0M37Y50K73 (0%, 37%, 50%, 73%)
(0.00 / 0.37 / 0.50 / 0.73)

CMYK percentages

%0
%37.14
%50
%72.55

Codes

Color #462C23 in popluar color models

46 2C 23
RGB 70 44 35
HSL 15° 33.33% 20.59%
HSB/HSV 15° 50.00% 27.45%
CMYK 0.00% 37.14% 50.00%
72.55%

Color #462C23 in popluar number systems.

HEX 46 2C 23
Decimal 70 44 35
Binary 1000110 101100 100011
Octal 106 54 43

Shades and tints

Shades of #462C23

#462C23
(70,44,35)
#402820
(64,40,32)
#3A241D
(58,36,29)
#34201A
(52,32,26)
#2E1C17
(46,28,23)
#281814
(40,24,20)
#221411
(34,20,17)
#1C100E
(28,16,14)
#160C0B
(22,12,11)
#100808
(16,8,8)
#0A0405
(10,4,5)
#000000
(0,0,0)

Tints of #462C23

#462C23
(70,44,35)
#563F37
(86,63,55)
#66524B
(102,82,75)
#76655F
(118,101,95)
#867873
(134,120,115)
#968B87
(150,139,135)
#A69E9B
(166,158,155)
#B6B1AF
(182,177,175)
#C6C4C3
(198,196,195)
#D6D7D7
(214,215,215)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462C23; }

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

This text font color is #462C23.

Background Color

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

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

This div background color is #462C23.

Border color

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

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

This div border color is #462C23.

Opacity

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

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

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

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

This text has shadow with #462C23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462C23.

Preview

Color preview on black background

This text has color #462C23 on black background.


Color preview on white background

This text has color #462C23 on white background.


Black color preview on #462C23 background

This text has black color on #462C23 background.


White color preview on #462C23 background

This text has white color on #462C23 background.


Related colors

Complementary color

Complementary color for #hex is #B9D3DC.


I love getcolorcode.com

Triadic colors

1 #23462C and #2C2346 with #462C23 are triadic colors.

2 #232C46 and #2C4623 with #462C23 are triadic colors.