COLOR #72615D

HEX: #72615D
RGB: (114,97,93)

Color info

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

RGB color model

#72615D color RGB value is (114,97,93).

  • red value is 114;
  • green value is 97;
  • blue value is 93.
RGB:
(114,97,93)
(45%,38%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 97 of 255 = 38%
B 93 of 255 = 36%

114
97
93

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

Portions of RGB colors in percentages

R + G + B =
114 + 97 + 93 = 304 (100%)
R 114 of 304 ~ 37.5%
G 97 of 304 ~ 31.91%
B 93 of 304 ~ 30.59%

%37.5
%31.91
%30.59

CMYK color model

#72615D color CMYK value is (0,15,18,55).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 18.42%
  • key color value is 55.29%
CMYK:
(0,15,18,55)
C0M15Y18K55 
(0%,15%,18%,55%)
(0.00/0.15/0.18/0.55)	

CMYK percentages

%0
%14.91
%18.42
%55.29

Codes

Color #72615D in popluar color models

72615D
RGB1149793
HSL11°10.14%40.59%
HSB/HSV11°18.42%44.71%
CMYK0.00%14.91%18.42%
55.29%

Color #72615D in popluar number systems.

HEX72615D
Decimal1149793
Binary111001011000011011101
Octal162141135

Shades and tints

Shades of #72615D

#72615D
(114,97,93)
#685955
(104,89,85)
#5E514D
(94,81,77)
#544945
(84,73,69)
#4A413D
(74,65,61)
#403935
(64,57,53)
#36312D
(54,49,45)
#2C2925
(44,41,37)
#22211D
(34,33,29)
#181915
(24,25,21)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #72615D

#72615D
(114,97,93)
#7E6F6B
(126,111,107)
#8A7D79
(138,125,121)
#968B87
(150,139,135)
#A29995
(162,153,149)
#AEA7A3
(174,167,163)
#BAB5B1
(186,181,177)
#C6C3BF
(198,195,191)
#D2D1CD
(210,209,205)
#DEDFDB
(222,223,219)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72615D color. Also use rgb(114,97,93) instead hex code.

Text Font Color

.myTextColor { color: #72615D; }

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

This text font color is #72615D.


Background Color

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

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

This div background color is #72615D.


Border color

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

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

This div border color is #72615D.


Opacity

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

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

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

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

This text has shadow with #72615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72615D on black background.


Color preview on white background

This text has color #72615D on white background.



Black color preview on #72615D background

This text has black color on #72615D background.


White color preview on #72615D background

This text has white color on #72615D background.