COLOR #723C4C

HEX: #723C4C RGB: (114,60,76)

Color info

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

RGB color model

#723C4C color RGB value is (114,60,76).

RGB: (114,60,76) (45%, 24%, 30%)

RGB channels and saturation

R 114 of 255 = 45%
G 60 of 255 = 24%
B 76 of 255 = 30%

114
60
76

R + G + B ~ 33%. #723C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 60 + 76 = 250 (100%)
R 114 of 250 ~ 45.6%
G 60 of 250 ~ 24%
B 76 of 250 ~ 30.4'%

%45.6
%24
%30.4

CMYK color model

#723C4C color CMYK value is (0,47,33,55).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 33.33%
  • key color value is 55.29%

CMYK: (0,47,33,55)
C0M47Y33K55 (0%, 47%, 33%, 55%)
(0.00 / 0.47 / 0.33 / 0.55)

CMYK percentages

%0
%47.37
%33.33
%55.29

Codes

Color #723C4C in popluar color models

72 3C 4C
RGB 114 60 76
HSL 342° 31.03% 34.12%
HSB/HSV 342° 47.37% 44.71%
CMYK 0.00% 47.37% 33.33%
55.29%

Color #723C4C in popluar number systems.

HEX 72 3C 4C
Decimal 114 60 76
Binary 1110010 111100 1001100
Octal 162 74 114

Shades and tints

Shades of #723C4C

#723C4C
(114,60,76)
#683746
(104,55,70)
#5E3240
(94,50,64)
#542D3A
(84,45,58)
#4A2834
(74,40,52)
#40232E
(64,35,46)
#361E28
(54,30,40)
#2C1922
(44,25,34)
#22141C
(34,20,28)
#180F16
(24,15,22)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #723C4C

#723C4C
(114,60,76)
#7E4D5C
(126,77,92)
#8A5E6C
(138,94,108)
#966F7C
(150,111,124)
#A2808C
(162,128,140)
#AE919C
(174,145,156)
#BAA2AC
(186,162,172)
#C6B3BC
(198,179,188)
#D2C4CC
(210,196,204)
#DED5DC
(222,213,220)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723C4C color. Also use rgb(114,60,76) instead hex code.

Text Font Color

.myTextColor { color: #723C4C; }

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

This text font color is #723C4C.

Background Color

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

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

This div background color is #723C4C.

Border color

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

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

This div border color is #723C4C.

Opacity

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

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

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

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

This text has shadow with #723C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #723C4C.

Preview

Color preview on black background

This text has color #723C4C on black background.


Color preview on white background

This text has color #723C4C on white background.


Black color preview on #723C4C background

This text has black color on #723C4C background.


White color preview on #723C4C background

This text has white color on #723C4C background.


Related colors

Complementary color

Complementary color for #hex is #8DC3B3.


I love getcolorcode.com

Triadic colors

1 #4C723C and #3C4C72 with #723C4C are triadic colors.

2 #4C3C72 and #3C724C with #723C4C are triadic colors.