COLOR #462B3D

HEX: #462B3D
RGB: (70,43,61)

Color info

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

RGB color model

#462B3D color RGB value is (70,43,61).

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

RGB channels and saturation

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

70
43
61

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

Portions of RGB colors in percentages

R + G + B =
70 + 43 + 61 = 174 (100%)
R 70 of 174 ~ 40.23%
G 43 of 174 ~ 24.71%
B 61 of 174 ~ 35.06%

%40.23
%24.71
%35.06

CMYK color model

#462B3D color CMYK value is (0,39,13,73).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 12.86%
  • key color value is 72.55%
CMYK:
(0,39,13,73)
C0M39Y13K73 
(0%,39%,13%,73%)
(0.00/0.39/0.13/0.73)	

CMYK percentages

%0
%38.57
%12.86
%72.55

Codes

Color #462B3D in popluar color models

462B3D
RGB704361
HSL320°23.89%22.16%
HSB/HSV320°38.57%27.45%
CMYK0.00%38.57%12.86%
72.55%

Color #462B3D in popluar number systems.

HEX462B3D
Decimal704361
Binary1000110101011111101
Octal1065375

Shades and tints

Shades of #462B3D

#462B3D
(70,43,61)
#402838
(64,40,56)
#3A2533
(58,37,51)
#34222E
(52,34,46)
#2E1F29
(46,31,41)
#281C24
(40,28,36)
#22191F
(34,25,31)
#1C161A
(28,22,26)
#161315
(22,19,21)
#101010
(16,16,16)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #462B3D

#462B3D
(70,43,61)
#563E4E
(86,62,78)
#66515F
(102,81,95)
#766470
(118,100,112)
#867781
(134,119,129)
#968A92
(150,138,146)
#A69DA3
(166,157,163)
#B6B0B4
(182,176,180)
#C6C3C5
(198,195,197)
#D6D6D6
(214,214,214)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462B3D; }

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

This text font color is #462B3D.


Background Color

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

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

This div background color is #462B3D.


Border color

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

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

This div border color is #462B3D.


Opacity

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

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

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

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

This text has shadow with #462B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462B3D on black background.


Color preview on white background

This text has color #462B3D on white background.



Black color preview on #462B3D background

This text has black color on #462B3D background.


White color preview on #462B3D background

This text has white color on #462B3D background.