COLOR #462F27

HEX: #462F27
RGB: (70,47,39)

Color info

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

RGB color model

#462F27 color RGB value is (70,47,39).

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

RGB channels and saturation

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

70
47
39

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

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 39 = 156 (100%)
R 70 of 156 ~ 44.87%
G 47 of 156 ~ 30.13%
B 39 of 156 ~ 25%

%44.87
%30.13
%25

CMYK color model

#462F27 color CMYK value is (0,33,44,73).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(0,33,44,73)
C0M33Y44K73 
(0%,33%,44%,73%)
(0.00/0.33/0.44/0.73)	

CMYK percentages

%0
%32.86
%44.29
%72.55

Codes

Color #462F27 in popluar color models

462F27
RGB704739
HSL15°28.44%21.37%
HSB/HSV15°44.29%27.45%
CMYK0.00%32.86%44.29%
72.55%

Color #462F27 in popluar number systems.

HEX462F27
Decimal704739
Binary1000110101111100111
Octal1065747

Shades and tints

Shades of #462F27

#462F27
(70,47,39)
#402B24
(64,43,36)
#3A2721
(58,39,33)
#34231E
(52,35,30)
#2E1F1B
(46,31,27)
#281B18
(40,27,24)
#221715
(34,23,21)
#1C1312
(28,19,18)
#160F0F
(22,15,15)
#100B0C
(16,11,12)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #462F27

#462F27
(70,47,39)
#56413A
(86,65,58)
#66534D
(102,83,77)
#766560
(118,101,96)
#867773
(134,119,115)
#968986
(150,137,134)
#A69B99
(166,155,153)
#B6ADAC
(182,173,172)
#C6BFBF
(198,191,191)
#D6D1D2
(214,209,210)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462F27; }

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

This text font color is #462F27.


Background Color

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

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

This div background color is #462F27.


Border color

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

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

This div border color is #462F27.


Opacity

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

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

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

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

This text has shadow with #462F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F27 on black background.


Color preview on white background

This text has color #462F27 on white background.



Black color preview on #462F27 background

This text has black color on #462F27 background.


White color preview on #462F27 background

This text has white color on #462F27 background.