COLOR #482534

HEX: #482534
RGB: (72,37,52)

Color info

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

RGB color model

#482534 color RGB value is (72,37,52).

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

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 52 of 255 = 20%

72
37
52

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

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 52 = 161 (100%)
R 72 of 161 ~ 44.72%
G 37 of 161 ~ 22.98%
B 52 of 161 ~ 32.3%

%44.72
%22.98
%32.3

CMYK color model

#482534 color CMYK value is (0,49,28,72).

  • cyan value is 0.00%
  • magenta value is 48.61%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(0,49,28,72)
C0M49Y28K72 
(0%,49%,28%,72%)
(0.00/0.49/0.28/0.72)	

CMYK percentages

%0
%48.61
%27.78
%71.76

Codes

Color #482534 in popluar color models

482534
RGB723752
HSL334°32.11%21.37%
HSB/HSV334°48.61%28.24%
CMYK0.00%48.61%27.78%
71.76%

Color #482534 in popluar number systems.

HEX482534
Decimal723752
Binary1001000100101110100
Octal1104564

Shades and tints

Shades of #482534

#482534
(72,37,52)
#422230
(66,34,48)
#3C1F2C
(60,31,44)
#361C28
(54,28,40)
#301924
(48,25,36)
#2A1620
(42,22,32)
#24131C
(36,19,28)
#1E1018
(30,16,24)
#180D14
(24,13,20)
#120A10
(18,10,16)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #482534

#482534
(72,37,52)
#583846
(88,56,70)
#684B58
(104,75,88)
#785E6A
(120,94,106)
#88717C
(136,113,124)
#98848E
(152,132,142)
#A897A0
(168,151,160)
#B8AAB2
(184,170,178)
#C8BDC4
(200,189,196)
#D8D0D6
(216,208,214)
#E8E3E8
(232,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482534; }

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

This text font color is #482534.


Background Color

.myBgColor { background-color: #482534; }

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

This div background color is #482534.


Border color

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

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

This div border color is #482534.


Opacity

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

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

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

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

This text has shadow with #482534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482534 on black background.


Color preview on white background

This text has color #482534 on white background.



Black color preview on #482534 background

This text has black color on #482534 background.


White color preview on #482534 background

This text has white color on #482534 background.