COLOR #462C3D

HEX: #462C3D
RGB: (70,44,61)

Color info

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

RGB color model

#462C3D color RGB value is (70,44,61).

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

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 61 of 255 = 24%

70
44
61

R + G + B ~ 23%. #462C3D is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 61 = 175 (100%)
R 70 of 175 ~ 40%
G 44 of 175 ~ 25.14%
B 61 of 175 ~ 34.86%

%40
%25.14
%34.86

CMYK color model

#462C3D color CMYK value is (0,37,13,73).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 12.86%
  • key color value is 72.55%
CMYK:
(0,37,13,73)
C0M37Y13K73 
(0%,37%,13%,73%)
(0.00/0.37/0.13/0.73)	

CMYK percentages

%0
%37.14
%12.86
%72.55

Codes

Color #462C3D in popluar color models

462C3D
RGB704461
HSL321°22.81%22.35%
HSB/HSV321°37.14%27.45%
CMYK0.00%37.14%12.86%
72.55%

Color #462C3D in popluar number systems.

HEX462C3D
Decimal704461
Binary1000110101100111101
Octal1065475

Shades and tints

Shades of #462C3D

#462C3D
(70,44,61)
#402838
(64,40,56)
#3A2433
(58,36,51)
#34202E
(52,32,46)
#2E1C29
(46,28,41)
#281824
(40,24,36)
#22141F
(34,20,31)
#1C101A
(28,16,26)
#160C15
(22,12,21)
#100810
(16,8,16)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #462C3D

#462C3D
(70,44,61)
#563F4E
(86,63,78)
#66525F
(102,82,95)
#766570
(118,101,112)
#867881
(134,120,129)
#968B92
(150,139,146)
#A69EA3
(166,158,163)
#B6B1B4
(182,177,180)
#C6C4C5
(198,196,197)
#D6D7D6
(214,215,214)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462C3D; }

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

This text font color is #462C3D.


Background Color

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

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

This div background color is #462C3D.


Border color

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

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

This div border color is #462C3D.


Opacity

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

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

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

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

This text has shadow with #462C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C3D on black background.


Color preview on white background

This text has color #462C3D on white background.



Black color preview on #462C3D background

This text has black color on #462C3D background.


White color preview on #462C3D background

This text has white color on #462C3D background.