COLOR #725523

HEX: #725523
RGB: (114,85,35)

Color info

#725523 contains mainly red and green colors. Web safe color of #725523 is #666633 (or #663).

RGB color model

#725523 color RGB value is (114,85,35).

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

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 35 of 255 = 14%

114
85
35

R + G + B ~ 31%. #725523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 35 = 234 (100%)
R 114 of 234 ~ 48.72%
G 85 of 234 ~ 36.32%
B 35 of 234 ~ 14.96%

%48.72
%36.32
%14.96

CMYK color model

#725523 color CMYK value is (0,25,69,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 69.30%
  • key color value is 55.29%
CMYK:
(0,25,69,55)
C0M25Y69K55 
(0%,25%,69%,55%)
(0.00/0.25/0.69/0.55)	

CMYK percentages

%0
%25.44
%69.3
%55.29

Codes

Color #725523 in popluar color models

725523
RGB1148535
HSL38°53.02%29.22%
HSB/HSV38°69.30%44.71%
CMYK0.00%25.44%69.30%
55.29%

Color #725523 in popluar number systems.

HEX725523
Decimal1148535
Binary11100101010101100011
Octal16212543

Shades and tints

Shades of #725523

#725523
(114,85,35)
#684E20
(104,78,32)
#5E471D
(94,71,29)
#54401A
(84,64,26)
#4A3917
(74,57,23)
#403214
(64,50,20)
#362B11
(54,43,17)
#2C240E
(44,36,14)
#221D0B
(34,29,11)
#181608
(24,22,8)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #725523

#725523
(114,85,35)
#7E6437
(126,100,55)
#8A734B
(138,115,75)
#96825F
(150,130,95)
#A29173
(162,145,115)
#AEA087
(174,160,135)
#BAAF9B
(186,175,155)
#C6BEAF
(198,190,175)
#D2CDC3
(210,205,195)
#DEDCD7
(222,220,215)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725523; }

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

This text font color is #725523.


Background Color

.myBgColor { background-color: #725523; }

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

This div background color is #725523.


Border color

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

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

This div border color is #725523.


Opacity

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

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

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

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

This text has shadow with #725523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725523 on black background.


Color preview on white background

This text has color #725523 on white background.



Black color preview on #725523 background

This text has black color on #725523 background.


White color preview on #725523 background

This text has white color on #725523 background.