COLOR #725B19

HEX: #725B19 RGB: (114,91,25)

Color info

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

RGB color model

#725B19 color RGB value is (114,91,25).

RGB: (114,91,25) (45%, 36%, 10%)

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 25 of 255 = 10%

114
91
25

R + G + B ~ 30%. #725B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 91 + 25 = 230 (100%)
R 114 of 230 ~ 49.57%
G 91 of 230 ~ 39.57%
B 25 of 230 ~ 10.87'%

%49.57
%39.57
%10.87

CMYK color model

#725B19 color CMYK value is (0,20,78,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 78.07%
  • key color value is 55.29%

CMYK: (0,20,78,55)
C0M20Y78K55 (0%, 20%, 78%, 55%)
(0.00 / 0.20 / 0.78 / 0.55)

CMYK percentages

%0
%20.18
%78.07
%55.29

Codes

Color #725B19 in popluar color models

72 5B 19
RGB 114 91 25
HSL 44° 64.03% 27.25%
HSB/HSV 44° 78.07% 44.71%
CMYK 0.00% 20.18% 78.07%
55.29%

Color #725B19 in popluar number systems.

HEX 72 5B 19
Decimal 114 91 25
Binary 1110010 1011011 11001
Octal 162 133 31

Shades and tints

Shades of #725B19

#725B19
(114,91,25)
#685317
(104,83,23)
#5E4B15
(94,75,21)
#544313
(84,67,19)
#4A3B11
(74,59,17)
#40330F
(64,51,15)
#362B0D
(54,43,13)
#2C230B
(44,35,11)
#221B09
(34,27,9)
#181307
(24,19,7)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #725B19

#725B19
(114,91,25)
#7E692D
(126,105,45)
#8A7741
(138,119,65)
#968555
(150,133,85)
#A29369
(162,147,105)
#AEA17D
(174,161,125)
#BAAF91
(186,175,145)
#C6BDA5
(198,189,165)
#D2CBB9
(210,203,185)
#DED9CD
(222,217,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725B19 color. Also use rgb(114,91,25) instead hex code.

Text Font Color

.myTextColor { color: #725B19; }

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

This text font color is #725B19.

Background Color

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

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

This div background color is #725B19.

Border color

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

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

This div border color is #725B19.

Opacity

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

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

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

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

This text has shadow with #725B19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725B19.

Preview

Color preview on black background

This text has color #725B19 on black background.


Color preview on white background

This text has color #725B19 on white background.


Black color preview on #725B19 background

This text has black color on #725B19 background.


White color preview on #725B19 background

This text has white color on #725B19 background.


Related colors

Complementary color

Complementary color for #hex is #8DA4E6.


I love getcolorcode.com

Triadic colors

1 #19725B and #5B1972 with #725B19 are triadic colors.

2 #195B72 and #5B7219 with #725B19 are triadic colors.