COLOR #482D41

HEX: #482D41
RGB: (72,45,65)

Color info

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

RGB color model

#482D41 color RGB value is (72,45,65).

  • red value is 72;
  • green value is 45;
  • blue value is 65.
RGB:
(72,45,65)
(28%,18%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 45 of 255 = 18%
B 65 of 255 = 25%

72
45
65

R + G + B ~ 24%. #482D41 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 45 + 65 = 182 (100%)
R 72 of 182 ~ 39.56%
G 45 of 182 ~ 24.73%
B 65 of 182 ~ 35.71%

%39.56
%24.73
%35.71

CMYK color model

#482D41 color CMYK value is (0,38,10,72).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 9.72%
  • key color value is 71.76%
CMYK:
(0,38,10,72)
C0M38Y10K72 
(0%,38%,10%,72%)
(0.00/0.38/0.10/0.72)	

CMYK percentages

%0
%37.5
%9.72
%71.76

Codes

Color #482D41 in popluar color models

482D41
RGB724565
HSL316°23.08%22.94%
HSB/HSV316°37.50%28.24%
CMYK0.00%37.50%9.72%
71.76%

Color #482D41 in popluar number systems.

HEX482D41
Decimal724565
Binary10010001011011000001
Octal11055101

Shades and tints

Shades of #482D41

#482D41
(72,45,65)
#42293C
(66,41,60)
#3C2537
(60,37,55)
#362132
(54,33,50)
#301D2D
(48,29,45)
#2A1928
(42,25,40)
#241523
(36,21,35)
#1E111E
(30,17,30)
#180D19
(24,13,25)
#120914
(18,9,20)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #482D41

#482D41
(72,45,65)
#584052
(88,64,82)
#685363
(104,83,99)
#786674
(120,102,116)
#887985
(136,121,133)
#988C96
(152,140,150)
#A89FA7
(168,159,167)
#B8B2B8
(184,178,184)
#C8C5C9
(200,197,201)
#D8D8DA
(216,216,218)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482D41 color. Also use rgb(72,45,65) instead hex code.

Text Font Color

.myTextColor { color: #482D41; }

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

This text font color is #482D41.


Background Color

.myBgColor { background-color: #482D41; }

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

This div background color is #482D41.


Border color

.myBorderColor { border: 1px solid #482D41; }

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

This div border color is #482D41.


Opacity

.myOpacity80 { color: #482D41; opacity: 0.8; }

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

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

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

This text has shadow with #482D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482D41 on black background.


Color preview on white background

This text has color #482D41 on white background.



Black color preview on #482D41 background

This text has black color on #482D41 background.


White color preview on #482D41 background

This text has white color on #482D41 background.