COLOR #480D25

HEX: #480D25
RGB: (72,13,37)

Color info

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

RGB color model

#480D25 color RGB value is (72,13,37).

  • red value is 72;
  • green value is 13;
  • blue value is 37.
RGB:
(72,13,37)
(28%,5%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 13 of 255 = 5%
B 37 of 255 = 15%

72
13
37

R + G + B ~ 16%. #480D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 13 + 37 = 122 (100%)
R 72 of 122 ~ 59.02%
G 13 of 122 ~ 10.66%
B 37 of 122 ~ 30.33%

%59.02
%10.66
%30.33

CMYK color model

#480D25 color CMYK value is (0,82,49,72).

  • cyan value is 0.00%
  • magenta value is 81.94%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(0,82,49,72)
C0M82Y49K72 
(0%,82%,49%,72%)
(0.00/0.82/0.49/0.72)	

CMYK percentages

%0
%81.94
%48.61
%71.76

Codes

Color #480D25 in popluar color models

480D25
RGB721337
HSL336°69.41%16.67%
HSB/HSV336°81.94%28.24%
CMYK0.00%81.94%48.61%
71.76%

Color #480D25 in popluar number systems.

HEX480D25
Decimal721337
Binary10010001101100101
Octal1101545

Shades and tints

Shades of #480D25

#480D25
(72,13,37)
#420C22
(66,12,34)
#3C0B1F
(60,11,31)
#360A1C
(54,10,28)
#300919
(48,9,25)
#2A0816
(42,8,22)
#240713
(36,7,19)
#1E0610
(30,6,16)
#18050D
(24,5,13)
#12040A
(18,4,10)
#0C0307
(12,3,7)
#000000
(0,0,0)

Tints of #480D25

#480D25
(72,13,37)
#582338
(88,35,56)
#68394B
(104,57,75)
#784F5E
(120,79,94)
#886571
(136,101,113)
#987B84
(152,123,132)
#A89197
(168,145,151)
#B8A7AA
(184,167,170)
#C8BDBD
(200,189,189)
#D8D3D0
(216,211,208)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480D25 color. Also use rgb(72,13,37) instead hex code.

Text Font Color

.myTextColor { color: #480D25; }

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

This text font color is #480D25.


Background Color

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

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

This div background color is #480D25.


Border color

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

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

This div border color is #480D25.


Opacity

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

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

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

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

This text has shadow with #480D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480D25 on black background.


Color preview on white background

This text has color #480D25 on white background.



Black color preview on #480D25 background

This text has black color on #480D25 background.


White color preview on #480D25 background

This text has white color on #480D25 background.