COLOR #462F44

HEX: #462F44
RGB: (70,47,68)

Color info

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

RGB color model

#462F44 color RGB value is (70,47,68).

  • red value is 70;
  • green value is 47;
  • blue value is 68.
RGB:
(70,47,68)
(27%,18%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 47 of 255 = 18%
B 68 of 255 = 27%

70
47
68

R + G + B ~ 24%. #462F44 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 68 = 185 (100%)
R 70 of 185 ~ 37.84%
G 47 of 185 ~ 25.41%
B 68 of 185 ~ 36.76%

%37.84
%25.41
%36.76

CMYK color model

#462F44 color CMYK value is (0,33,3,73).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 2.86%
  • key color value is 72.55%
CMYK:
(0,33,3,73)
C0M33Y3K73 
(0%,33%,3%,73%)
(0.00/0.33/0.03/0.73)	

CMYK percentages

%0
%32.86
%2.86
%72.55

Codes

Color #462F44 in popluar color models

462F44
RGB704768
HSL305°19.66%22.94%
HSB/HSV305°32.86%27.45%
CMYK0.00%32.86%2.86%
72.55%

Color #462F44 in popluar number systems.

HEX462F44
Decimal704768
Binary10001101011111000100
Octal10657104

Shades and tints

Shades of #462F44

#462F44
(70,47,68)
#402B3E
(64,43,62)
#3A2738
(58,39,56)
#342332
(52,35,50)
#2E1F2C
(46,31,44)
#281B26
(40,27,38)
#221720
(34,23,32)
#1C131A
(28,19,26)
#160F14
(22,15,20)
#100B0E
(16,11,14)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #462F44

#462F44
(70,47,68)
#564155
(86,65,85)
#665366
(102,83,102)
#766577
(118,101,119)
#867788
(134,119,136)
#968999
(150,137,153)
#A69BAA
(166,155,170)
#B6ADBB
(182,173,187)
#C6BFCC
(198,191,204)
#D6D1DD
(214,209,221)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462F44 color. Also use rgb(70,47,68) instead hex code.

Text Font Color

.myTextColor { color: #462F44; }

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

This text font color is #462F44.


Background Color

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

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

This div background color is #462F44.


Border color

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

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

This div border color is #462F44.


Opacity

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

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

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

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

This text has shadow with #462F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F44 on black background.


Color preview on white background

This text has color #462F44 on white background.



Black color preview on #462F44 background

This text has black color on #462F44 background.


White color preview on #462F44 background

This text has white color on #462F44 background.