COLOR #725B11

HEX: #725B11 RGB: (114,91,17)

Color info

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

RGB color model

#725B11 color RGB value is (114,91,17).

RGB: (114,91,17) (45%, 36%, 7%)

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 17 of 255 = 7%

114
91
17

R + G + B ~ 29%. #725B11 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 91 + 17 = 222 (100%)
R 114 of 222 ~ 51.35%
G 91 of 222 ~ 40.99%
B 17 of 222 ~ 7.66'%

%51.35
%40.99

CMYK color model

#725B11 color CMYK value is (0,20,85,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 85.09%
  • key color value is 55.29%
CMYK: (0,20,85,55) C0M20Y85K55 (0%,20%,85%,55%) (0.00/0.20/0.85/0.55) 

CMYK percentages

%0
%20.18
%85.09
%55.29

Codes

Color #725B11 in popluar color models

72 5B 11
RGB 114 91 17
HSL 46° 74.05% 25.69%
HSB/HSV 46° 85.09% 44.71%
CMYK 0.00% 20.18% 85.09%
55.29%

Color #725B11 in popluar number systems.

HEX 72 5B 11
Decimal 114 91 17
Binary 1110010 1011011 10001
Octal 162 133 21

Shades and tints

Shades of #725B11

#725B11
(114,91,17)
#685310
(104,83,16)
#5E4B0F
(94,75,15)
#54430E
(84,67,14)
#4A3B0D
(74,59,13)
#40330C
(64,51,12)
#362B0B
(54,43,11)
#2C230A
(44,35,10)
#221B09
(34,27,9)
#181308
(24,19,8)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #725B11

#725B11
(114,91,17)
#7E6926
(126,105,38)
#8A773B
(138,119,59)
#968550
(150,133,80)
#A29365
(162,147,101)
#AEA17A
(174,161,122)
#BAAF8F
(186,175,143)
#C6BDA4
(198,189,164)
#D2CBB9
(210,203,185)
#DED9CE
(222,217,206)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725B11; }

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

This text font color is #725B11.

Background Color

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

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

This div background color is #725B11.

Border color

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

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

This div border color is #725B11.

Opacity

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

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

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

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

This text has shadow with #725B11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725B11.

Preview

Color preview on black background

This text has color #725B11 on black background.


Color preview on white background

This text has color #725B11 on white background.


Black color preview on #725B11 background

This text has black color on #725B11 background.


White color preview on #725B11 background

This text has white color on #725B11 background.


Related colors

Complementary color

Complementary color for #hex is #8DA4EE.


I love getcolorcode.com

Triadic colors

1 #11725B and #5B1172 with #725B11 are triadic colors.

2 #115B72 and #5B7211 with #725B11 are triadic colors.