COLOR #725E3D

HEX: #725E3D
RGB: (114,94,61)

Color info

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

RGB color model

#725E3D color RGB value is (114,94,61).

  • red value is 114;
  • green value is 94;
  • blue value is 61.
RGB:
(114,94,61)
(45%,37%,24%)

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 61 of 255 = 24%

114
94
61

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

Portions of RGB colors in percentages

R + G + B =
114 + 94 + 61 = 269 (100%)
R 114 of 269 ~ 42.38%
G 94 of 269 ~ 34.94%
B 61 of 269 ~ 22.68%

%42.38
%34.94
%22.68

CMYK color model

#725E3D color CMYK value is (0,18,46,55).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 46.49%
  • key color value is 55.29%
CMYK:
(0,18,46,55)
C0M18Y46K55 
(0%,18%,46%,55%)
(0.00/0.18/0.46/0.55)	

CMYK percentages

%0
%17.54
%46.49
%55.29

Codes

Color #725E3D in popluar color models

725E3D
RGB1149461
HSL37°30.29%34.31%
HSB/HSV37°46.49%44.71%
CMYK0.00%17.54%46.49%
55.29%

Color #725E3D in popluar number systems.

HEX725E3D
Decimal1149461
Binary11100101011110111101
Octal16213675

Shades and tints

Shades of #725E3D

#725E3D
(114,94,61)
#685638
(104,86,56)
#5E4E33
(94,78,51)
#54462E
(84,70,46)
#4A3E29
(74,62,41)
#403624
(64,54,36)
#362E1F
(54,46,31)
#2C261A
(44,38,26)
#221E15
(34,30,21)
#181610
(24,22,16)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #725E3D

#725E3D
(114,94,61)
#7E6C4E
(126,108,78)
#8A7A5F
(138,122,95)
#968870
(150,136,112)
#A29681
(162,150,129)
#AEA492
(174,164,146)
#BAB2A3
(186,178,163)
#C6C0B4
(198,192,180)
#D2CEC5
(210,206,197)
#DEDCD6
(222,220,214)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725E3D color. Also use rgb(114,94,61) instead hex code.

Text Font Color

.myTextColor { color: #725E3D; }

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

This text font color is #725E3D.


Background Color

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

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

This div background color is #725E3D.


Border color

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

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

This div border color is #725E3D.


Opacity

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

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

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

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

This text has shadow with #725E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725E3D on black background.


Color preview on white background

This text has color #725E3D on white background.



Black color preview on #725E3D background

This text has black color on #725E3D background.


White color preview on #725E3D background

This text has white color on #725E3D background.