COLOR #462C4F

HEX: #462C4F RGB: (70,44,79)

Color info

#462C4F contains red, green and blue colors in about the same proportion. Web safe color of #462C4F is #333366 (or #336).

RGB color model

#462C4F color RGB value is (70,44,79).

RGB: (70,44,79) (27%, 17%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 79 of 255 = 31%

70
44
79

R + G + B ~ 25%. #462C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 44 + 79 = 193 (100%)
R 70 of 193 ~ 36.27%
G 44 of 193 ~ 22.8%
B 79 of 193 ~ 40.93'%

%36.27
%22.8
%40.93

CMYK color model

#462C4F color CMYK value is (11,44,0,69).

  • cyan value is 11.39%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (11,44,0,69)
C11M44Y0K69 (11%, 44%, 0%, 69%)
(0.11 / 0.44 / 0.00 / 0.69)

CMYK percentages

%11.39
%44.3
%0
%69.02

Codes

Color #462C4F in popluar color models

46 2C 4F
RGB 70 44 79
HSL 285° 28.46% 24.12%
HSB/HSV 285° 44.30% 30.98%
CMYK 11.39% 44.30% 0.00%
69.02%

Color #462C4F in popluar number systems.

HEX 46 2C 4F
Decimal 70 44 79
Binary 1000110 101100 1001111
Octal 106 54 117

Shades and tints

Shades of #462C4F

#462C4F
(70,44,79)
#402848
(64,40,72)
#3A2441
(58,36,65)
#34203A
(52,32,58)
#2E1C33
(46,28,51)
#28182C
(40,24,44)
#221425
(34,20,37)
#1C101E
(28,16,30)
#160C17
(22,12,23)
#100810
(16,8,16)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #462C4F

#462C4F
(70,44,79)
#563F5F
(86,63,95)
#66526F
(102,82,111)
#76657F
(118,101,127)
#86788F
(134,120,143)
#968B9F
(150,139,159)
#A69EAF
(166,158,175)
#B6B1BF
(182,177,191)
#C6C4CF
(198,196,207)
#D6D7DF
(214,215,223)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462C4F; }

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

This text font color is #462C4F.

Background Color

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

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

This div background color is #462C4F.

Border color

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

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

This div border color is #462C4F.

Opacity

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

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

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

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

This text has shadow with #462C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462C4F.

Preview

Color preview on black background

This text has color #462C4F on black background.


Color preview on white background

This text has color #462C4F on white background.


Black color preview on #462C4F background

This text has black color on #462C4F background.


White color preview on #462C4F background

This text has white color on #462C4F background.


Related colors

Complementary color

Complementary color for #hex is #B9D3B0.


I love getcolorcode.com

Triadic colors

1 #4F462C and #2C4F46 with #462C4F are triadic colors.

2 #4F2C46 and #2C464F with #462C4F are triadic colors.