COLOR #737570

HEX: #737570 RGB: (115,117,112)

Color info

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

RGB color model

#737570 color RGB value is (115,117,112).

RGB: (115,117,112) (45%, 46%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 112 of 255 = 44%

115
117
112

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

Portions of RGB colors in percentages

R + G + B = 115 + 117 + 112 = 344 (100%)
R 115 of 344 ~ 33.43%
G 117 of 344 ~ 34.01%
B 112 of 344 ~ 32.56'%

%33.43
%34.01
%32.56

CMYK color model

#737570 color CMYK value is (2,0,4,54).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 54.12%

CMYK: (2,0,4,54)
C2M0Y4K54 (2%, 0%, 4%, 54%)
(0.02 / 0.00 / 0.04 / 0.54)

CMYK percentages

%1.71
%0
%4.27
%54.12

Codes

Color #737570 in popluar color models

73 75 70
RGB 115 117 112
HSL 84° 2.18% 44.90%
HSB/HSV 84° 4.27% 45.88%
CMYK 1.71% 0.00% 4.27%
54.12%

Color #737570 in popluar number systems.

HEX 73 75 70
Decimal 115 117 112
Binary 1110011 1110101 1110000
Octal 163 165 160

Shades and tints

Shades of #737570

#737570
(115,117,112)
#696B66
(105,107,102)
#5F615C
(95,97,92)
#555752
(85,87,82)
#4B4D48
(75,77,72)
#41433E
(65,67,62)
#373934
(55,57,52)
#2D2F2A
(45,47,42)
#232520
(35,37,32)
#191B16
(25,27,22)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #737570

#737570
(115,117,112)
#7F817D
(127,129,125)
#8B8D8A
(139,141,138)
#979997
(151,153,151)
#A3A5A4
(163,165,164)
#AFB1B1
(175,177,177)
#BBBDBE
(187,189,190)
#C7C9CB
(199,201,203)
#D3D5D8
(211,213,216)
#DFE1E5
(223,225,229)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737570; }

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

This text font color is #737570.

Background Color

.myBgColor { background-color: #737570; }

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

This div background color is #737570.

Border color

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

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

This div border color is #737570.

Opacity

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

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

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

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

This text has shadow with #737570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737570.

Preview

Color preview on black background

This text has color #737570 on black background.


Color preview on white background

This text has color #737570 on white background.


Black color preview on #737570 background

This text has black color on #737570 background.


White color preview on #737570 background

This text has white color on #737570 background.


Related colors

Complementary color

Complementary color for #hex is #8C8A8F.


I love getcolorcode.com

Triadic colors

1 #707375 and #757073 with #737570 are triadic colors.

2 #707573 and #757370 with #737570 are triadic colors.