COLOR #462D27

HEX: #462D27
RGB: (70,45,39)

Color info

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

RGB color model

#462D27 color RGB value is (70,45,39).

  • red value is 70;
  • green value is 45;
  • blue value is 39.
RGB:
(70,45,39)
(27%,18%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 45 of 255 = 18%
B 39 of 255 = 15%

70
45
39

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

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 39 = 154 (100%)
R 70 of 154 ~ 45.45%
G 45 of 154 ~ 29.22%
B 39 of 154 ~ 25.32%

%45.45
%29.22
%25.32

CMYK color model

#462D27 color CMYK value is (0,36,44,73).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(0,36,44,73)
C0M36Y44K73 
(0%,36%,44%,73%)
(0.00/0.36/0.44/0.73)	

CMYK percentages

%0
%35.71
%44.29
%72.55

Codes

Color #462D27 in popluar color models

462D27
RGB704539
HSL12°28.44%21.37%
HSB/HSV12°44.29%27.45%
CMYK0.00%35.71%44.29%
72.55%

Color #462D27 in popluar number systems.

HEX462D27
Decimal704539
Binary1000110101101100111
Octal1065547

Shades and tints

Shades of #462D27

#462D27
(70,45,39)
#402924
(64,41,36)
#3A2521
(58,37,33)
#34211E
(52,33,30)
#2E1D1B
(46,29,27)
#281918
(40,25,24)
#221515
(34,21,21)
#1C1112
(28,17,18)
#160D0F
(22,13,15)
#10090C
(16,9,12)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #462D27

#462D27
(70,45,39)
#56403A
(86,64,58)
#66534D
(102,83,77)
#766660
(118,102,96)
#867973
(134,121,115)
#968C86
(150,140,134)
#A69F99
(166,159,153)
#B6B2AC
(182,178,172)
#C6C5BF
(198,197,191)
#D6D8D2
(214,216,210)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462D27 color. Also use rgb(70,45,39) instead hex code.

Text Font Color

.myTextColor { color: #462D27; }

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

This text font color is #462D27.


Background Color

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

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

This div background color is #462D27.


Border color

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

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

This div border color is #462D27.


Opacity

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

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

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

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

This text has shadow with #462D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D27 on black background.


Color preview on white background

This text has color #462D27 on white background.



Black color preview on #462D27 background

This text has black color on #462D27 background.


White color preview on #462D27 background

This text has white color on #462D27 background.