COLOR #723D15

HEX: #723D15 RGB: (114,61,21)

Color info

#723D15 contains mainly red and green colors. Web safe color of #723D15 is #663300 (or #630).

RGB color model

#723D15 color RGB value is (114,61,21).

RGB: (114,61,21) (45%, 24%, 8%)

RGB channels and saturation

R 114 of 255 = 45%
G 61 of 255 = 24%
B 21 of 255 = 8%

114
61
21

R + G + B ~ 26%. #723D15 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 61 + 21 = 196 (100%)
R 114 of 196 ~ 58.16%
G 61 of 196 ~ 31.12%
B 21 of 196 ~ 10.71'%

%58.16
%31.12
%10.71

CMYK color model

#723D15 color CMYK value is (0,46,82,55).

  • cyan value is 0.00%
  • magenta value is 46.49%
  • yellow value is 81.58%
  • key color value is 55.29%

CMYK: (0,46,82,55)
C0M46Y82K55 (0%, 46%, 82%, 55%)
(0.00 / 0.46 / 0.82 / 0.55)

CMYK percentages

%0
%46.49
%81.58
%55.29

Codes

Color #723D15 in popluar color models

72 3D 15
RGB 114 61 21
HSL 26° 68.89% 26.47%
HSB/HSV 26° 81.58% 44.71%
CMYK 0.00% 46.49% 81.58%
55.29%

Color #723D15 in popluar number systems.

HEX 72 3D 15
Decimal 114 61 21
Binary 1110010 111101 10101
Octal 162 75 25

Shades and tints

Shades of #723D15

#723D15
(114,61,21)
#683814
(104,56,20)
#5E3313
(94,51,19)
#542E12
(84,46,18)
#4A2911
(74,41,17)
#402410
(64,36,16)
#361F0F
(54,31,15)
#2C1A0E
(44,26,14)
#22150D
(34,21,13)
#18100C
(24,16,12)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #723D15

#723D15
(114,61,21)
#7E4E2A
(126,78,42)
#8A5F3F
(138,95,63)
#967054
(150,112,84)
#A28169
(162,129,105)
#AE927E
(174,146,126)
#BAA393
(186,163,147)
#C6B4A8
(198,180,168)
#D2C5BD
(210,197,189)
#DED6D2
(222,214,210)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723D15 color. Also use rgb(114,61,21) instead hex code.

Text Font Color

.myTextColor { color: #723D15; }

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

This text font color is #723D15.

Background Color

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

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

This div background color is #723D15.

Border color

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

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

This div border color is #723D15.

Opacity

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

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

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

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

This text has shadow with #723D15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #723D15.

Preview

Color preview on black background

This text has color #723D15 on black background.


Color preview on white background

This text has color #723D15 on white background.


Black color preview on #723D15 background

This text has black color on #723D15 background.


White color preview on #723D15 background

This text has white color on #723D15 background.


Related colors

Complementary color

Complementary color for #hex is #8DC2EA.


I love getcolorcode.com

Triadic colors

1 #15723D and #3D1572 with #723D15 are triadic colors.

2 #153D72 and #3D7215 with #723D15 are triadic colors.