COLOR #72635E

HEX: #72635E
RGB: (114,99,94)

Color info

#72635E contains red, green and blue colors in about the same proportion. Web safe color of #72635E is #666666 (or #666).

RGB color model

#72635E color RGB value is (114,99,94).

  • red value is 114;
  • green value is 99;
  • blue value is 94.
RGB:
(114,99,94)
(45%,39%,37%)

RGB channels and saturation

R 114 of 255 = 45%
G 99 of 255 = 39%
B 94 of 255 = 37%

114
99
94

R + G + B ~ 40%. #72635E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 99 + 94 = 307 (100%)
R 114 of 307 ~ 37.13%
G 99 of 307 ~ 32.25%
B 94 of 307 ~ 30.62%

%37.13
%32.25
%30.62

CMYK color model

#72635E color CMYK value is (0,13,18,55).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK:
(0,13,18,55)
C0M13Y18K55 
(0%,13%,18%,55%)
(0.00/0.13/0.18/0.55)	

CMYK percentages

%0
%13.16
%17.54
%55.29

Codes

Color #72635E in popluar color models

72635E
RGB1149994
HSL15°9.62%40.78%
HSB/HSV15°17.54%44.71%
CMYK0.00%13.16%17.54%
55.29%

Color #72635E in popluar number systems.

HEX72635E
Decimal1149994
Binary111001011000111011110
Octal162143136

Shades and tints

Shades of #72635E

#72635E
(114,99,94)
#685A56
(104,90,86)
#5E514E
(94,81,78)
#544846
(84,72,70)
#4A3F3E
(74,63,62)
#403636
(64,54,54)
#362D2E
(54,45,46)
#2C2426
(44,36,38)
#221B1E
(34,27,30)
#181216
(24,18,22)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #72635E

#72635E
(114,99,94)
#7E716C
(126,113,108)
#8A7F7A
(138,127,122)
#968D88
(150,141,136)
#A29B96
(162,155,150)
#AEA9A4
(174,169,164)
#BAB7B2
(186,183,178)
#C6C5C0
(198,197,192)
#D2D3CE
(210,211,206)
#DEE1DC
(222,225,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72635E color. Also use rgb(114,99,94) instead hex code.

Text Font Color

.myTextColor { color: #72635E; }

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

This text font color is #72635E.


Background Color

.myBgColor { background-color: #72635E; }

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

This div background color is #72635E.


Border color

.myBorderColor { border: 1px solid #72635E; }

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

This div border color is #72635E.


Opacity

.myOpacity80 { color: #72635E; opacity: 0.8; }

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

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

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

This text has shadow with #72635E color.

.textShadow {text-shadow: 3px 3px 1px #72635E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72635E;
-webkit-box-shadow: 1px 1px 3px 2px #72635E;
box-shadow:1px 1px 3px 2px #72635E;">
Div content here</div>
This div box has shadow with color #72635E.

Preview

Color preview on black background

This text has color #72635E on black background.


Color preview on white background

This text has color #72635E on white background.



Black color preview on #72635E background

This text has black color on #72635E background.


White color preview on #72635E background

This text has white color on #72635E background.