COLOR #725113

HEX: #725113
RGB: (114,81,19)

Color info

#725113 contains mainly red and green colors. Web safe color of #725113 is #666600 (or #660).

RGB color model

#725113 color RGB value is (114,81,19).

  • red value is 114;
  • green value is 81;
  • blue value is 19.
RGB:
(114,81,19)
(45%,32%,7%)

RGB channels and saturation

R 114 of 255 = 45%
G 81 of 255 = 32%
B 19 of 255 = 7%

114
81
19

R + G + B ~ 28%. #725113 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 81 + 19 = 214 (100%)
R 114 of 214 ~ 53.27%
G 81 of 214 ~ 37.85%
B 19 of 214 ~ 8.88%

%53.27
%37.85

CMYK color model

#725113 color CMYK value is (0,29,83,55).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 83.33%
  • key color value is 55.29%
CMYK:
(0,29,83,55)
C0M29Y83K55 
(0%,29%,83%,55%)
(0.00/0.29/0.83/0.55)	

CMYK percentages

%0
%28.95
%83.33
%55.29

Codes

Color #725113 in popluar color models

725113
RGB1148119
HSL39°71.43%26.08%
HSB/HSV39°83.33%44.71%
CMYK0.00%28.95%83.33%
55.29%

Color #725113 in popluar number systems.

HEX725113
Decimal1148119
Binary1110010101000110011
Octal16212123

Shades and tints

Shades of #725113

#725113
(114,81,19)
#684A12
(104,74,18)
#5E4311
(94,67,17)
#543C10
(84,60,16)
#4A350F
(74,53,15)
#402E0E
(64,46,14)
#36270D
(54,39,13)
#2C200C
(44,32,12)
#22190B
(34,25,11)
#18120A
(24,18,10)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #725113

#725113
(114,81,19)
#7E6028
(126,96,40)
#8A6F3D
(138,111,61)
#967E52
(150,126,82)
#A28D67
(162,141,103)
#AE9C7C
(174,156,124)
#BAAB91
(186,171,145)
#C6BAA6
(198,186,166)
#D2C9BB
(210,201,187)
#DED8D0
(222,216,208)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725113 color. Also use rgb(114,81,19) instead hex code.

Text Font Color

.myTextColor { color: #725113; }

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

This text font color is #725113.


Background Color

.myBgColor { background-color: #725113; }

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

This div background color is #725113.


Border color

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

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

This div border color is #725113.


Opacity

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

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

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

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

This text has shadow with #725113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725113 on black background.


Color preview on white background

This text has color #725113 on white background.



Black color preview on #725113 background

This text has black color on #725113 background.


White color preview on #725113 background

This text has white color on #725113 background.