COLOR #46374B

HEX: #46374B
RGB: (70,55,75)

Color info

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

RGB color model

#46374B color RGB value is (70,55,75).

  • red value is 70;
  • green value is 55;
  • blue value is 75.
RGB:
(70,55,75)
(27%,22%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 75 of 255 = 29%

70
55
75

R + G + B ~ 26%. #46374B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 75 = 200 (100%)
R 70 of 200 ~ 35%
G 55 of 200 ~ 27.5%
B 75 of 200 ~ 37.5%

%35
%27.5
%37.5

CMYK color model

#46374B color CMYK value is (7,27,0,71).

  • cyan value is 6.67%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(7,27,0,71)
C7M27Y0K71 
(7%,27%,0%,71%)
(0.07/0.27/0.00/0.71)	

CMYK percentages

%6.67
%26.67
%0
%70.59

Codes

Color #46374B in popluar color models

46374B
RGB705575
HSL285°15.38%25.49%
HSB/HSV285°26.67%29.41%
CMYK6.67%26.67%0.00%
70.59%

Color #46374B in popluar number systems.

HEX46374B
Decimal705575
Binary10001101101111001011
Octal10667113

Shades and tints

Shades of #46374B

#46374B
(70,55,75)
#403245
(64,50,69)
#3A2D3F
(58,45,63)
#342839
(52,40,57)
#2E2333
(46,35,51)
#281E2D
(40,30,45)
#221927
(34,25,39)
#1C1421
(28,20,33)
#160F1B
(22,15,27)
#100A15
(16,10,21)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #46374B

#46374B
(70,55,75)
#56495B
(86,73,91)
#665B6B
(102,91,107)
#766D7B
(118,109,123)
#867F8B
(134,127,139)
#96919B
(150,145,155)
#A6A3AB
(166,163,171)
#B6B5BB
(182,181,187)
#C6C7CB
(198,199,203)
#D6D9DB
(214,217,219)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46374B color. Also use rgb(70,55,75) instead hex code.

Text Font Color

.myTextColor { color: #46374B; }

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

This text font color is #46374B.


Background Color

.myBgColor { background-color: #46374B; }

<div style="background-color:#46374B">Inner text</div>

This div background color is #46374B.


Border color

.myBorderColor { border: 1px solid #46374B; }

<div style="border:3px solid #46374B">Div</div>

This div border color is #46374B.


Opacity

.myOpacity80 { color: #46374B; opacity: 0.8; }

<p style="color:#46374B;opacity:0.8;">80%</p>

Text with #46374B 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 #46374B;}

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

This text has shadow with #46374B color.

.textShadow {text-shadow: 3px 3px 1px #46374B, 3px 3px 1px red;}

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

This text has shadow with #46374B primary color and red secondary color.


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

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

This text has shadow with #46374B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46374B on black background.


Color preview on white background

This text has color #46374B on white background.



Black color preview on #46374B background

This text has black color on #46374B background.


White color preview on #46374B background

This text has white color on #46374B background.