COLOR #46483D

HEX: #46483D
RGB: (70,72,61)

Color info

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

RGB color model

#46483D color RGB value is (70,72,61).

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

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 61 of 255 = 24%

70
72
61

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

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 61 = 203 (100%)
R 70 of 203 ~ 34.48%
G 72 of 203 ~ 35.47%
B 61 of 203 ~ 30.05%

%34.48
%35.47
%30.05

CMYK color model

#46483D color CMYK value is (3,0,15,72).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(3,0,15,72)
C3M0Y15K72 
(3%,0%,15%,72%)
(0.03/0.00/0.15/0.72)	

CMYK percentages

%2.78
%0
%15.28
%71.76

Codes

Color #46483D in popluar color models

46483D
RGB707261
HSL71°8.27%26.08%
HSB/HSV71°15.28%28.24%
CMYK2.78%0.00%15.28%
71.76%

Color #46483D in popluar number systems.

HEX46483D
Decimal707261
Binary10001101001000111101
Octal10611075

Shades and tints

Shades of #46483D

#46483D
(70,72,61)
#404238
(64,66,56)
#3A3C33
(58,60,51)
#34362E
(52,54,46)
#2E3029
(46,48,41)
#282A24
(40,42,36)
#22241F
(34,36,31)
#1C1E1A
(28,30,26)
#161815
(22,24,21)
#101210
(16,18,16)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #46483D

#46483D
(70,72,61)
#56584E
(86,88,78)
#66685F
(102,104,95)
#767870
(118,120,112)
#868881
(134,136,129)
#969892
(150,152,146)
#A6A8A3
(166,168,163)
#B6B8B4
(182,184,180)
#C6C8C5
(198,200,197)
#D6D8D6
(214,216,214)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46483D; }

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

This text font color is #46483D.


Background Color

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

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

This div background color is #46483D.


Border color

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

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

This div border color is #46483D.


Opacity

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

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

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

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

This text has shadow with #46483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46483D on black background.


Color preview on white background

This text has color #46483D on white background.



Black color preview on #46483D background

This text has black color on #46483D background.


White color preview on #46483D background

This text has white color on #46483D background.