COLOR #723B41

HEX: #723B41 RGB: (114,59,65)

Color info

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

RGB color model

#723B41 color RGB value is (114,59,65).

RGB: (114,59,65) (45%, 23%, 25%)

RGB channels and saturation

R 114 of 255 = 45%
G 59 of 255 = 23%
B 65 of 255 = 25%

114
59
65

R + G + B ~ 31%. #723B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 59 + 65 = 238 (100%)
R 114 of 238 ~ 47.9%
G 59 of 238 ~ 24.79%
B 65 of 238 ~ 27.31'%

%47.9
%24.79
%27.31

CMYK color model

#723B41 color CMYK value is (0,48,43,55).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 42.98%
  • key color value is 55.29%

CMYK: (0,48,43,55)
C0M48Y43K55 (0%, 48%, 43%, 55%)
(0.00 / 0.48 / 0.43 / 0.55)

CMYK percentages

%0
%48.25
%42.98
%55.29

Codes

Color #723B41 in popluar color models

72 3B 41
RGB 114 59 65
HSL 353° 31.79% 33.92%
HSB/HSV 353° 48.25% 44.71%
CMYK 0.00% 48.25% 42.98%
55.29%

Color #723B41 in popluar number systems.

HEX 72 3B 41
Decimal 114 59 65
Binary 1110010 111011 1000001
Octal 162 73 101

Shades and tints

Shades of #723B41

#723B41
(114,59,65)
#68363C
(104,54,60)
#5E3137
(94,49,55)
#542C32
(84,44,50)
#4A272D
(74,39,45)
#402228
(64,34,40)
#361D23
(54,29,35)
#2C181E
(44,24,30)
#221319
(34,19,25)
#180E14
(24,14,20)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #723B41

#723B41
(114,59,65)
#7E4C52
(126,76,82)
#8A5D63
(138,93,99)
#966E74
(150,110,116)
#A27F85
(162,127,133)
#AE9096
(174,144,150)
#BAA1A7
(186,161,167)
#C6B2B8
(198,178,184)
#D2C3C9
(210,195,201)
#DED4DA
(222,212,218)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723B41 color. Also use rgb(114,59,65) instead hex code.

Text Font Color

.myTextColor { color: #723B41; }

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

This text font color is #723B41.

Background Color

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

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

This div background color is #723B41.

Border color

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

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

This div border color is #723B41.

Opacity

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

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

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

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

This text has shadow with #723B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #723B41.

Preview

Color preview on black background

This text has color #723B41 on black background.


Color preview on white background

This text has color #723B41 on white background.


Black color preview on #723B41 background

This text has black color on #723B41 background.


White color preview on #723B41 background

This text has white color on #723B41 background.


Related colors

Complementary color

Complementary color for #hex is #8DC4BE.


I love getcolorcode.com

Triadic colors

1 #41723B and #3B4172 with #723B41 are triadic colors.

2 #413B72 and #3B7241 with #723B41 are triadic colors.