COLOR #724945

HEX: #724945
RGB: (114,73,69)

Color info

#724945 contains red, green and blue colors in about the same proportion. Web safe color of #724945 is #663333 (or #633).

RGB color model

#724945 color RGB value is (114,73,69).

  • red value is 114;
  • green value is 73;
  • blue value is 69.
RGB:
(114,73,69)
(45%,29%,27%)

RGB channels and saturation

R 114 of 255 = 45%
G 73 of 255 = 29%
B 69 of 255 = 27%

114
73
69

R + G + B ~ 34%. #724945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 73 + 69 = 256 (100%)
R 114 of 256 ~ 44.53%
G 73 of 256 ~ 28.52%
B 69 of 256 ~ 26.95%

%44.53
%28.52
%26.95

CMYK color model

#724945 color CMYK value is (0,36,39,55).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 39.47%
  • key color value is 55.29%
CMYK:
(0,36,39,55)
C0M36Y39K55 
(0%,36%,39%,55%)
(0.00/0.36/0.39/0.55)	

CMYK percentages

%0
%35.96
%39.47
%55.29

Codes

Color #724945 in popluar color models

724945
RGB1147369
HSL24.59%35.88%
HSB/HSV39.47%44.71%
CMYK0.00%35.96%39.47%
55.29%

Color #724945 in popluar number systems.

HEX724945
Decimal1147369
Binary111001010010011000101
Octal162111105

Shades and tints

Shades of #724945

#724945
(114,73,69)
#68433F
(104,67,63)
#5E3D39
(94,61,57)
#543733
(84,55,51)
#4A312D
(74,49,45)
#402B27
(64,43,39)
#362521
(54,37,33)
#2C1F1B
(44,31,27)
#221915
(34,25,21)
#18130F
(24,19,15)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #724945

#724945
(114,73,69)
#7E5955
(126,89,85)
#8A6965
(138,105,101)
#967975
(150,121,117)
#A28985
(162,137,133)
#AE9995
(174,153,149)
#BAA9A5
(186,169,165)
#C6B9B5
(198,185,181)
#D2C9C5
(210,201,197)
#DED9D5
(222,217,213)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724945 color. Also use rgb(114,73,69) instead hex code.

Text Font Color

.myTextColor { color: #724945; }

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

This text font color is #724945.


Background Color

.myBgColor { background-color: #724945; }

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

This div background color is #724945.


Border color

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

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

This div border color is #724945.


Opacity

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

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

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

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

This text has shadow with #724945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724945 on black background.


Color preview on white background

This text has color #724945 on white background.



Black color preview on #724945 background

This text has black color on #724945 background.


White color preview on #724945 background

This text has white color on #724945 background.