COLOR #462433

HEX: #462433
RGB: (70,36,51)

Color info

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

RGB color model

#462433 color RGB value is (70,36,51).

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

RGB channels and saturation

R 70 of 255 = 27%
G 36 of 255 = 14%
B 51 of 255 = 20%

70
36
51

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

Portions of RGB colors in percentages

R + G + B =
70 + 36 + 51 = 157 (100%)
R 70 of 157 ~ 44.59%
G 36 of 157 ~ 22.93%
B 51 of 157 ~ 32.48%

%44.59
%22.93
%32.48

CMYK color model

#462433 color CMYK value is (0,49,27,73).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 27.14%
  • key color value is 72.55%
CMYK:
(0,49,27,73)
C0M49Y27K73 
(0%,49%,27%,73%)
(0.00/0.49/0.27/0.73)	

CMYK percentages

%0
%48.57
%27.14
%72.55

Codes

Color #462433 in popluar color models

462433
RGB703651
HSL334°32.08%20.78%
HSB/HSV334°48.57%27.45%
CMYK0.00%48.57%27.14%
72.55%

Color #462433 in popluar number systems.

HEX462433
Decimal703651
Binary1000110100100110011
Octal1064463

Shades and tints

Shades of #462433

#462433
(70,36,51)
#40212F
(64,33,47)
#3A1E2B
(58,30,43)
#341B27
(52,27,39)
#2E1823
(46,24,35)
#28151F
(40,21,31)
#22121B
(34,18,27)
#1C0F17
(28,15,23)
#160C13
(22,12,19)
#10090F
(16,9,15)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #462433

#462433
(70,36,51)
#563745
(86,55,69)
#664A57
(102,74,87)
#765D69
(118,93,105)
#86707B
(134,112,123)
#96838D
(150,131,141)
#A6969F
(166,150,159)
#B6A9B1
(182,169,177)
#C6BCC3
(198,188,195)
#D6CFD5
(214,207,213)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462433; }

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

This text font color is #462433.


Background Color

.myBgColor { background-color: #462433; }

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

This div background color is #462433.


Border color

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

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

This div border color is #462433.


Opacity

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

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

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

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

This text has shadow with #462433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462433 on black background.


Color preview on white background

This text has color #462433 on white background.



Black color preview on #462433 background

This text has black color on #462433 background.


White color preview on #462433 background

This text has white color on #462433 background.