COLOR #737572

HEX: #737572
RGB: (115,117,114)

Color info

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

RGB color model

#737572 color RGB value is (115,117,114).

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

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 114 of 255 = 45%

115
117
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 114 = 346 (100%)
R 115 of 346 ~ 33.24%
G 117 of 346 ~ 33.82%
B 114 of 346 ~ 32.95%

%33.24
%33.82
%32.95

CMYK color model

#737572 color CMYK value is (2,0,3,54).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK:
(2,0,3,54)
C2M0Y3K54 
(2%,0%,3%,54%)
(0.02/0.00/0.03/0.54)	

CMYK percentages

%1.71
%0
%2.56
%54.12

Codes

Color #737572 in popluar color models

737572
RGB115117114
HSL100°1.30%45.29%
HSB/HSV100°2.56%45.88%
CMYK1.71%0.00%2.56%
54.12%

Color #737572 in popluar number systems.

HEX737572
Decimal115117114
Binary111001111101011110010
Octal163165162

Shades and tints

Shades of #737572

#737572
(115,117,114)
#696B68
(105,107,104)
#5F615E
(95,97,94)
#555754
(85,87,84)
#4B4D4A
(75,77,74)
#414340
(65,67,64)
#373936
(55,57,54)
#2D2F2C
(45,47,44)
#232522
(35,37,34)
#191B18
(25,27,24)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #737572

#737572
(115,117,114)
#7F817E
(127,129,126)
#8B8D8A
(139,141,138)
#979996
(151,153,150)
#A3A5A2
(163,165,162)
#AFB1AE
(175,177,174)
#BBBDBA
(187,189,186)
#C7C9C6
(199,201,198)
#D3D5D2
(211,213,210)
#DFE1DE
(223,225,222)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737572; }

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

This text font color is #737572.


Background Color

.myBgColor { background-color: #737572; }

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

This div background color is #737572.


Border color

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

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

This div border color is #737572.


Opacity

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

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

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

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

This text has shadow with #737572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737572 on black background.


Color preview on white background

This text has color #737572 on white background.



Black color preview on #737572 background

This text has black color on #737572 background.


White color preview on #737572 background

This text has white color on #737572 background.