COLOR #482746

HEX: #482746
RGB: (72,39,70)

Color info

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

RGB color model

#482746 color RGB value is (72,39,70).

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

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 70 of 255 = 27%

72
39
70

R + G + B ~ 23%. #482746 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 70 = 181 (100%)
R 72 of 181 ~ 39.78%
G 39 of 181 ~ 21.55%
B 70 of 181 ~ 38.67%

%39.78
%21.55
%38.67

CMYK color model

#482746 color CMYK value is (0,46,3,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(0,46,3,72)
C0M46Y3K72 
(0%,46%,3%,72%)
(0.00/0.46/0.03/0.72)	

CMYK percentages

%0
%45.83
%2.78
%71.76

Codes

Color #482746 in popluar color models

482746
RGB723970
HSL304°29.73%21.76%
HSB/HSV304°45.83%28.24%
CMYK0.00%45.83%2.78%
71.76%

Color #482746 in popluar number systems.

HEX482746
Decimal723970
Binary10010001001111000110
Octal11047106

Shades and tints

Shades of #482746

#482746
(72,39,70)
#422440
(66,36,64)
#3C213A
(60,33,58)
#361E34
(54,30,52)
#301B2E
(48,27,46)
#2A1828
(42,24,40)
#241522
(36,21,34)
#1E121C
(30,18,28)
#180F16
(24,15,22)
#120C10
(18,12,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #482746

#482746
(72,39,70)
#583A56
(88,58,86)
#684D66
(104,77,102)
#786076
(120,96,118)
#887386
(136,115,134)
#988696
(152,134,150)
#A899A6
(168,153,166)
#B8ACB6
(184,172,182)
#C8BFC6
(200,191,198)
#D8D2D6
(216,210,214)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482746; }

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

This text font color is #482746.


Background Color

.myBgColor { background-color: #482746; }

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

This div background color is #482746.


Border color

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

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

This div border color is #482746.


Opacity

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

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

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

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

This text has shadow with #482746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482746 on black background.


Color preview on white background

This text has color #482746 on white background.



Black color preview on #482746 background

This text has black color on #482746 background.


White color preview on #482746 background

This text has white color on #482746 background.