COLOR #725E2A

HEX: #725E2A RGB: (114,94,42)

Color info

#725E2A contains mainly red and green colors. Web safe color of #725E2A is #666633 (or #663).

RGB color model

#725E2A color RGB value is (114,94,42).

RGB: (114,94,42) (45%, 37%, 16%)

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 42 of 255 = 16%

114
94
42

R + G + B ~ 33%. #725E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 94 + 42 = 250 (100%)
R 114 of 250 ~ 45.6%
G 94 of 250 ~ 37.6%
B 42 of 250 ~ 16.8'%

%45.6
%37.6
%16.8

CMYK color model

#725E2A color CMYK value is (0,18,63,55).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 63.16%
  • key color value is 55.29%
CMYK: (0,18,63,55) C0M18Y63K55 (0%,18%,63%,55%) (0.00/0.18/0.63/0.55) 

CMYK percentages

%0
%17.54
%63.16
%55.29

Codes

Color #725E2A in popluar color models

72 5E 2A
RGB 114 94 42
HSL 43° 46.15% 30.59%
HSB/HSV 43° 63.16% 44.71%
CMYK 0.00% 17.54% 63.16%
55.29%

Color #725E2A in popluar number systems.

HEX 72 5E 2A
Decimal 114 94 42
Binary 1110010 1011110 101010
Octal 162 136 52

Shades and tints

Shades of #725E2A

#725E2A
(114,94,42)
#685627
(104,86,39)
#5E4E24
(94,78,36)
#544621
(84,70,33)
#4A3E1E
(74,62,30)
#40361B
(64,54,27)
#362E18
(54,46,24)
#2C2615
(44,38,21)
#221E12
(34,30,18)
#18160F
(24,22,15)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #725E2A

#725E2A
(114,94,42)
#7E6C3D
(126,108,61)
#8A7A50
(138,122,80)
#968863
(150,136,99)
#A29676
(162,150,118)
#AEA489
(174,164,137)
#BAB29C
(186,178,156)
#C6C0AF
(198,192,175)
#D2CEC2
(210,206,194)
#DEDCD5
(222,220,213)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725E2A; }

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

This text font color is #725E2A.

Background Color

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

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

This div background color is #725E2A.

Border color

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

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

This div border color is #725E2A.

Opacity

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

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

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

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

This text has shadow with #725E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725E2A.

Preview

Color preview on black background

This text has color #725E2A on black background.


Color preview on white background

This text has color #725E2A on white background.


Black color preview on #725E2A background

This text has black color on #725E2A background.


White color preview on #725E2A background

This text has white color on #725E2A background.


Related colors

Complementary color

Complementary color for #hex is #8DA1D5.


I love getcolorcode.com

Triadic colors

1 #2A725E and #5E2A72 with #725E2A are triadic colors.

2 #2A5E72 and #5E722A with #725E2A are triadic colors.