COLOR #462425

HEX: #462425
RGB: (70,36,37)

Color info

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

RGB color model

#462425 color RGB value is (70,36,37).

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

RGB channels and saturation

R 70 of 255 = 27%
G 36 of 255 = 14%
B 37 of 255 = 15%

70
36
37

R + G + B ~ 19%. #462425 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 36 + 37 = 143 (100%)
R 70 of 143 ~ 48.95%
G 36 of 143 ~ 25.17%
B 37 of 143 ~ 25.87%

%48.95
%25.17
%25.87

CMYK color model

#462425 color CMYK value is (0,49,47,73).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 47.14%
  • key color value is 72.55%
CMYK:
(0,49,47,73)
C0M49Y47K73 
(0%,49%,47%,73%)
(0.00/0.49/0.47/0.73)	

CMYK percentages

%0
%48.57
%47.14
%72.55

Codes

Color #462425 in popluar color models

462425
RGB703637
HSL358°32.08%20.78%
HSB/HSV358°48.57%27.45%
CMYK0.00%48.57%47.14%
72.55%

Color #462425 in popluar number systems.

HEX462425
Decimal703637
Binary1000110100100100101
Octal1064445

Shades and tints

Shades of #462425

#462425
(70,36,37)
#402122
(64,33,34)
#3A1E1F
(58,30,31)
#341B1C
(52,27,28)
#2E1819
(46,24,25)
#281516
(40,21,22)
#221213
(34,18,19)
#1C0F10
(28,15,16)
#160C0D
(22,12,13)
#10090A
(16,9,10)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #462425

#462425
(70,36,37)
#563738
(86,55,56)
#664A4B
(102,74,75)
#765D5E
(118,93,94)
#867071
(134,112,113)
#968384
(150,131,132)
#A69697
(166,150,151)
#B6A9AA
(182,169,170)
#C6BCBD
(198,188,189)
#D6CFD0
(214,207,208)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462425; }

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

This text font color is #462425.


Background Color

.myBgColor { background-color: #462425; }

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

This div background color is #462425.


Border color

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

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

This div border color is #462425.


Opacity

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

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

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

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

This text has shadow with #462425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462425 on black background.


Color preview on white background

This text has color #462425 on white background.



Black color preview on #462425 background

This text has black color on #462425 background.


White color preview on #462425 background

This text has white color on #462425 background.