COLOR #480725

HEX: #480725
RGB: (72,7,37)

Color info

#480725 contains mainly red and blue colors. Web safe color of #480725 is #330033 (or #303).

RGB color model

#480725 color RGB value is (72,7,37).

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

RGB channels and saturation

R 72 of 255 = 28%
G 7 of 255 = 3%
B 37 of 255 = 15%

72
7
37

R + G + B ~ 15%. #480725 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 7 + 37 = 116 (100%)
R 72 of 116 ~ 62.07%
G 7 of 116 ~ 6.03%
B 37 of 116 ~ 31.9%

%62.07
%31.9

CMYK color model

#480725 color CMYK value is (0,90,49,72).

  • cyan value is 0.00%
  • magenta value is 90.28%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(0,90,49,72)
C0M90Y49K72 
(0%,90%,49%,72%)
(0.00/0.90/0.49/0.72)	

CMYK percentages

%0
%90.28
%48.61
%71.76

Codes

Color #480725 in popluar color models

480725
RGB72737
HSL332°82.28%15.49%
HSB/HSV332°90.28%28.24%
CMYK0.00%90.28%48.61%
71.76%

Color #480725 in popluar number systems.

HEX480725
Decimal72737
Binary1001000111100101
Octal110745

Shades and tints

Shades of #480725

#480725
(72,7,37)
#420722
(66,7,34)
#3C071F
(60,7,31)
#36071C
(54,7,28)
#300719
(48,7,25)
#2A0716
(42,7,22)
#240713
(36,7,19)
#1E0710
(30,7,16)
#18070D
(24,7,13)
#12070A
(18,7,10)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #480725

#480725
(72,7,37)
#581D38
(88,29,56)
#68334B
(104,51,75)
#78495E
(120,73,94)
#885F71
(136,95,113)
#987584
(152,117,132)
#A88B97
(168,139,151)
#B8A1AA
(184,161,170)
#C8B7BD
(200,183,189)
#D8CDD0
(216,205,208)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480725; }

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

This text font color is #480725.


Background Color

.myBgColor { background-color: #480725; }

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

This div background color is #480725.


Border color

.myBorderColor { border: 1px solid #480725; }

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

This div border color is #480725.


Opacity

.myOpacity80 { color: #480725; opacity: 0.8; }

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

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

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

This text has shadow with #480725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480725 on black background.


Color preview on white background

This text has color #480725 on white background.



Black color preview on #480725 background

This text has black color on #480725 background.


White color preview on #480725 background

This text has white color on #480725 background.