COLOR #725537

HEX: #725537
RGB: (114,85,55)

Color info

#725537 contains red, green and blue colors in about the same proportion. Web safe color of #725537 is #666633 (or #663).

RGB color model

#725537 color RGB value is (114,85,55).

  • red value is 114;
  • green value is 85;
  • blue value is 55.
RGB:
(114,85,55)
(45%,33%,22%)

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 55 of 255 = 22%

114
85
55

R + G + B ~ 33%. #725537 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 55 = 254 (100%)
R 114 of 254 ~ 44.88%
G 85 of 254 ~ 33.46%
B 55 of 254 ~ 21.65%

%44.88
%33.46
%21.65

CMYK color model

#725537 color CMYK value is (0,25,52,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 51.75%
  • key color value is 55.29%
CMYK:
(0,25,52,55)
C0M25Y52K55 
(0%,25%,52%,55%)
(0.00/0.25/0.52/0.55)	

CMYK percentages

%0
%25.44
%51.75
%55.29

Codes

Color #725537 in popluar color models

725537
RGB1148555
HSL31°34.91%33.14%
HSB/HSV31°51.75%44.71%
CMYK0.00%25.44%51.75%
55.29%

Color #725537 in popluar number systems.

HEX725537
Decimal1148555
Binary11100101010101110111
Octal16212567

Shades and tints

Shades of #725537

#725537
(114,85,55)
#684E32
(104,78,50)
#5E472D
(94,71,45)
#544028
(84,64,40)
#4A3923
(74,57,35)
#40321E
(64,50,30)
#362B19
(54,43,25)
#2C2414
(44,36,20)
#221D0F
(34,29,15)
#18160A
(24,22,10)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #725537

#725537
(114,85,55)
#7E6449
(126,100,73)
#8A735B
(138,115,91)
#96826D
(150,130,109)
#A2917F
(162,145,127)
#AEA091
(174,160,145)
#BAAFA3
(186,175,163)
#C6BEB5
(198,190,181)
#D2CDC7
(210,205,199)
#DEDCD9
(222,220,217)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725537 color. Also use rgb(114,85,55) instead hex code.

Text Font Color

.myTextColor { color: #725537; }

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

This text font color is #725537.


Background Color

.myBgColor { background-color: #725537; }

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

This div background color is #725537.


Border color

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

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

This div border color is #725537.


Opacity

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

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

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

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

This text has shadow with #725537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725537 on black background.


Color preview on white background

This text has color #725537 on white background.



Black color preview on #725537 background

This text has black color on #725537 background.


White color preview on #725537 background

This text has white color on #725537 background.