COLOR #462521

HEX: #462521
RGB: (70,37,33)

Color info

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

RGB color model

#462521 color RGB value is (70,37,33).

  • red value is 70;
  • green value is 37;
  • blue value is 33.
RGB:
(70,37,33)
(27%,15%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 37 of 255 = 15%
B 33 of 255 = 13%

70
37
33

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

Portions of RGB colors in percentages

R + G + B =
70 + 37 + 33 = 140 (100%)
R 70 of 140 ~ 50%
G 37 of 140 ~ 26.43%
B 33 of 140 ~ 23.57%

%50
%26.43
%23.57

CMYK color model

#462521 color CMYK value is (0,47,53,73).

  • cyan value is 0.00%
  • magenta value is 47.14%
  • yellow value is 52.86%
  • key color value is 72.55%
CMYK:
(0,47,53,73)
C0M47Y53K73 
(0%,47%,53%,73%)
(0.00/0.47/0.53/0.73)	

CMYK percentages

%0
%47.14
%52.86
%72.55

Codes

Color #462521 in popluar color models

462521
RGB703733
HSL35.92%20.20%
HSB/HSV52.86%27.45%
CMYK0.00%47.14%52.86%
72.55%

Color #462521 in popluar number systems.

HEX462521
Decimal703733
Binary1000110100101100001
Octal1064541

Shades and tints

Shades of #462521

#462521
(70,37,33)
#40221E
(64,34,30)
#3A1F1B
(58,31,27)
#341C18
(52,28,24)
#2E1915
(46,25,21)
#281612
(40,22,18)
#22130F
(34,19,15)
#1C100C
(28,16,12)
#160D09
(22,13,9)
#100A06
(16,10,6)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #462521

#462521
(70,37,33)
#563835
(86,56,53)
#664B49
(102,75,73)
#765E5D
(118,94,93)
#867171
(134,113,113)
#968485
(150,132,133)
#A69799
(166,151,153)
#B6AAAD
(182,170,173)
#C6BDC1
(198,189,193)
#D6D0D5
(214,208,213)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462521 color. Also use rgb(70,37,33) instead hex code.

Text Font Color

.myTextColor { color: #462521; }

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

This text font color is #462521.


Background Color

.myBgColor { background-color: #462521; }

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

This div background color is #462521.


Border color

.myBorderColor { border: 1px solid #462521; }

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

This div border color is #462521.


Opacity

.myOpacity80 { color: #462521; opacity: 0.8; }

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

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

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

This text has shadow with #462521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462521 on black background.


Color preview on white background

This text has color #462521 on white background.



Black color preview on #462521 background

This text has black color on #462521 background.


White color preview on #462521 background

This text has white color on #462521 background.