COLOR #462C2A

HEX: #462C2A RGB: (70,44,42)

Color info

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

RGB color model

#462C2A color RGB value is (70,44,42).

RGB: (70,44,42) (27%, 17%, 16%)

RGB channels and saturation

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

70
44
42

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

Portions of RGB colors in percentages

R + G + B = 70 + 44 + 42 = 156 (100%)
R 70 of 156 ~ 44.87%
G 44 of 156 ~ 28.21%
B 42 of 156 ~ 26.92'%

%44.87
%28.21
%26.92

CMYK color model

#462C2A color CMYK value is (0,37,40,73).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 40.00%
  • key color value is 72.55%
CMYK: (0,37,40,73) C0M37Y40K73 (0%,37%,40%,73%) (0.00/0.37/0.40/0.73) 

CMYK percentages

%0
%37.14
%40
%72.55

Codes

Color #462C2A in popluar color models

46 2C 2A
RGB 70 44 42
HSL 25.00% 21.96%
HSB/HSV 40.00% 27.45%
CMYK 0.00% 37.14% 40.00%
72.55%

Color #462C2A in popluar number systems.

HEX 46 2C 2A
Decimal 70 44 42
Binary 1000110 101100 101010
Octal 106 54 52

Shades and tints

Shades of #462C2A

#462C2A
(70,44,42)
#402827
(64,40,39)
#3A2424
(58,36,36)
#342021
(52,32,33)
#2E1C1E
(46,28,30)
#28181B
(40,24,27)
#221418
(34,20,24)
#1C1015
(28,16,21)
#160C12
(22,12,18)
#10080F
(16,8,15)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #462C2A

#462C2A
(70,44,42)
#563F3D
(86,63,61)
#665250
(102,82,80)
#766563
(118,101,99)
#867876
(134,120,118)
#968B89
(150,139,137)
#A69E9C
(166,158,156)
#B6B1AF
(182,177,175)
#C6C4C2
(198,196,194)
#D6D7D5
(214,215,213)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462C2A; }

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

This text font color is #462C2A.

Background Color

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

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

This div background color is #462C2A.

Border color

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

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

This div border color is #462C2A.

Opacity

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

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

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

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

This text has shadow with #462C2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462C2A.

Preview

Color preview on black background

This text has color #462C2A on black background.


Color preview on white background

This text has color #462C2A on white background.


Black color preview on #462C2A background

This text has black color on #462C2A background.


White color preview on #462C2A background

This text has white color on #462C2A background.


Related colors

Complementary color

Complementary color for #hex is #B9D3D5.


I love getcolorcode.com

Triadic colors

1 #2A462C and #2C2A46 with #462C2A are triadic colors.

2 #2A2C46 and #2C462A with #462C2A are triadic colors.