COLOR #732520

HEX: #732520
RGB: (115,37,32)

Color info

#732520 contains mainly red color. Web safe color of #732520 is #663333 (or #633).

RGB color model

#732520 color RGB value is (115,37,32).

  • red value is 115;
  • green value is 37;
  • blue value is 32.
RGB:
(115,37,32)
(45%,15%,13%)

RGB channels and saturation

R 115 of 255 = 45%
G 37 of 255 = 15%
B 32 of 255 = 13%

115
37
32

R + G + B ~ 24%. #732520 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 37 + 32 = 184 (100%)
R 115 of 184 ~ 62.5%
G 37 of 184 ~ 20.11%
B 32 of 184 ~ 17.39%

%62.5
%20.11
%17.39

CMYK color model

#732520 color CMYK value is (0,68,72,55).

  • cyan value is 0.00%
  • magenta value is 67.83%
  • yellow value is 72.17%
  • key color value is 54.90%
CMYK:
(0,68,72,55)
C0M68Y72K55 
(0%,68%,72%,55%)
(0.00/0.68/0.72/0.55)	

CMYK percentages

%0
%67.83
%72.17
%54.9

Codes

Color #732520 in popluar color models

732520
RGB1153732
HSL56.46%28.82%
HSB/HSV72.17%45.10%
CMYK0.00%67.83%72.17%
54.90%

Color #732520 in popluar number systems.

HEX732520
Decimal1153732
Binary1110011100101100000
Octal1634540

Shades and tints

Shades of #732520

#732520
(115,37,32)
#69221E
(105,34,30)
#5F1F1C
(95,31,28)
#551C1A
(85,28,26)
#4B1918
(75,25,24)
#411616
(65,22,22)
#371314
(55,19,20)
#2D1012
(45,16,18)
#230D10
(35,13,16)
#190A0E
(25,10,14)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #732520

#732520
(115,37,32)
#7F3834
(127,56,52)
#8B4B48
(139,75,72)
#975E5C
(151,94,92)
#A37170
(163,113,112)
#AF8484
(175,132,132)
#BB9798
(187,151,152)
#C7AAAC
(199,170,172)
#D3BDC0
(211,189,192)
#DFD0D4
(223,208,212)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #732520 color. Also use rgb(115,37,32) instead hex code.

Text Font Color

.myTextColor { color: #732520; }

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

This text font color is #732520.


Background Color

.myBgColor { background-color: #732520; }

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

This div background color is #732520.


Border color

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

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

This div border color is #732520.


Opacity

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

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

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

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

This text has shadow with #732520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #732520 on black background.


Color preview on white background

This text has color #732520 on white background.



Black color preview on #732520 background

This text has black color on #732520 background.


White color preview on #732520 background

This text has white color on #732520 background.