COLOR #481C14

HEX: #481C14 RGB: (72,28,20)

Color info

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

RGB color model

#481C14 color RGB value is (72,28,20).

RGB: (72,28,20) (28%, 11%, 8%)

RGB channels and saturation

R 72 of 255 = 28%
G 28 of 255 = 11%
B 20 of 255 = 8%

72
28
20

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

Portions of RGB colors in percentages

R + G + B = 72 + 28 + 20 = 120 (100%)
R 72 of 120 ~ 60%
G 28 of 120 ~ 23.33%
B 20 of 120 ~ 16.67'%

%60
%23.33
%16.67

CMYK color model

#481C14 color CMYK value is (0,61,72,72).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 72.22%
  • key color value is 71.76%
CMYK: (0,61,72,72) C0M61Y72K72 (0%,61%,72%,72%) (0.00/0.61/0.72/0.72) 

CMYK percentages

%0
%61.11
%72.22
%71.76

Codes

Color #481C14 in popluar color models

48 1C 14
RGB 72 28 20
HSL 56.52% 18.04%
HSB/HSV 72.22% 28.24%
CMYK 0.00% 61.11% 72.22%
71.76%

Color #481C14 in popluar number systems.

HEX 48 1C 14
Decimal 72 28 20
Binary 1001000 11100 10100
Octal 110 34 24

Shades and tints

Shades of #481C14

#481C14
(72,28,20)
#421A13
(66,26,19)
#3C1812
(60,24,18)
#361611
(54,22,17)
#301410
(48,20,16)
#2A120F
(42,18,15)
#24100E
(36,16,14)
#1E0E0D
(30,14,13)
#180C0C
(24,12,12)
#120A0B
(18,10,11)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #481C14

#481C14
(72,28,20)
#583029
(88,48,41)
#68443E
(104,68,62)
#785853
(120,88,83)
#886C68
(136,108,104)
#98807D
(152,128,125)
#A89492
(168,148,146)
#B8A8A7
(184,168,167)
#C8BCBC
(200,188,188)
#D8D0D1
(216,208,209)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481C14; }

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

This text font color is #481C14.

Background Color

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

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

This div background color is #481C14.

Border color

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

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

This div border color is #481C14.

Opacity

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

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

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

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

This text has shadow with #481C14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481C14.

Preview

Color preview on black background

This text has color #481C14 on black background.


Color preview on white background

This text has color #481C14 on white background.


Black color preview on #481C14 background

This text has black color on #481C14 background.


White color preview on #481C14 background

This text has white color on #481C14 background.


Related colors

Complementary color

Complementary color for #hex is #B7E3EB.


I love getcolorcode.com

Triadic colors

1 #14481C and #1C1448 with #481C14 are triadic colors.

2 #141C48 and #1C4814 with #481C14 are triadic colors.