COLOR #736272

HEX: #736272
RGB: (115,98,114)

Color info

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

RGB color model

#736272 color RGB value is (115,98,114).

  • red value is 115;
  • green value is 98;
  • blue value is 114.
RGB:
(115,98,114)
(45%,38%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 114 of 255 = 45%

115
98
114

R + G + B ~ 43%. #736272 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 98 + 114 = 327 (100%)
R 115 of 327 ~ 35.17%
G 98 of 327 ~ 29.97%
B 114 of 327 ~ 34.86%

%35.17
%29.97
%34.86

CMYK color model

#736272 color CMYK value is (0,15,1,55).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(0,15,1,55)
C0M15Y1K55 
(0%,15%,1%,55%)
(0.00/0.15/0.01/0.55)	

CMYK percentages

%0
%14.78
%0.87
%54.9

Codes

Color #736272 in popluar color models

736272
RGB11598114
HSL304°7.98%41.76%
HSB/HSV304°14.78%45.10%
CMYK0.00%14.78%0.87%
54.90%

Color #736272 in popluar number systems.

HEX736272
Decimal11598114
Binary111001111000101110010
Octal163142162

Shades and tints

Shades of #736272

#736272
(115,98,114)
#695A68
(105,90,104)
#5F525E
(95,82,94)
#554A54
(85,74,84)
#4B424A
(75,66,74)
#413A40
(65,58,64)
#373236
(55,50,54)
#2D2A2C
(45,42,44)
#232222
(35,34,34)
#191A18
(25,26,24)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #736272

#736272
(115,98,114)
#7F707E
(127,112,126)
#8B7E8A
(139,126,138)
#978C96
(151,140,150)
#A39AA2
(163,154,162)
#AFA8AE
(175,168,174)
#BBB6BA
(187,182,186)
#C7C4C6
(199,196,198)
#D3D2D2
(211,210,210)
#DFE0DE
(223,224,222)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736272 color. Also use rgb(115,98,114) instead hex code.

Text Font Color

.myTextColor { color: #736272; }

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

This text font color is #736272.


Background Color

.myBgColor { background-color: #736272; }

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

This div background color is #736272.


Border color

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

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

This div border color is #736272.


Opacity

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

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

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

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

This text has shadow with #736272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736272 on black background.


Color preview on white background

This text has color #736272 on white background.



Black color preview on #736272 background

This text has black color on #736272 background.


White color preview on #736272 background

This text has white color on #736272 background.