COLOR #462F31

HEX: #462F31
RGB: (70,47,49)

Color info

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

RGB color model

#462F31 color RGB value is (70,47,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 47 of 255 = 18%
B 49 of 255 = 19%

70
47
49

R + G + B ~ 21%. #462F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 49 = 166 (100%)
R 70 of 166 ~ 42.17%
G 47 of 166 ~ 28.31%
B 49 of 166 ~ 29.52%

%42.17
%28.31
%29.52

CMYK color model

#462F31 color CMYK value is (0,33,30,73).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,33,30,73)
C0M33Y30K73 
(0%,33%,30%,73%)
(0.00/0.33/0.30/0.73)	

CMYK percentages

%0
%32.86
%30
%72.55

Codes

Color #462F31 in popluar color models

462F31
RGB704749
HSL355°19.66%22.94%
HSB/HSV355°32.86%27.45%
CMYK0.00%32.86%30.00%
72.55%

Color #462F31 in popluar number systems.

HEX462F31
Decimal704749
Binary1000110101111110001
Octal1065761

Shades and tints

Shades of #462F31

#462F31
(70,47,49)
#402B2D
(64,43,45)
#3A2729
(58,39,41)
#342325
(52,35,37)
#2E1F21
(46,31,33)
#281B1D
(40,27,29)
#221719
(34,23,25)
#1C1315
(28,19,21)
#160F11
(22,15,17)
#100B0D
(16,11,13)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #462F31

#462F31
(70,47,49)
#564143
(86,65,67)
#665355
(102,83,85)
#766567
(118,101,103)
#867779
(134,119,121)
#96898B
(150,137,139)
#A69B9D
(166,155,157)
#B6ADAF
(182,173,175)
#C6BFC1
(198,191,193)
#D6D1D3
(214,209,211)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462F31; }

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

This text font color is #462F31.


Background Color

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

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

This div background color is #462F31.


Border color

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

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

This div border color is #462F31.


Opacity

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

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

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

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

This text has shadow with #462F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F31 on black background.


Color preview on white background

This text has color #462F31 on white background.



Black color preview on #462F31 background

This text has black color on #462F31 background.


White color preview on #462F31 background

This text has white color on #462F31 background.