COLOR #723F2E

HEX: #723F2E
RGB: (114,63,46)

Color info

#723F2E contains mainly red and green colors. Web safe color of #723F2E is #663333 (or #633).

RGB color model

#723F2E color RGB value is (114,63,46).

  • red value is 114;
  • green value is 63;
  • blue value is 46.
RGB:
(114,63,46)
(45%,25%,18%)

RGB channels and saturation

R 114 of 255 = 45%
G 63 of 255 = 25%
B 46 of 255 = 18%

114
63
46

R + G + B ~ 29%. #723F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 63 + 46 = 223 (100%)
R 114 of 223 ~ 51.12%
G 63 of 223 ~ 28.25%
B 46 of 223 ~ 20.63%

%51.12
%28.25
%20.63

CMYK color model

#723F2E color CMYK value is (0,45,60,55).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 59.65%
  • key color value is 55.29%
CMYK:
(0,45,60,55)
C0M45Y60K55 
(0%,45%,60%,55%)
(0.00/0.45/0.60/0.55)	

CMYK percentages

%0
%44.74
%59.65
%55.29

Codes

Color #723F2E in popluar color models

723F2E
RGB1146346
HSL15°42.50%31.37%
HSB/HSV15°59.65%44.71%
CMYK0.00%44.74%59.65%
55.29%

Color #723F2E in popluar number systems.

HEX723F2E
Decimal1146346
Binary1110010111111101110
Octal1627756

Shades and tints

Shades of #723F2E

#723F2E
(114,63,46)
#683A2A
(104,58,42)
#5E3526
(94,53,38)
#543022
(84,48,34)
#4A2B1E
(74,43,30)
#40261A
(64,38,26)
#362116
(54,33,22)
#2C1C12
(44,28,18)
#22170E
(34,23,14)
#18120A
(24,18,10)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #723F2E

#723F2E
(114,63,46)
#7E5041
(126,80,65)
#8A6154
(138,97,84)
#967267
(150,114,103)
#A2837A
(162,131,122)
#AE948D
(174,148,141)
#BAA5A0
(186,165,160)
#C6B6B3
(198,182,179)
#D2C7C6
(210,199,198)
#DED8D9
(222,216,217)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723F2E color. Also use rgb(114,63,46) instead hex code.

Text Font Color

.myTextColor { color: #723F2E; }

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

This text font color is #723F2E.


Background Color

.myBgColor { background-color: #723F2E; }

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

This div background color is #723F2E.


Border color

.myBorderColor { border: 1px solid #723F2E; }

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

This div border color is #723F2E.


Opacity

.myOpacity80 { color: #723F2E; opacity: 0.8; }

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

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

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

This text has shadow with #723F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723F2E on black background.


Color preview on white background

This text has color #723F2E on white background.



Black color preview on #723F2E background

This text has black color on #723F2E background.


White color preview on #723F2E background

This text has white color on #723F2E background.