COLOR #480F2D

HEX: #480F2D RGB: (72,15,45)

Color info

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

RGB color model

#480F2D color RGB value is (72,15,45).

RGB: (72,15,45) (28%, 6%, 18%)

RGB channels and saturation

R 72 of 255 = 28%
G 15 of 255 = 6%
B 45 of 255 = 18%

72
15
45

R + G + B ~ 17%. #480F2D is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 15 + 45 = 132 (100%)
R 72 of 132 ~ 54.55%
G 15 of 132 ~ 11.36%
B 45 of 132 ~ 34.09'%

%54.55
%11.36
%34.09

CMYK color model

#480F2D color CMYK value is (0,79,38,72).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 37.50%
  • key color value is 71.76%

CMYK: (0,79,38,72)
C0M79Y38K72 (0%, 79%, 38%, 72%)
(0.00 / 0.79 / 0.38 / 0.72)

CMYK percentages

%0
%79.17
%37.5
%71.76

Codes

Color #480F2D in popluar color models

48 0F 2D
RGB 72 15 45
HSL 328° 65.52% 17.06%
HSB/HSV 328° 79.17% 28.24%
CMYK 0.00% 79.17% 37.50%
71.76%

Color #480F2D in popluar number systems.

HEX 48 0F 2D
Decimal 72 15 45
Binary 1001000 1111 101101
Octal 110 17 55

Shades and tints

Shades of #480F2D

#480F2D
(72,15,45)
#420E29
(66,14,41)
#3C0D25
(60,13,37)
#360C21
(54,12,33)
#300B1D
(48,11,29)
#2A0A19
(42,10,25)
#240915
(36,9,21)
#1E0811
(30,8,17)
#18070D
(24,7,13)
#120609
(18,6,9)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #480F2D

#480F2D
(72,15,45)
#582440
(88,36,64)
#683953
(104,57,83)
#784E66
(120,78,102)
#886379
(136,99,121)
#98788C
(152,120,140)
#A88D9F
(168,141,159)
#B8A2B2
(184,162,178)
#C8B7C5
(200,183,197)
#D8CCD8
(216,204,216)
#E8E1EB
(232,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480F2D color. Also use rgb(72,15,45) instead hex code.

Text Font Color

.myTextColor { color: #480F2D; }

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

This text font color is #480F2D.

Background Color

.myBgColor { background-color: #480F2D; }

<div style="background-color:#480F2D">Inner text</div>

This div background color is #480F2D.

Border color

.myBorderColor { border: 1px solid #480F2D; }

<div style="border:3px solid #480F2D">Div</div>

This div border color is #480F2D.

Opacity

.myOpacity80 { color: #480F2D; opacity: 0.8; }

<p style="color:#480F2D;opacity:0.8;">80%</p>

Text with #480F2D 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 #480F2D;}

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

This text has shadow with #480F2D color.


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

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

This text has shadow with #480F2D primary color and red secondary color.


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

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

This text has shadow with #480F2D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #480F2D.

Preview

Color preview on black background

This text has color #480F2D on black background.


Color preview on white background

This text has color #480F2D on white background.


Black color preview on #480F2D background

This text has black color on #480F2D background.


White color preview on #480F2D background

This text has white color on #480F2D background.


Related colors

Complementary color

Complementary color for #hex is #B7F0D2.


I love getcolorcode.com

Triadic colors

1 #2D480F and #0F2D48 with #480F2D are triadic colors.

2 #2D0F48 and #0F482D with #480F2D are triadic colors.