COLOR #482641

HEX: #482641
RGB: (72,38,65)

Color info

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

RGB color model

#482641 color RGB value is (72,38,65).

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

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 65 of 255 = 25%

72
38
65

R + G + B ~ 23%. #482641 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 65 = 175 (100%)
R 72 of 175 ~ 41.14%
G 38 of 175 ~ 21.71%
B 65 of 175 ~ 37.14%

%41.14
%21.71
%37.14

CMYK color model

#482641 color CMYK value is (0,47,10,72).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 9.72%
  • key color value is 71.76%
CMYK:
(0,47,10,72)
C0M47Y10K72 
(0%,47%,10%,72%)
(0.00/0.47/0.10/0.72)	

CMYK percentages

%0
%47.22
%9.72
%71.76

Codes

Color #482641 in popluar color models

482641
RGB723865
HSL312°30.91%21.57%
HSB/HSV312°47.22%28.24%
CMYK0.00%47.22%9.72%
71.76%

Color #482641 in popluar number systems.

HEX482641
Decimal723865
Binary10010001001101000001
Octal11046101

Shades and tints

Shades of #482641

#482641
(72,38,65)
#42233C
(66,35,60)
#3C2037
(60,32,55)
#361D32
(54,29,50)
#301A2D
(48,26,45)
#2A1728
(42,23,40)
#241423
(36,20,35)
#1E111E
(30,17,30)
#180E19
(24,14,25)
#120B14
(18,11,20)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #482641

#482641
(72,38,65)
#583952
(88,57,82)
#684C63
(104,76,99)
#785F74
(120,95,116)
#887285
(136,114,133)
#988596
(152,133,150)
#A898A7
(168,152,167)
#B8ABB8
(184,171,184)
#C8BEC9
(200,190,201)
#D8D1DA
(216,209,218)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482641; }

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

This text font color is #482641.


Background Color

.myBgColor { background-color: #482641; }

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

This div background color is #482641.


Border color

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

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

This div border color is #482641.


Opacity

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

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

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

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

This text has shadow with #482641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482641 on black background.


Color preview on white background

This text has color #482641 on white background.



Black color preview on #482641 background

This text has black color on #482641 background.


White color preview on #482641 background

This text has white color on #482641 background.