COLOR #481E43

HEX: #481E43
RGB: (72,30,67)

Color info

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

RGB color model

#481E43 color RGB value is (72,30,67).

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

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 67 of 255 = 26%

72
30
67

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

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 67 = 169 (100%)
R 72 of 169 ~ 42.6%
G 30 of 169 ~ 17.75%
B 67 of 169 ~ 39.64%

%42.6
%17.75
%39.64

CMYK color model

#481E43 color CMYK value is (0,58,7,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 6.94%
  • key color value is 71.76%
CMYK:
(0,58,7,72)
C0M58Y7K72 
(0%,58%,7%,72%)
(0.00/0.58/0.07/0.72)	

CMYK percentages

%0
%58.33
%6.94
%71.76

Codes

Color #481E43 in popluar color models

481E43
RGB723067
HSL307°41.18%20.00%
HSB/HSV307°58.33%28.24%
CMYK0.00%58.33%6.94%
71.76%

Color #481E43 in popluar number systems.

HEX481E43
Decimal723067
Binary1001000111101000011
Octal11036103

Shades and tints

Shades of #481E43

#481E43
(72,30,67)
#421C3D
(66,28,61)
#3C1A37
(60,26,55)
#361831
(54,24,49)
#30162B
(48,22,43)
#2A1425
(42,20,37)
#24121F
(36,18,31)
#1E1019
(30,16,25)
#180E13
(24,14,19)
#120C0D
(18,12,13)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #481E43

#481E43
(72,30,67)
#583254
(88,50,84)
#684665
(104,70,101)
#785A76
(120,90,118)
#886E87
(136,110,135)
#988298
(152,130,152)
#A896A9
(168,150,169)
#B8AABA
(184,170,186)
#C8BECB
(200,190,203)
#D8D2DC
(216,210,220)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481E43; }

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

This text font color is #481E43.


Background Color

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

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

This div background color is #481E43.


Border color

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

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

This div border color is #481E43.


Opacity

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

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

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

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

This text has shadow with #481E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E43 on black background.


Color preview on white background

This text has color #481E43 on white background.



Black color preview on #481E43 background

This text has black color on #481E43 background.


White color preview on #481E43 background

This text has white color on #481E43 background.