COLOR #481F14

HEX: #481F14
RGB: (72,31,20)

Color info

#481F14 contains red, green and blue colors in about the same proportion. Web safe color of #481F14 is #333300 (or #330).

RGB color model

#481F14 color RGB value is (72,31,20).

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

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 20 of 255 = 8%

72
31
20

R + G + B ~ 16%. #481F14 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 31 + 20 = 123 (100%)
R 72 of 123 ~ 58.54%
G 31 of 123 ~ 25.2%
B 20 of 123 ~ 16.26%

%58.54
%25.2
%16.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 56.94%
  • yellow value is 72.22%
  • key color value is 71.76%
CMYK:
(0,57,72,72)
C0M57Y72K72 
(0%,57%,72%,72%)
(0.00/0.57/0.72/0.72)	

CMYK percentages

%0
%56.94
%72.22
%71.76

Codes

Color #481F14 in popluar color models

481F14
RGB723120
HSL13°56.52%18.04%
HSB/HSV13°72.22%28.24%
CMYK0.00%56.94%72.22%
71.76%

Color #481F14 in popluar number systems.

HEX481F14
Decimal723120
Binary10010001111110100
Octal1103724

Shades and tints

Shades of #481F14

#481F14
(72,31,20)
#421D13
(66,29,19)
#3C1B12
(60,27,18)
#361911
(54,25,17)
#301710
(48,23,16)
#2A150F
(42,21,15)
#24130E
(36,19,14)
#1E110D
(30,17,13)
#180F0C
(24,15,12)
#120D0B
(18,13,11)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #481F14

#481F14
(72,31,20)
#583329
(88,51,41)
#68473E
(104,71,62)
#785B53
(120,91,83)
#886F68
(136,111,104)
#98837D
(152,131,125)
#A89792
(168,151,146)
#B8ABA7
(184,171,167)
#C8BFBC
(200,191,188)
#D8D3D1
(216,211,209)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481F14; }

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

This text font color is #481F14.


Background Color

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

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

This div background color is #481F14.


Border color

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

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

This div border color is #481F14.


Opacity

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

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

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

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

This text has shadow with #481F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481F14 on black background.


Color preview on white background

This text has color #481F14 on white background.



Black color preview on #481F14 background

This text has black color on #481F14 background.


White color preview on #481F14 background

This text has white color on #481F14 background.