COLOR #482530

HEX: #482530
RGB: (72,37,48)

Color info

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

RGB color model

#482530 color RGB value is (72,37,48).

  • red value is 72;
  • green value is 37;
  • blue value is 48.
RGB:
(72,37,48)
(28%,15%,19%)

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 48 of 255 = 19%

72
37
48

R + G + B ~ 21%. #482530 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 48 = 157 (100%)
R 72 of 157 ~ 45.86%
G 37 of 157 ~ 23.57%
B 48 of 157 ~ 30.57%

%45.86
%23.57
%30.57

CMYK color model

#482530 color CMYK value is (0,49,33,72).

  • cyan value is 0.00%
  • magenta value is 48.61%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(0,49,33,72)
C0M49Y33K72 
(0%,49%,33%,72%)
(0.00/0.49/0.33/0.72)	

CMYK percentages

%0
%48.61
%33.33
%71.76

Codes

Color #482530 in popluar color models

482530
RGB723748
HSL341°32.11%21.37%
HSB/HSV341°48.61%28.24%
CMYK0.00%48.61%33.33%
71.76%

Color #482530 in popluar number systems.

HEX482530
Decimal723748
Binary1001000100101110000
Octal1104560

Shades and tints

Shades of #482530

#482530
(72,37,48)
#42222C
(66,34,44)
#3C1F28
(60,31,40)
#361C24
(54,28,36)
#301920
(48,25,32)
#2A161C
(42,22,28)
#241318
(36,19,24)
#1E1014
(30,16,20)
#180D10
(24,13,16)
#120A0C
(18,10,12)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #482530

#482530
(72,37,48)
#583842
(88,56,66)
#684B54
(104,75,84)
#785E66
(120,94,102)
#887178
(136,113,120)
#98848A
(152,132,138)
#A8979C
(168,151,156)
#B8AAAE
(184,170,174)
#C8BDC0
(200,189,192)
#D8D0D2
(216,208,210)
#E8E3E4
(232,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482530 color. Also use rgb(72,37,48) instead hex code.

Text Font Color

.myTextColor { color: #482530; }

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

This text font color is #482530.


Background Color

.myBgColor { background-color: #482530; }

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

This div background color is #482530.


Border color

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

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

This div border color is #482530.


Opacity

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

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

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

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

This text has shadow with #482530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482530 on black background.


Color preview on white background

This text has color #482530 on white background.



Black color preview on #482530 background

This text has black color on #482530 background.


White color preview on #482530 background

This text has white color on #482530 background.