COLOR #46482F

HEX: #46482F
RGB: (70,72,47)

Color info

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

RGB color model

#46482F color RGB value is (70,72,47).

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

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 47 of 255 = 18%

70
72
47

R + G + B ~ 24%. #46482F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 47 = 189 (100%)
R 70 of 189 ~ 37.04%
G 72 of 189 ~ 38.1%
B 47 of 189 ~ 24.87%

%37.04
%38.1
%24.87

CMYK color model

#46482F color CMYK value is (3,0,35,72).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(3,0,35,72)
C3M0Y35K72 
(3%,0%,35%,72%)
(0.03/0.00/0.35/0.72)	

CMYK percentages

%2.78
%0
%34.72
%71.76

Codes

Color #46482F in popluar color models

46482F
RGB707247
HSL65°21.01%23.33%
HSB/HSV65°34.72%28.24%
CMYK2.78%0.00%34.72%
71.76%

Color #46482F in popluar number systems.

HEX46482F
Decimal707247
Binary10001101001000101111
Octal10611057

Shades and tints

Shades of #46482F

#46482F
(70,72,47)
#40422B
(64,66,43)
#3A3C27
(58,60,39)
#343623
(52,54,35)
#2E301F
(46,48,31)
#282A1B
(40,42,27)
#222417
(34,36,23)
#1C1E13
(28,30,19)
#16180F
(22,24,15)
#10120B
(16,18,11)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #46482F

#46482F
(70,72,47)
#565841
(86,88,65)
#666853
(102,104,83)
#767865
(118,120,101)
#868877
(134,136,119)
#969889
(150,152,137)
#A6A89B
(166,168,155)
#B6B8AD
(182,184,173)
#C6C8BF
(198,200,191)
#D6D8D1
(214,216,209)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46482F; }

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

This text font color is #46482F.


Background Color

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

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

This div background color is #46482F.


Border color

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

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

This div border color is #46482F.


Opacity

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

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

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

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

This text has shadow with #46482F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46482F on black background.


Color preview on white background

This text has color #46482F on white background.



Black color preview on #46482F background

This text has black color on #46482F background.


White color preview on #46482F background

This text has white color on #46482F background.