COLOR #481F40

HEX: #481F40
RGB: (72,31,64)

Color info

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

RGB color model

#481F40 color RGB value is (72,31,64).

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

RGB channels and saturation

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

72
31
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 31 + 64 = 167 (100%)
R 72 of 167 ~ 43.11%
G 31 of 167 ~ 18.56%
B 64 of 167 ~ 38.32%

%43.11
%18.56
%38.32

CMYK color model

#481F40 color CMYK value is (0,57,11,72).

  • cyan value is 0.00%
  • magenta value is 56.94%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,57,11,72)
C0M57Y11K72 
(0%,57%,11%,72%)
(0.00/0.57/0.11/0.72)	

CMYK percentages

%0
%56.94
%11.11
%71.76

Codes

Color #481F40 in popluar color models

481F40
RGB723164
HSL312°39.81%20.20%
HSB/HSV312°56.94%28.24%
CMYK0.00%56.94%11.11%
71.76%

Color #481F40 in popluar number systems.

HEX481F40
Decimal723164
Binary1001000111111000000
Octal11037100

Shades and tints

Shades of #481F40

#481F40
(72,31,64)
#421D3B
(66,29,59)
#3C1B36
(60,27,54)
#361931
(54,25,49)
#30172C
(48,23,44)
#2A1527
(42,21,39)
#241322
(36,19,34)
#1E111D
(30,17,29)
#180F18
(24,15,24)
#120D13
(18,13,19)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #481F40

#481F40
(72,31,64)
#583351
(88,51,81)
#684762
(104,71,98)
#785B73
(120,91,115)
#886F84
(136,111,132)
#988395
(152,131,149)
#A897A6
(168,151,166)
#B8ABB7
(184,171,183)
#C8BFC8
(200,191,200)
#D8D3D9
(216,211,217)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481F40; }

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

This text font color is #481F40.


Background Color

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

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

This div background color is #481F40.


Border color

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

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

This div border color is #481F40.


Opacity

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

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

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

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

This text has shadow with #481F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481F40 on black background.


Color preview on white background

This text has color #481F40 on white background.



Black color preview on #481F40 background

This text has black color on #481F40 background.


White color preview on #481F40 background

This text has white color on #481F40 background.