COLOR #462F26

HEX: #462F26
RGB: (70,47,38)

Color info

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

RGB color model

#462F26 color RGB value is (70,47,38).

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

RGB channels and saturation

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

70
47
38

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

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 38 = 155 (100%)
R 70 of 155 ~ 45.16%
G 47 of 155 ~ 30.32%
B 38 of 155 ~ 24.52%

%45.16
%30.32
%24.52

CMYK color model

#462F26 color CMYK value is (0,33,46,73).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 45.71%
  • key color value is 72.55%
CMYK:
(0,33,46,73)
C0M33Y46K73 
(0%,33%,46%,73%)
(0.00/0.33/0.46/0.73)	

CMYK percentages

%0
%32.86
%45.71
%72.55

Codes

Color #462F26 in popluar color models

462F26
RGB704738
HSL17°29.63%21.18%
HSB/HSV17°45.71%27.45%
CMYK0.00%32.86%45.71%
72.55%

Color #462F26 in popluar number systems.

HEX462F26
Decimal704738
Binary1000110101111100110
Octal1065746

Shades and tints

Shades of #462F26

#462F26
(70,47,38)
#402B23
(64,43,35)
#3A2720
(58,39,32)
#34231D
(52,35,29)
#2E1F1A
(46,31,26)
#281B17
(40,27,23)
#221714
(34,23,20)
#1C1311
(28,19,17)
#160F0E
(22,15,14)
#100B0B
(16,11,11)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #462F26

#462F26
(70,47,38)
#564139
(86,65,57)
#66534C
(102,83,76)
#76655F
(118,101,95)
#867772
(134,119,114)
#968985
(150,137,133)
#A69B98
(166,155,152)
#B6ADAB
(182,173,171)
#C6BFBE
(198,191,190)
#D6D1D1
(214,209,209)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462F26; }

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

This text font color is #462F26.


Background Color

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

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

This div background color is #462F26.


Border color

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

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

This div border color is #462F26.


Opacity

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

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

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

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

This text has shadow with #462F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F26 on black background.


Color preview on white background

This text has color #462F26 on white background.



Black color preview on #462F26 background

This text has black color on #462F26 background.


White color preview on #462F26 background

This text has white color on #462F26 background.