COLOR #46335F

HEX: #46335F RGB: (70,51,95)

Color info

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

RGB color model

#46335F color RGB value is (70,51,95).

RGB: (70,51,95) (27%, 20%, 37%)

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 95 of 255 = 37%

70
51
95

R + G + B ~ 28%. #46335F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 51 + 95 = 216 (100%)
R 70 of 216 ~ 32.41%
G 51 of 216 ~ 23.61%
B 95 of 216 ~ 43.98'%

%32.41
%23.61
%43.98

CMYK color model

#46335F color CMYK value is (26,46,0,63).

  • cyan value is 26.32%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (26,46,0,63)
C26M46Y0K63 (26%, 46%, 0%, 63%)
(0.26 / 0.46 / 0.00 / 0.63)

CMYK percentages

%26.32
%46.32
%0
%62.75

Codes

Color #46335F in popluar color models

46 33 5F
RGB 70 51 95
HSL 266° 30.14% 28.63%
HSB/HSV 266° 46.32% 37.25%
CMYK 26.32% 46.32% 0.00%
62.75%

Color #46335F in popluar number systems.

HEX 46 33 5F
Decimal 70 51 95
Binary 1000110 110011 1011111
Octal 106 63 137

Shades and tints

Shades of #46335F

#46335F
(70,51,95)
#402F57
(64,47,87)
#3A2B4F
(58,43,79)
#342747
(52,39,71)
#2E233F
(46,35,63)
#281F37
(40,31,55)
#221B2F
(34,27,47)
#1C1727
(28,23,39)
#16131F
(22,19,31)
#100F17
(16,15,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #46335F

#46335F
(70,51,95)
#56456D
(86,69,109)
#66577B
(102,87,123)
#766989
(118,105,137)
#867B97
(134,123,151)
#968DA5
(150,141,165)
#A69FB3
(166,159,179)
#B6B1C1
(182,177,193)
#C6C3CF
(198,195,207)
#D6D5DD
(214,213,221)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46335F; }

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

This text font color is #46335F.

Background Color

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

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

This div background color is #46335F.

Border color

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

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

This div border color is #46335F.

Opacity

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

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

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

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

This text has shadow with #46335F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46335F.

Preview

Color preview on black background

This text has color #46335F on black background.


Color preview on white background

This text has color #46335F on white background.


Black color preview on #46335F background

This text has black color on #46335F background.


White color preview on #46335F background

This text has white color on #46335F background.


Related colors

Complementary color

Complementary color for #hex is #B9CCA0.


I love getcolorcode.com

Triadic colors

1 #5F4633 and #335F46 with #46335F are triadic colors.

2 #5F3346 and #33465F with #46335F are triadic colors.