COLOR #46273C

HEX: #46273C
RGB: (70,39,60)

Color info

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

RGB color model

#46273C color RGB value is (70,39,60).

  • red value is 70;
  • green value is 39;
  • blue value is 60.
RGB:
(70,39,60)
(27%,15%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 60 of 255 = 24%

70
39
60

R + G + B ~ 22%. #46273C is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 60 = 169 (100%)
R 70 of 169 ~ 41.42%
G 39 of 169 ~ 23.08%
B 60 of 169 ~ 35.5%

%41.42
%23.08
%35.5

CMYK color model

#46273C color CMYK value is (0,44,14,73).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(0,44,14,73)
C0M44Y14K73 
(0%,44%,14%,73%)
(0.00/0.44/0.14/0.73)	

CMYK percentages

%0
%44.29
%14.29
%72.55

Codes

Color #46273C in popluar color models

46273C
RGB703960
HSL319°28.44%21.37%
HSB/HSV319°44.29%27.45%
CMYK0.00%44.29%14.29%
72.55%

Color #46273C in popluar number systems.

HEX46273C
Decimal703960
Binary1000110100111111100
Octal1064774

Shades and tints

Shades of #46273C

#46273C
(70,39,60)
#402437
(64,36,55)
#3A2132
(58,33,50)
#341E2D
(52,30,45)
#2E1B28
(46,27,40)
#281823
(40,24,35)
#22151E
(34,21,30)
#1C1219
(28,18,25)
#160F14
(22,15,20)
#100C0F
(16,12,15)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #46273C

#46273C
(70,39,60)
#563A4D
(86,58,77)
#664D5E
(102,77,94)
#76606F
(118,96,111)
#867380
(134,115,128)
#968691
(150,134,145)
#A699A2
(166,153,162)
#B6ACB3
(182,172,179)
#C6BFC4
(198,191,196)
#D6D2D5
(214,210,213)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46273C; }

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

This text font color is #46273C.


Background Color

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

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

This div background color is #46273C.


Border color

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

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

This div border color is #46273C.


Opacity

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

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

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

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

This text has shadow with #46273C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46273C on black background.


Color preview on white background

This text has color #46273C on white background.



Black color preview on #46273C background

This text has black color on #46273C background.


White color preview on #46273C background

This text has white color on #46273C background.