COLOR #482527

HEX: #482527
RGB: (72,37,39)

Color info

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

RGB color model

#482527 color RGB value is (72,37,39).

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

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 39 of 255 = 15%

72
37
39

R + G + B ~ 19%. #482527 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 39 = 148 (100%)
R 72 of 148 ~ 48.65%
G 37 of 148 ~ 25%
B 39 of 148 ~ 26.35%

%48.65
%25
%26.35

CMYK color model

#482527 color CMYK value is (0,49,46,72).

  • cyan value is 0.00%
  • magenta value is 48.61%
  • yellow value is 45.83%
  • key color value is 71.76%
CMYK:
(0,49,46,72)
C0M49Y46K72 
(0%,49%,46%,72%)
(0.00/0.49/0.46/0.72)	

CMYK percentages

%0
%48.61
%45.83
%71.76

Codes

Color #482527 in popluar color models

482527
RGB723739
HSL357°32.11%21.37%
HSB/HSV357°48.61%28.24%
CMYK0.00%48.61%45.83%
71.76%

Color #482527 in popluar number systems.

HEX482527
Decimal723739
Binary1001000100101100111
Octal1104547

Shades and tints

Shades of #482527

#482527
(72,37,39)
#422224
(66,34,36)
#3C1F21
(60,31,33)
#361C1E
(54,28,30)
#30191B
(48,25,27)
#2A1618
(42,22,24)
#241315
(36,19,21)
#1E1012
(30,16,18)
#180D0F
(24,13,15)
#120A0C
(18,10,12)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #482527

#482527
(72,37,39)
#58383A
(88,56,58)
#684B4D
(104,75,77)
#785E60
(120,94,96)
#887173
(136,113,115)
#988486
(152,132,134)
#A89799
(168,151,153)
#B8AAAC
(184,170,172)
#C8BDBF
(200,189,191)
#D8D0D2
(216,208,210)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482527; }

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

This text font color is #482527.


Background Color

.myBgColor { background-color: #482527; }

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

This div background color is #482527.


Border color

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

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

This div border color is #482527.


Opacity

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

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

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

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

This text has shadow with #482527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482527 on black background.


Color preview on white background

This text has color #482527 on white background.



Black color preview on #482527 background

This text has black color on #482527 background.


White color preview on #482527 background

This text has white color on #482527 background.