COLOR #481F3A

HEX: #481F3A RGB: (72,31,58)

Color info

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

RGB color model

#481F3A color RGB value is (72,31,58).

RGB: (72,31,58) (28%, 12%, 23%)

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 58 of 255 = 23%

72
31
58

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

Portions of RGB colors in percentages

R + G + B = 72 + 31 + 58 = 161 (100%)
R 72 of 161 ~ 44.72%
G 31 of 161 ~ 19.25%
B 58 of 161 ~ 36.02'%

%44.72
%19.25
%36.02

CMYK color model

#481F3A color CMYK value is (0,57,19,72).

  • cyan value is 0.00%
  • magenta value is 56.94%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK: (0,57,19,72) C0M57Y19K72 (0%,57%,19%,72%) (0.00/0.57/0.19/0.72) 

CMYK percentages

%0
%56.94
%19.44
%71.76

Codes

Color #481F3A in popluar color models

48 1F 3A
RGB 72 31 58
HSL 320° 39.81% 20.20%
HSB/HSV 320° 56.94% 28.24%
CMYK 0.00% 56.94% 19.44%
71.76%

Color #481F3A in popluar number systems.

HEX 48 1F 3A
Decimal 72 31 58
Binary 1001000 11111 111010
Octal 110 37 72

Shades and tints

Shades of #481F3A

#481F3A
(72,31,58)
#421D35
(66,29,53)
#3C1B30
(60,27,48)
#36192B
(54,25,43)
#301726
(48,23,38)
#2A1521
(42,21,33)
#24131C
(36,19,28)
#1E1117
(30,17,23)
#180F12
(24,15,18)
#120D0D
(18,13,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #481F3A

#481F3A
(72,31,58)
#58334B
(88,51,75)
#68475C
(104,71,92)
#785B6D
(120,91,109)
#886F7E
(136,111,126)
#98838F
(152,131,143)
#A897A0
(168,151,160)
#B8ABB1
(184,171,177)
#C8BFC2
(200,191,194)
#D8D3D3
(216,211,211)
#E8E7E4
(232,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481F3A; }

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

This text font color is #481F3A.

Background Color

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

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

This div background color is #481F3A.

Border color

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

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

This div border color is #481F3A.

Opacity

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

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

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

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

This text has shadow with #481F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481F3A.

Preview

Color preview on black background

This text has color #481F3A on black background.


Color preview on white background

This text has color #481F3A on white background.


Black color preview on #481F3A background

This text has black color on #481F3A background.


White color preview on #481F3A background

This text has white color on #481F3A background.


Related colors

Complementary color

Complementary color for #hex is #B7E0C5.


I love getcolorcode.com

Triadic colors

1 #3A481F and #1F3A48 with #481F3A are triadic colors.

2 #3A1F48 and #1F483A with #481F3A are triadic colors.