COLOR #725843

HEX: #725843
RGB: (114,88,67)

Color info

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

RGB color model

#725843 color RGB value is (114,88,67).

  • red value is 114;
  • green value is 88;
  • blue value is 67.
RGB:
(114,88,67)
(45%,35%,26%)

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 67 of 255 = 26%

114
88
67

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

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 67 = 269 (100%)
R 114 of 269 ~ 42.38%
G 88 of 269 ~ 32.71%
B 67 of 269 ~ 24.91%

%42.38
%32.71
%24.91

CMYK color model

#725843 color CMYK value is (0,23,41,55).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 41.23%
  • key color value is 55.29%
CMYK:
(0,23,41,55)
C0M23Y41K55 
(0%,23%,41%,55%)
(0.00/0.23/0.41/0.55)	

CMYK percentages

%0
%22.81
%41.23
%55.29

Codes

Color #725843 in popluar color models

725843
RGB1148867
HSL27°25.97%35.49%
HSB/HSV27°41.23%44.71%
CMYK0.00%22.81%41.23%
55.29%

Color #725843 in popluar number systems.

HEX725843
Decimal1148867
Binary111001010110001000011
Octal162130103

Shades and tints

Shades of #725843

#725843
(114,88,67)
#68503D
(104,80,61)
#5E4837
(94,72,55)
#544031
(84,64,49)
#4A382B
(74,56,43)
#403025
(64,48,37)
#36281F
(54,40,31)
#2C2019
(44,32,25)
#221813
(34,24,19)
#18100D
(24,16,13)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #725843

#725843
(114,88,67)
#7E6754
(126,103,84)
#8A7665
(138,118,101)
#968576
(150,133,118)
#A29487
(162,148,135)
#AEA398
(174,163,152)
#BAB2A9
(186,178,169)
#C6C1BA
(198,193,186)
#D2D0CB
(210,208,203)
#DEDFDC
(222,223,220)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725843 color. Also use rgb(114,88,67) instead hex code.

Text Font Color

.myTextColor { color: #725843; }

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

This text font color is #725843.


Background Color

.myBgColor { background-color: #725843; }

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

This div background color is #725843.


Border color

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

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

This div border color is #725843.


Opacity

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

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

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

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

This text has shadow with #725843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725843 on black background.


Color preview on white background

This text has color #725843 on white background.



Black color preview on #725843 background

This text has black color on #725843 background.


White color preview on #725843 background

This text has white color on #725843 background.