COLOR #46483C

HEX: #46483C RGB: (70,72,60)

Color info

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

RGB color model

#46483C color RGB value is (70,72,60).

RGB: (70,72,60) (27%, 28%, 24%)

RGB channels and saturation

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

70
72
60

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

Portions of RGB colors in percentages

R + G + B = 70 + 72 + 60 = 202 (100%)
R 70 of 202 ~ 34.65%
G 72 of 202 ~ 35.64%
B 60 of 202 ~ 29.7'%

%34.65
%35.64
%29.7

CMYK color model

#46483C color CMYK value is (3,0,17,72).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK: (3,0,17,72) C3M0Y17K72 (3%,0%,17%,72%) (0.03/0.00/0.17/0.72) 

CMYK percentages

%2.78
%0
%16.67
%71.76

Codes

Color #46483C in popluar color models

46 48 3C
RGB 70 72 60
HSL 70° 9.09% 25.88%
HSB/HSV 70° 16.67% 28.24%
CMYK 2.78% 0.00% 16.67%
71.76%

Color #46483C in popluar number systems.

HEX 46 48 3C
Decimal 70 72 60
Binary 1000110 1001000 111100
Octal 106 110 74

Shades and tints

Shades of #46483C

#46483C
(70,72,60)
#404237
(64,66,55)
#3A3C32
(58,60,50)
#34362D
(52,54,45)
#2E3028
(46,48,40)
#282A23
(40,42,35)
#22241E
(34,36,30)
#1C1E19
(28,30,25)
#161814
(22,24,20)
#10120F
(16,18,15)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #46483C

#46483C
(70,72,60)
#56584D
(86,88,77)
#66685E
(102,104,94)
#76786F
(118,120,111)
#868880
(134,136,128)
#969891
(150,152,145)
#A6A8A2
(166,168,162)
#B6B8B3
(182,184,179)
#C6C8C4
(198,200,196)
#D6D8D5
(214,216,213)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46483C; }

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

This text font color is #46483C.

Background Color

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

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

This div background color is #46483C.

Border color

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

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

This div border color is #46483C.

Opacity

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

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

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

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

This text has shadow with #46483C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46483C.

Preview

Color preview on black background

This text has color #46483C on black background.


Color preview on white background

This text has color #46483C on white background.


Black color preview on #46483C background

This text has black color on #46483C background.


White color preview on #46483C background

This text has white color on #46483C background.


Related colors

Complementary color

Complementary color for #hex is #B9B7C3.


I love getcolorcode.com

Triadic colors

1 #3C4648 and #483C46 with #46483C are triadic colors.

2 #3C4846 and #48463C with #46483C are triadic colors.