COLOR #483146

HEX: #483146
RGB: (72,49,70)

Color info

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

RGB color model

#483146 color RGB value is (72,49,70).

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

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 70 of 255 = 27%

72
49
70

R + G + B ~ 25%. #483146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 49 + 70 = 191 (100%)
R 72 of 191 ~ 37.7%
G 49 of 191 ~ 25.65%
B 70 of 191 ~ 36.65%

%37.7
%25.65
%36.65

CMYK color model

#483146 color CMYK value is (0,32,3,72).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(0,32,3,72)
C0M32Y3K72 
(0%,32%,3%,72%)
(0.00/0.32/0.03/0.72)	

CMYK percentages

%0
%31.94
%2.78
%71.76

Codes

Color #483146 in popluar color models

483146
RGB724970
HSL305°19.01%23.73%
HSB/HSV305°31.94%28.24%
CMYK0.00%31.94%2.78%
71.76%

Color #483146 in popluar number systems.

HEX483146
Decimal724970
Binary10010001100011000110
Octal11061106

Shades and tints

Shades of #483146

#483146
(72,49,70)
#422D40
(66,45,64)
#3C293A
(60,41,58)
#362534
(54,37,52)
#30212E
(48,33,46)
#2A1D28
(42,29,40)
#241922
(36,25,34)
#1E151C
(30,21,28)
#181116
(24,17,22)
#120D10
(18,13,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #483146

#483146
(72,49,70)
#584356
(88,67,86)
#685566
(104,85,102)
#786776
(120,103,118)
#887986
(136,121,134)
#988B96
(152,139,150)
#A89DA6
(168,157,166)
#B8AFB6
(184,175,182)
#C8C1C6
(200,193,198)
#D8D3D6
(216,211,214)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483146; }

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

This text font color is #483146.


Background Color

.myBgColor { background-color: #483146; }

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

This div background color is #483146.


Border color

.myBorderColor { border: 1px solid #483146; }

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

This div border color is #483146.


Opacity

.myOpacity80 { color: #483146; opacity: 0.8; }

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

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

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

This text has shadow with #483146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483146 on black background.


Color preview on white background

This text has color #483146 on white background.



Black color preview on #483146 background

This text has black color on #483146 background.


White color preview on #483146 background

This text has white color on #483146 background.