COLOR #723512

HEX: #723512 RGB: (114,53,18)

Color info

#723512 contains mainly red color. Web safe color of #723512 is #663300 (or #630).

RGB color model

#723512 color RGB value is (114,53,18).

RGB: (114,53,18) (45%, 21%, 7%)

RGB channels and saturation

R 114 of 255 = 45%
G 53 of 255 = 21%
B 18 of 255 = 7%

114
53
18

R + G + B ~ 24%. #723512 is dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 53 + 18 = 185 (100%)
R 114 of 185 ~ 61.62%
G 53 of 185 ~ 28.65%
B 18 of 185 ~ 9.73'%

%61.62
%28.65
%9.73

CMYK color model

#723512 color CMYK value is (0,54,84,55).

  • cyan value is 0.00%
  • magenta value is 53.51%
  • yellow value is 84.21%
  • key color value is 55.29%
CMYK: (0,54,84,55) C0M54Y84K55 (0%,54%,84%,55%) (0.00/0.54/0.84/0.55) 

CMYK percentages

%0
%53.51
%84.21
%55.29

Codes

Color #723512 in popluar color models

72 35 12
RGB 114 53 18
HSL 22° 72.73% 25.88%
HSB/HSV 22° 84.21% 44.71%
CMYK 0.00% 53.51% 84.21%
55.29%

Color #723512 in popluar number systems.

HEX 72 35 12
Decimal 114 53 18
Binary 1110010 110101 10010
Octal 162 65 22

Shades and tints

Shades of #723512

#723512
(114,53,18)
#683111
(104,49,17)
#5E2D10
(94,45,16)
#54290F
(84,41,15)
#4A250E
(74,37,14)
#40210D
(64,33,13)
#361D0C
(54,29,12)
#2C190B
(44,25,11)
#22150A
(34,21,10)
#181109
(24,17,9)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #723512

#723512
(114,53,18)
#7E4727
(126,71,39)
#8A593C
(138,89,60)
#966B51
(150,107,81)
#A27D66
(162,125,102)
#AE8F7B
(174,143,123)
#BAA190
(186,161,144)
#C6B3A5
(198,179,165)
#D2C5BA
(210,197,186)
#DED7CF
(222,215,207)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723512 color. Also use rgb(114,53,18) instead hex code.

Text Font Color

.myTextColor { color: #723512; }

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

This text font color is #723512.

Background Color

.myBgColor { background-color: #723512; }

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

This div background color is #723512.

Border color

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

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

This div border color is #723512.

Opacity

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

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

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

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

This text has shadow with #723512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #723512.

Preview

Color preview on black background

This text has color #723512 on black background.


Color preview on white background

This text has color #723512 on white background.


Black color preview on #723512 background

This text has black color on #723512 background.


White color preview on #723512 background

This text has white color on #723512 background.


Related colors

Complementary color

Complementary color for #hex is #8DCAED.


I love getcolorcode.com

Triadic colors

1 #127235 and #351272 with #723512 are triadic colors.

2 #123572 and #357212 with #723512 are triadic colors.