COLOR #482340

HEX: #482340
RGB: (72,35,64)

Color info

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

RGB color model

#482340 color RGB value is (72,35,64).

  • red value is 72;
  • green value is 35;
  • blue value is 64.
RGB:
(72,35,64)
(28%,14%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 35 of 255 = 14%
B 64 of 255 = 25%

72
35
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 35 + 64 = 171 (100%)
R 72 of 171 ~ 42.11%
G 35 of 171 ~ 20.47%
B 64 of 171 ~ 37.43%

%42.11
%20.47
%37.43

CMYK color model

#482340 color CMYK value is (0,51,11,72).

  • cyan value is 0.00%
  • magenta value is 51.39%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,51,11,72)
C0M51Y11K72 
(0%,51%,11%,72%)
(0.00/0.51/0.11/0.72)	

CMYK percentages

%0
%51.39
%11.11
%71.76

Codes

Color #482340 in popluar color models

482340
RGB723564
HSL313°34.58%20.98%
HSB/HSV313°51.39%28.24%
CMYK0.00%51.39%11.11%
71.76%

Color #482340 in popluar number systems.

HEX482340
Decimal723564
Binary10010001000111000000
Octal11043100

Shades and tints

Shades of #482340

#482340
(72,35,64)
#42203B
(66,32,59)
#3C1D36
(60,29,54)
#361A31
(54,26,49)
#30172C
(48,23,44)
#2A1427
(42,20,39)
#241122
(36,17,34)
#1E0E1D
(30,14,29)
#180B18
(24,11,24)
#120813
(18,8,19)
#0C050E
(12,5,14)
#000000
(0,0,0)

Tints of #482340

#482340
(72,35,64)
#583751
(88,55,81)
#684B62
(104,75,98)
#785F73
(120,95,115)
#887384
(136,115,132)
#988795
(152,135,149)
#A89BA6
(168,155,166)
#B8AFB7
(184,175,183)
#C8C3C8
(200,195,200)
#D8D7D9
(216,215,217)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482340 color. Also use rgb(72,35,64) instead hex code.

Text Font Color

.myTextColor { color: #482340; }

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

This text font color is #482340.


Background Color

.myBgColor { background-color: #482340; }

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

This div background color is #482340.


Border color

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

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

This div border color is #482340.


Opacity

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

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

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

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

This text has shadow with #482340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482340 on black background.


Color preview on white background

This text has color #482340 on white background.



Black color preview on #482340 background

This text has black color on #482340 background.


White color preview on #482340 background

This text has white color on #482340 background.