COLOR #462C4A

HEX: #462C4A
RGB: (70,44,74)

Color info

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

RGB color model

#462C4A color RGB value is (70,44,74).

  • red value is 70;
  • green value is 44;
  • blue value is 74.
RGB:
(70,44,74)
(27%,17%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 74 of 255 = 29%

70
44
74

R + G + B ~ 24%. #462C4A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 74 = 188 (100%)
R 70 of 188 ~ 37.23%
G 44 of 188 ~ 23.4%
B 74 of 188 ~ 39.36%

%37.23
%23.4
%39.36

CMYK color model

#462C4A color CMYK value is (5,41,0,71).

  • cyan value is 5.41%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,41,0,71)
C5M41Y0K71 
(5%,41%,0%,71%)
(0.05/0.41/0.00/0.71)	

CMYK percentages

%5.41
%40.54
%0
%70.98

Codes

Color #462C4A in popluar color models

462C4A
RGB704474
HSL292°25.42%23.14%
HSB/HSV292°40.54%29.02%
CMYK5.41%40.54%0.00%
70.98%

Color #462C4A in popluar number systems.

HEX462C4A
Decimal704474
Binary10001101011001001010
Octal10654112

Shades and tints

Shades of #462C4A

#462C4A
(70,44,74)
#402844
(64,40,68)
#3A243E
(58,36,62)
#342038
(52,32,56)
#2E1C32
(46,28,50)
#28182C
(40,24,44)
#221426
(34,20,38)
#1C1020
(28,16,32)
#160C1A
(22,12,26)
#100814
(16,8,20)
#0A040E
(10,4,14)
#000000
(0,0,0)

Tints of #462C4A

#462C4A
(70,44,74)
#563F5A
(86,63,90)
#66526A
(102,82,106)
#76657A
(118,101,122)
#86788A
(134,120,138)
#968B9A
(150,139,154)
#A69EAA
(166,158,170)
#B6B1BA
(182,177,186)
#C6C4CA
(198,196,202)
#D6D7DA
(214,215,218)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462C4A color. Also use rgb(70,44,74) instead hex code.

Text Font Color

.myTextColor { color: #462C4A; }

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

This text font color is #462C4A.


Background Color

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

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

This div background color is #462C4A.


Border color

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

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

This div border color is #462C4A.


Opacity

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

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

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

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

This text has shadow with #462C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C4A on black background.


Color preview on white background

This text has color #462C4A on white background.



Black color preview on #462C4A background

This text has black color on #462C4A background.


White color preview on #462C4A background

This text has white color on #462C4A background.