COLOR #72703D

HEX: #72703D RGB: (114,112,61)

Color info

#72703D contains red, green and blue colors in about the same proportion. Web safe color of #72703D is #666633 (or #663).

RGB color model

#72703D color RGB value is (114,112,61).

RGB: (114,112,61) (45%, 44%, 24%)

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 61 of 255 = 24%

114
112
61

R + G + B ~ 38%. #72703D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 112 + 61 = 287 (100%)
R 114 of 287 ~ 39.72%
G 112 of 287 ~ 39.02%
B 61 of 287 ~ 21.25'%

%39.72
%39.02
%21.25

CMYK color model

#72703D color CMYK value is (0,2,46,55).

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

CMYK: (0,2,46,55)
C0M2Y46K55 (0%, 2%, 46%, 55%)
(0.00 / 0.02 / 0.46 / 0.55)

CMYK percentages

%0
%1.75
%46.49
%55.29

Codes

Color #72703D in popluar color models

72 70 3D
RGB 114 112 61
HSL 58° 30.29% 34.31%
HSB/HSV 58° 46.49% 44.71%
CMYK 0.00% 1.75% 46.49%
55.29%

Color #72703D in popluar number systems.

HEX 72 70 3D
Decimal 114 112 61
Binary 1110010 1110000 111101
Octal 162 160 75

Shades and tints

Shades of #72703D

#72703D
(114,112,61)
#686638
(104,102,56)
#5E5C33
(94,92,51)
#54522E
(84,82,46)
#4A4829
(74,72,41)
#403E24
(64,62,36)
#36341F
(54,52,31)
#2C2A1A
(44,42,26)
#222015
(34,32,21)
#181610
(24,22,16)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #72703D

#72703D
(114,112,61)
#7E7D4E
(126,125,78)
#8A8A5F
(138,138,95)
#969770
(150,151,112)
#A2A481
(162,164,129)
#AEB192
(174,177,146)
#BABEA3
(186,190,163)
#C6CBB4
(198,203,180)
#D2D8C5
(210,216,197)
#DEE5D6
(222,229,214)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72703D color. Also use rgb(114,112,61) instead hex code.

Text Font Color

.myTextColor { color: #72703D; }

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

This text font color is #72703D.

Background Color

.myBgColor { background-color: #72703D; }

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

This div background color is #72703D.

Border color

.myBorderColor { border: 1px solid #72703D; }

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

This div border color is #72703D.

Opacity

.myOpacity80 { color: #72703D; opacity: 0.8; }

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

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

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

This text has shadow with #72703D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72703D.

Preview

Color preview on black background

This text has color #72703D on black background.


Color preview on white background

This text has color #72703D on white background.


Black color preview on #72703D background

This text has black color on #72703D background.


White color preview on #72703D background

This text has white color on #72703D background.


Related colors

Complementary color

Complementary color for #hex is #8D8FC2.


I love getcolorcode.com

Triadic colors

1 #3D7270 and #703D72 with #72703D are triadic colors.

2 #3D7072 and #70723D with #72703D are triadic colors.