COLOR #481A45

HEX: #481A45 RGB: (72,26,69)

Color info

#481A45 contains red, green and blue colors in about the same proportion. Web safe color of #481A45 is #330033 (or #303).

RGB color model

#481A45 color RGB value is (72,26,69).

RGB: (72,26,69) (28%, 10%, 27%)

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 69 of 255 = 27%

72
26
69

R + G + B ~ 22%. #481A45 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 26 + 69 = 167 (100%)
R 72 of 167 ~ 43.11%
G 26 of 167 ~ 15.57%
B 69 of 167 ~ 41.32'%

%43.11
%15.57
%41.32

CMYK color model

#481A45 color CMYK value is (0,64,4,72).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 4.17%
  • key color value is 71.76%

CMYK: (0,64,4,72)
C0M64Y4K72 (0%, 64%, 4%, 72%)
(0.00 / 0.64 / 0.04 / 0.72)

CMYK percentages

%0
%63.89
%4.17
%71.76

Codes

Color #481A45 in popluar color models

48 1A 45
RGB 72 26 69
HSL 304° 46.94% 19.22%
HSB/HSV 304° 63.89% 28.24%
CMYK 0.00% 63.89% 4.17%
71.76%

Color #481A45 in popluar number systems.

HEX 48 1A 45
Decimal 72 26 69
Binary 1001000 11010 1000101
Octal 110 32 105

Shades and tints

Shades of #481A45

#481A45
(72,26,69)
#42183F
(66,24,63)
#3C1639
(60,22,57)
#361433
(54,20,51)
#30122D
(48,18,45)
#2A1027
(42,16,39)
#240E21
(36,14,33)
#1E0C1B
(30,12,27)
#180A15
(24,10,21)
#12080F
(18,8,15)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #481A45

#481A45
(72,26,69)
#582E55
(88,46,85)
#684265
(104,66,101)
#785675
(120,86,117)
#886A85
(136,106,133)
#987E95
(152,126,149)
#A892A5
(168,146,165)
#B8A6B5
(184,166,181)
#C8BAC5
(200,186,197)
#D8CED5
(216,206,213)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481A45 color. Also use rgb(72,26,69) instead hex code.

Text Font Color

.myTextColor { color: #481A45; }

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

This text font color is #481A45.

Background Color

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

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

This div background color is #481A45.

Border color

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

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

This div border color is #481A45.

Opacity

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

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

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

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

This text has shadow with #481A45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481A45.

Preview

Color preview on black background

This text has color #481A45 on black background.


Color preview on white background

This text has color #481A45 on white background.


Black color preview on #481A45 background

This text has black color on #481A45 background.


White color preview on #481A45 background

This text has white color on #481A45 background.


Related colors

Complementary color

Complementary color for #hex is #B7E5BA.


I love getcolorcode.com

Triadic colors

1 #45481A and #1A4548 with #481A45 are triadic colors.

2 #451A48 and #1A4845 with #481A45 are triadic colors.