COLOR #737C5F

HEX: #737C5F RGB: (115,124,95)

Color info

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

RGB color model

#737C5F color RGB value is (115,124,95).

RGB: (115,124,95) (45%, 49%, 37%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 95 of 255 = 37%

115
124
95

R + G + B ~ 44%. #737C5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 124 + 95 = 334 (100%)
R 115 of 334 ~ 34.43%
G 124 of 334 ~ 37.13%
B 95 of 334 ~ 28.44'%

%34.43
%37.13
%28.44

CMYK color model

#737C5F color CMYK value is (7,0,23,51).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 51.37%

CMYK: (7,0,23,51)
C7M0Y23K51 (7%, 0%, 23%, 51%)
(0.07 / 0.00 / 0.23 / 0.51)

CMYK percentages

%7.26
%0
%23.39
%51.37

Codes

Color #737C5F in popluar color models

73 7C 5F
RGB 115 124 95
HSL 79° 13.24% 42.94%
HSB/HSV 79° 23.39% 48.63%
CMYK 7.26% 0.00% 23.39%
51.37%

Color #737C5F in popluar number systems.

HEX 73 7C 5F
Decimal 115 124 95
Binary 1110011 1111100 1011111
Octal 163 174 137

Shades and tints

Shades of #737C5F

#737C5F
(115,124,95)
#697157
(105,113,87)
#5F664F
(95,102,79)
#555B47
(85,91,71)
#4B503F
(75,80,63)
#414537
(65,69,55)
#373A2F
(55,58,47)
#2D2F27
(45,47,39)
#23241F
(35,36,31)
#191917
(25,25,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #737C5F

#737C5F
(115,124,95)
#7F876D
(127,135,109)
#8B927B
(139,146,123)
#979D89
(151,157,137)
#A3A897
(163,168,151)
#AFB3A5
(175,179,165)
#BBBEB3
(187,190,179)
#C7C9C1
(199,201,193)
#D3D4CF
(211,212,207)
#DFDFDD
(223,223,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737C5F color. Also use rgb(115,124,95) instead hex code.

Text Font Color

.myTextColor { color: #737C5F; }

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

This text font color is #737C5F.

Background Color

.myBgColor { background-color: #737C5F; }

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

This div background color is #737C5F.

Border color

.myBorderColor { border: 1px solid #737C5F; }

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

This div border color is #737C5F.

Opacity

.myOpacity80 { color: #737C5F; opacity: 0.8; }

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

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

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

This text has shadow with #737C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737C5F.

Preview

Color preview on black background

This text has color #737C5F on black background.


Color preview on white background

This text has color #737C5F on white background.


Black color preview on #737C5F background

This text has black color on #737C5F background.


White color preview on #737C5F background

This text has white color on #737C5F background.


Related colors

Complementary color

Complementary color for #hex is #8C83A0.


I love getcolorcode.com

Triadic colors

1 #5F737C and #7C5F73 with #737C5F are triadic colors.

2 #5F7C73 and #7C735F with #737C5F are triadic colors.