COLOR #462735

HEX: #462735
RGB: (70,39,53)

Color info

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

RGB color model

#462735 color RGB value is (70,39,53).

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

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 53 of 255 = 21%

70
39
53

R + G + B ~ 21%. #462735 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 53 = 162 (100%)
R 70 of 162 ~ 43.21%
G 39 of 162 ~ 24.07%
B 53 of 162 ~ 32.72%

%43.21
%24.07
%32.72

CMYK color model

#462735 color CMYK value is (0,44,24,73).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 24.29%
  • key color value is 72.55%
CMYK:
(0,44,24,73)
C0M44Y24K73 
(0%,44%,24%,73%)
(0.00/0.44/0.24/0.73)	

CMYK percentages

%0
%44.29
%24.29
%72.55

Codes

Color #462735 in popluar color models

462735
RGB703953
HSL333°28.44%21.37%
HSB/HSV333°44.29%27.45%
CMYK0.00%44.29%24.29%
72.55%

Color #462735 in popluar number systems.

HEX462735
Decimal703953
Binary1000110100111110101
Octal1064765

Shades and tints

Shades of #462735

#462735
(70,39,53)
#402431
(64,36,49)
#3A212D
(58,33,45)
#341E29
(52,30,41)
#2E1B25
(46,27,37)
#281821
(40,24,33)
#22151D
(34,21,29)
#1C1219
(28,18,25)
#160F15
(22,15,21)
#100C11
(16,12,17)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #462735

#462735
(70,39,53)
#563A47
(86,58,71)
#664D59
(102,77,89)
#76606B
(118,96,107)
#86737D
(134,115,125)
#96868F
(150,134,143)
#A699A1
(166,153,161)
#B6ACB3
(182,172,179)
#C6BFC5
(198,191,197)
#D6D2D7
(214,210,215)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462735; }

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

This text font color is #462735.


Background Color

.myBgColor { background-color: #462735; }

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

This div background color is #462735.


Border color

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

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

This div border color is #462735.


Opacity

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

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

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

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

This text has shadow with #462735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462735 on black background.


Color preview on white background

This text has color #462735 on white background.



Black color preview on #462735 background

This text has black color on #462735 background.


White color preview on #462735 background

This text has white color on #462735 background.