COLOR #462F1A

HEX: #462F1A
RGB: (70,47,26)

Color info

#462F1A contains red, green and blue colors in about the same proportion. Web safe color of #462F1A is #333300 (or #330).

RGB color model

#462F1A color RGB value is (70,47,26).

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

RGB channels and saturation

R 70 of 255 = 27%
G 47 of 255 = 18%
B 26 of 255 = 10%

70
47
26

R + G + B ~ 18%. #462F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 26 = 143 (100%)
R 70 of 143 ~ 48.95%
G 47 of 143 ~ 32.87%
B 26 of 143 ~ 18.18%

%48.95
%32.87
%18.18

CMYK color model

#462F1A color CMYK value is (0,33,63,73).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 62.86%
  • key color value is 72.55%
CMYK:
(0,33,63,73)
C0M33Y63K73 
(0%,33%,63%,73%)
(0.00/0.33/0.63/0.73)	

CMYK percentages

%0
%32.86
%62.86
%72.55

Codes

Color #462F1A in popluar color models

462F1A
RGB704726
HSL29°45.83%18.82%
HSB/HSV29°62.86%27.45%
CMYK0.00%32.86%62.86%
72.55%

Color #462F1A in popluar number systems.

HEX462F1A
Decimal704726
Binary100011010111111010
Octal1065732

Shades and tints

Shades of #462F1A

#462F1A
(70,47,26)
#402B18
(64,43,24)
#3A2716
(58,39,22)
#342314
(52,35,20)
#2E1F12
(46,31,18)
#281B10
(40,27,16)
#22170E
(34,23,14)
#1C130C
(28,19,12)
#160F0A
(22,15,10)
#100B08
(16,11,8)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #462F1A

#462F1A
(70,47,26)
#56412E
(86,65,46)
#665342
(102,83,66)
#766556
(118,101,86)
#86776A
(134,119,106)
#96897E
(150,137,126)
#A69B92
(166,155,146)
#B6ADA6
(182,173,166)
#C6BFBA
(198,191,186)
#D6D1CE
(214,209,206)
#E6E3E2
(230,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462F1A; }

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

This text font color is #462F1A.


Background Color

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

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

This div background color is #462F1A.


Border color

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

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

This div border color is #462F1A.


Opacity

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

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

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

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

This text has shadow with #462F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F1A on black background.


Color preview on white background

This text has color #462F1A on white background.



Black color preview on #462F1A background

This text has black color on #462F1A background.


White color preview on #462F1A background

This text has white color on #462F1A background.