COLOR #481E40

HEX: #481E40
RGB: (72,30,64)

Color info

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

RGB color model

#481E40 color RGB value is (72,30,64).

  • red value is 72;
  • green value is 30;
  • blue value is 64.
RGB:
(72,30,64)
(28%,12%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 64 of 255 = 25%

72
30
64

R + G + B ~ 22%. #481E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 64 = 166 (100%)
R 72 of 166 ~ 43.37%
G 30 of 166 ~ 18.07%
B 64 of 166 ~ 38.55%

%43.37
%18.07
%38.55

CMYK color model

#481E40 color CMYK value is (0,58,11,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,58,11,72)
C0M58Y11K72 
(0%,58%,11%,72%)
(0.00/0.58/0.11/0.72)	

CMYK percentages

%0
%58.33
%11.11
%71.76

Codes

Color #481E40 in popluar color models

481E40
RGB723064
HSL311°41.18%20.00%
HSB/HSV311°58.33%28.24%
CMYK0.00%58.33%11.11%
71.76%

Color #481E40 in popluar number systems.

HEX481E40
Decimal723064
Binary1001000111101000000
Octal11036100

Shades and tints

Shades of #481E40

#481E40
(72,30,64)
#421C3B
(66,28,59)
#3C1A36
(60,26,54)
#361831
(54,24,49)
#30162C
(48,22,44)
#2A1427
(42,20,39)
#241222
(36,18,34)
#1E101D
(30,16,29)
#180E18
(24,14,24)
#120C13
(18,12,19)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #481E40

#481E40
(72,30,64)
#583251
(88,50,81)
#684662
(104,70,98)
#785A73
(120,90,115)
#886E84
(136,110,132)
#988295
(152,130,149)
#A896A6
(168,150,166)
#B8AAB7
(184,170,183)
#C8BEC8
(200,190,200)
#D8D2D9
(216,210,217)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481E40 color. Also use rgb(72,30,64) instead hex code.

Text Font Color

.myTextColor { color: #481E40; }

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

This text font color is #481E40.


Background Color

.myBgColor { background-color: #481E40; }

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

This div background color is #481E40.


Border color

.myBorderColor { border: 1px solid #481E40; }

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

This div border color is #481E40.


Opacity

.myOpacity80 { color: #481E40; opacity: 0.8; }

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

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

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

This text has shadow with #481E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E40 on black background.


Color preview on white background

This text has color #481E40 on white background.



Black color preview on #481E40 background

This text has black color on #481E40 background.


White color preview on #481E40 background

This text has white color on #481E40 background.