COLOR #46425F

HEX: #46425F
RGB: (70,66,95)

Color info

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

RGB color model

#46425F color RGB value is (70,66,95).

  • red value is 70;
  • green value is 66;
  • blue value is 95.
RGB:
(70,66,95)
(27%,26%,37%)

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 95 of 255 = 37%

70
66
95

R + G + B ~ 30%. #46425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 95 = 231 (100%)
R 70 of 231 ~ 30.3%
G 66 of 231 ~ 28.57%
B 95 of 231 ~ 41.13%

%30.3
%28.57
%41.13

CMYK color model

#46425F color CMYK value is (26,31,0,63).

  • cyan value is 26.32%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(26,31,0,63)
C26M31Y0K63 
(26%,31%,0%,63%)
(0.26/0.31/0.00/0.63)	

CMYK percentages

%26.32
%30.53
%0
%62.75

Codes

Color #46425F in popluar color models

46425F
RGB706695
HSL248°18.01%31.57%
HSB/HSV248°30.53%37.25%
CMYK26.32%30.53%0.00%
62.75%

Color #46425F in popluar number systems.

HEX46425F
Decimal706695
Binary100011010000101011111
Octal106102137

Shades and tints

Shades of #46425F

#46425F
(70,66,95)
#403C57
(64,60,87)
#3A364F
(58,54,79)
#343047
(52,48,71)
#2E2A3F
(46,42,63)
#282437
(40,36,55)
#221E2F
(34,30,47)
#1C1827
(28,24,39)
#16121F
(22,18,31)
#100C17
(16,12,23)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #46425F

#46425F
(70,66,95)
#56536D
(86,83,109)
#66647B
(102,100,123)
#767589
(118,117,137)
#868697
(134,134,151)
#9697A5
(150,151,165)
#A6A8B3
(166,168,179)
#B6B9C1
(182,185,193)
#C6CACF
(198,202,207)
#D6DBDD
(214,219,221)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46425F color. Also use rgb(70,66,95) instead hex code.

Text Font Color

.myTextColor { color: #46425F; }

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

This text font color is #46425F.


Background Color

.myBgColor { background-color: #46425F; }

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

This div background color is #46425F.


Border color

.myBorderColor { border: 1px solid #46425F; }

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

This div border color is #46425F.


Opacity

.myOpacity80 { color: #46425F; opacity: 0.8; }

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

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

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

This text has shadow with #46425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46425F on black background.


Color preview on white background

This text has color #46425F on white background.



Black color preview on #46425F background

This text has black color on #46425F background.


White color preview on #46425F background

This text has white color on #46425F background.