COLOR #481F22

HEX: #481F22
RGB: (72,31,34)

Color info

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

RGB color model

#481F22 color RGB value is (72,31,34).

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

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 34 of 255 = 13%

72
31
34

R + G + B ~ 18%. #481F22 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 31 + 34 = 137 (100%)
R 72 of 137 ~ 52.55%
G 31 of 137 ~ 22.63%
B 34 of 137 ~ 24.82%

%52.55
%22.63
%24.82

CMYK color model

#481F22 color CMYK value is (0,57,53,72).

  • cyan value is 0.00%
  • magenta value is 56.94%
  • yellow value is 52.78%
  • key color value is 71.76%
CMYK:
(0,57,53,72)
C0M57Y53K72 
(0%,57%,53%,72%)
(0.00/0.57/0.53/0.72)	

CMYK percentages

%0
%56.94
%52.78
%71.76

Codes

Color #481F22 in popluar color models

481F22
RGB723134
HSL356°39.81%20.20%
HSB/HSV356°56.94%28.24%
CMYK0.00%56.94%52.78%
71.76%

Color #481F22 in popluar number systems.

HEX481F22
Decimal723134
Binary100100011111100010
Octal1103742

Shades and tints

Shades of #481F22

#481F22
(72,31,34)
#421D1F
(66,29,31)
#3C1B1C
(60,27,28)
#361919
(54,25,25)
#301716
(48,23,22)
#2A1513
(42,21,19)
#241310
(36,19,16)
#1E110D
(30,17,13)
#180F0A
(24,15,10)
#120D07
(18,13,7)
#0C0B04
(12,11,4)
#000000
(0,0,0)

Tints of #481F22

#481F22
(72,31,34)
#583336
(88,51,54)
#68474A
(104,71,74)
#785B5E
(120,91,94)
#886F72
(136,111,114)
#988386
(152,131,134)
#A8979A
(168,151,154)
#B8ABAE
(184,171,174)
#C8BFC2
(200,191,194)
#D8D3D6
(216,211,214)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481F22; }

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

This text font color is #481F22.


Background Color

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

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

This div background color is #481F22.


Border color

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

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

This div border color is #481F22.


Opacity

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

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

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

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

This text has shadow with #481F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481F22 on black background.


Color preview on white background

This text has color #481F22 on white background.



Black color preview on #481F22 background

This text has black color on #481F22 background.


White color preview on #481F22 background

This text has white color on #481F22 background.