COLOR #46483F

HEX: #46483F
RGB: (70,72,63)

Color info

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

RGB color model

#46483F color RGB value is (70,72,63).

  • red value is 70;
  • green value is 72;
  • blue value is 63.
RGB:
(70,72,63)
(27%,28%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 63 of 255 = 25%

70
72
63

R + G + B ~ 27%. #46483F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 63 = 205 (100%)
R 70 of 205 ~ 34.15%
G 72 of 205 ~ 35.12%
B 63 of 205 ~ 30.73%

%34.15
%35.12
%30.73

CMYK color model

#46483F color CMYK value is (3,0,13,72).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(3,0,13,72)
C3M0Y13K72 
(3%,0%,13%,72%)
(0.03/0.00/0.13/0.72)	

CMYK percentages

%2.78
%0
%12.5
%71.76

Codes

Color #46483F in popluar color models

46483F
RGB707263
HSL73°6.67%26.47%
HSB/HSV73°12.50%28.24%
CMYK2.78%0.00%12.50%
71.76%

Color #46483F in popluar number systems.

HEX46483F
Decimal707263
Binary10001101001000111111
Octal10611077

Shades and tints

Shades of #46483F

#46483F
(70,72,63)
#40423A
(64,66,58)
#3A3C35
(58,60,53)
#343630
(52,54,48)
#2E302B
(46,48,43)
#282A26
(40,42,38)
#222421
(34,36,33)
#1C1E1C
(28,30,28)
#161817
(22,24,23)
#101212
(16,18,18)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #46483F

#46483F
(70,72,63)
#565850
(86,88,80)
#666861
(102,104,97)
#767872
(118,120,114)
#868883
(134,136,131)
#969894
(150,152,148)
#A6A8A5
(166,168,165)
#B6B8B6
(182,184,182)
#C6C8C7
(198,200,199)
#D6D8D8
(214,216,216)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46483F color. Also use rgb(70,72,63) instead hex code.

Text Font Color

.myTextColor { color: #46483F; }

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

This text font color is #46483F.


Background Color

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

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

This div background color is #46483F.


Border color

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

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

This div border color is #46483F.


Opacity

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

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

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

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

This text has shadow with #46483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46483F on black background.


Color preview on white background

This text has color #46483F on white background.



Black color preview on #46483F background

This text has black color on #46483F background.


White color preview on #46483F background

This text has white color on #46483F background.