COLOR #481E3D

HEX: #481E3D
RGB: (72,30,61)

Color info

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

RGB color model

#481E3D color RGB value is (72,30,61).

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

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 61 of 255 = 24%

72
30
61

R + G + B ~ 21%. #481E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 61 = 163 (100%)
R 72 of 163 ~ 44.17%
G 30 of 163 ~ 18.4%
B 61 of 163 ~ 37.42%

%44.17
%18.4
%37.42

CMYK color model

#481E3D color CMYK value is (0,58,15,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(0,58,15,72)
C0M58Y15K72 
(0%,58%,15%,72%)
(0.00/0.58/0.15/0.72)	

CMYK percentages

%0
%58.33
%15.28
%71.76

Codes

Color #481E3D in popluar color models

481E3D
RGB723061
HSL316°41.18%20.00%
HSB/HSV316°58.33%28.24%
CMYK0.00%58.33%15.28%
71.76%

Color #481E3D in popluar number systems.

HEX481E3D
Decimal723061
Binary100100011110111101
Octal1103675

Shades and tints

Shades of #481E3D

#481E3D
(72,30,61)
#421C38
(66,28,56)
#3C1A33
(60,26,51)
#36182E
(54,24,46)
#301629
(48,22,41)
#2A1424
(42,20,36)
#24121F
(36,18,31)
#1E101A
(30,16,26)
#180E15
(24,14,21)
#120C10
(18,12,16)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #481E3D

#481E3D
(72,30,61)
#58324E
(88,50,78)
#68465F
(104,70,95)
#785A70
(120,90,112)
#886E81
(136,110,129)
#988292
(152,130,146)
#A896A3
(168,150,163)
#B8AAB4
(184,170,180)
#C8BEC5
(200,190,197)
#D8D2D6
(216,210,214)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481E3D; }

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

This text font color is #481E3D.


Background Color

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

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

This div background color is #481E3D.


Border color

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

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

This div border color is #481E3D.


Opacity

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

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

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

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

This text has shadow with #481E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E3D on black background.


Color preview on white background

This text has color #481E3D on white background.



Black color preview on #481E3D background

This text has black color on #481E3D background.


White color preview on #481E3D background

This text has white color on #481E3D background.