COLOR #736072

HEX: #736072
RGB: (115,96,114)

Color info

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

RGB color model

#736072 color RGB value is (115,96,114).

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

RGB channels and saturation

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

115
96
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 114 = 325 (100%)
R 115 of 325 ~ 35.38%
G 96 of 325 ~ 29.54%
B 114 of 325 ~ 35.08%

%35.38
%29.54
%35.08

CMYK color model

#736072 color CMYK value is (0,17,1,55).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(0,17,1,55)
C0M17Y1K55 
(0%,17%,1%,55%)
(0.00/0.17/0.01/0.55)	

CMYK percentages

%0
%16.52
%0.87
%54.9

Codes

Color #736072 in popluar color models

736072
RGB11596114
HSL303°9.00%41.37%
HSB/HSV303°16.52%45.10%
CMYK0.00%16.52%0.87%
54.90%

Color #736072 in popluar number systems.

HEX736072
Decimal11596114
Binary111001111000001110010
Octal163140162

Shades and tints

Shades of #736072

#736072
(115,96,114)
#695868
(105,88,104)
#5F505E
(95,80,94)
#554854
(85,72,84)
#4B404A
(75,64,74)
#413840
(65,56,64)
#373036
(55,48,54)
#2D282C
(45,40,44)
#232022
(35,32,34)
#191818
(25,24,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #736072

#736072
(115,96,114)
#7F6E7E
(127,110,126)
#8B7C8A
(139,124,138)
#978A96
(151,138,150)
#A398A2
(163,152,162)
#AFA6AE
(175,166,174)
#BBB4BA
(187,180,186)
#C7C2C6
(199,194,198)
#D3D0D2
(211,208,210)
#DFDEDE
(223,222,222)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736072; }

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

This text font color is #736072.


Background Color

.myBgColor { background-color: #736072; }

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

This div background color is #736072.


Border color

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

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

This div border color is #736072.


Opacity

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

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

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

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

This text has shadow with #736072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736072 on black background.


Color preview on white background

This text has color #736072 on white background.



Black color preview on #736072 background

This text has black color on #736072 background.


White color preview on #736072 background

This text has white color on #736072 background.