COLOR #725D3C

HEX: #725D3C
RGB: (114,93,60)

Color info

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

RGB color model

#725D3C color RGB value is (114,93,60).

  • red value is 114;
  • green value is 93;
  • blue value is 60.
RGB:
(114,93,60)
(45%,36%,24%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 60 of 255 = 24%

114
93
60

R + G + B ~ 35%. #725D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 60 = 267 (100%)
R 114 of 267 ~ 42.7%
G 93 of 267 ~ 34.83%
B 60 of 267 ~ 22.47%

%42.7
%34.83
%22.47

CMYK color model

#725D3C color CMYK value is (0,18,47,55).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 47.37%
  • key color value is 55.29%
CMYK:
(0,18,47,55)
C0M18Y47K55 
(0%,18%,47%,55%)
(0.00/0.18/0.47/0.55)	

CMYK percentages

%0
%18.42
%47.37
%55.29

Codes

Color #725D3C in popluar color models

725D3C
RGB1149360
HSL37°31.03%34.12%
HSB/HSV37°47.37%44.71%
CMYK0.00%18.42%47.37%
55.29%

Color #725D3C in popluar number systems.

HEX725D3C
Decimal1149360
Binary11100101011101111100
Octal16213574

Shades and tints

Shades of #725D3C

#725D3C
(114,93,60)
#685537
(104,85,55)
#5E4D32
(94,77,50)
#54452D
(84,69,45)
#4A3D28
(74,61,40)
#403523
(64,53,35)
#362D1E
(54,45,30)
#2C2519
(44,37,25)
#221D14
(34,29,20)
#18150F
(24,21,15)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #725D3C

#725D3C
(114,93,60)
#7E6B4D
(126,107,77)
#8A795E
(138,121,94)
#96876F
(150,135,111)
#A29580
(162,149,128)
#AEA391
(174,163,145)
#BAB1A2
(186,177,162)
#C6BFB3
(198,191,179)
#D2CDC4
(210,205,196)
#DEDBD5
(222,219,213)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725D3C color. Also use rgb(114,93,60) instead hex code.

Text Font Color

.myTextColor { color: #725D3C; }

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

This text font color is #725D3C.


Background Color

.myBgColor { background-color: #725D3C; }

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

This div background color is #725D3C.


Border color

.myBorderColor { border: 1px solid #725D3C; }

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

This div border color is #725D3C.


Opacity

.myOpacity80 { color: #725D3C; opacity: 0.8; }

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

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

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

This text has shadow with #725D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D3C on black background.


Color preview on white background

This text has color #725D3C on white background.



Black color preview on #725D3C background

This text has black color on #725D3C background.


White color preview on #725D3C background

This text has white color on #725D3C background.