COLOR #462F4D

HEX: #462F4D
RGB: (70,47,77)

Color info

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

RGB color model

#462F4D color RGB value is (70,47,77).

  • red value is 70;
  • green value is 47;
  • blue value is 77.
RGB:
(70,47,77)
(27%,18%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 47 of 255 = 18%
B 77 of 255 = 30%

70
47
77

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

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 77 = 194 (100%)
R 70 of 194 ~ 36.08%
G 47 of 194 ~ 24.23%
B 77 of 194 ~ 39.69%

%36.08
%24.23
%39.69

CMYK color model

#462F4D color CMYK value is (9,39,0,70).

  • cyan value is 9.09%
  • magenta value is 38.96%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(9,39,0,70)
C9M39Y0K70 
(9%,39%,0%,70%)
(0.09/0.39/0.00/0.70)	

CMYK percentages

%9.09
%38.96
%0
%69.8

Codes

Color #462F4D in popluar color models

462F4D
RGB704777
HSL286°24.19%24.31%
HSB/HSV286°38.96%30.20%
CMYK9.09%38.96%0.00%
69.80%

Color #462F4D in popluar number systems.

HEX462F4D
Decimal704777
Binary10001101011111001101
Octal10657115

Shades and tints

Shades of #462F4D

#462F4D
(70,47,77)
#402B46
(64,43,70)
#3A273F
(58,39,63)
#342338
(52,35,56)
#2E1F31
(46,31,49)
#281B2A
(40,27,42)
#221723
(34,23,35)
#1C131C
(28,19,28)
#160F15
(22,15,21)
#100B0E
(16,11,14)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #462F4D

#462F4D
(70,47,77)
#56415D
(86,65,93)
#66536D
(102,83,109)
#76657D
(118,101,125)
#86778D
(134,119,141)
#96899D
(150,137,157)
#A69BAD
(166,155,173)
#B6ADBD
(182,173,189)
#C6BFCD
(198,191,205)
#D6D1DD
(214,209,221)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462F4D color. Also use rgb(70,47,77) instead hex code.

Text Font Color

.myTextColor { color: #462F4D; }

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

This text font color is #462F4D.


Background Color

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

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

This div background color is #462F4D.


Border color

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

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

This div border color is #462F4D.


Opacity

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

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

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

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

This text has shadow with #462F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F4D on black background.


Color preview on white background

This text has color #462F4D on white background.



Black color preview on #462F4D background

This text has black color on #462F4D background.


White color preview on #462F4D background

This text has white color on #462F4D background.