COLOR #737E5F

HEX: #737E5F
RGB: (115,126,95)

Color info

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

RGB color model

#737E5F color RGB value is (115,126,95).

  • red value is 115;
  • green value is 126;
  • blue value is 95.
RGB:
(115,126,95)
(45%,49%,37%)

RGB channels and saturation

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

115
126
95

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

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 95 = 336 (100%)
R 115 of 336 ~ 34.23%
G 126 of 336 ~ 37.5%
B 95 of 336 ~ 28.27%

%34.23
%37.5
%28.27

CMYK color model

#737E5F color CMYK value is (9,0,25,51).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 50.59%
CMYK:
(9,0,25,51)
C9M0Y25K51 
(9%,0%,25%,51%)
(0.09/0.00/0.25/0.51)	

CMYK percentages

%8.73
%0
%24.6
%50.59

Codes

Color #737E5F in popluar color models

737E5F
RGB11512695
HSL81°14.03%43.33%
HSB/HSV81°24.60%49.41%
CMYK8.73%0.00%24.60%
50.59%

Color #737E5F in popluar number systems.

HEX737E5F
Decimal11512695
Binary111001111111101011111
Octal163176137

Shades and tints

Shades of #737E5F

#737E5F
(115,126,95)
#697357
(105,115,87)
#5F684F
(95,104,79)
#555D47
(85,93,71)
#4B523F
(75,82,63)
#414737
(65,71,55)
#373C2F
(55,60,47)
#2D3127
(45,49,39)
#23261F
(35,38,31)
#191B17
(25,27,23)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #737E5F

#737E5F
(115,126,95)
#7F896D
(127,137,109)
#8B947B
(139,148,123)
#979F89
(151,159,137)
#A3AA97
(163,170,151)
#AFB5A5
(175,181,165)
#BBC0B3
(187,192,179)
#C7CBC1
(199,203,193)
#D3D6CF
(211,214,207)
#DFE1DD
(223,225,221)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E5F; }

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

This text font color is #737E5F.


Background Color

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

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

This div background color is #737E5F.


Border color

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

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

This div border color is #737E5F.


Opacity

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

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

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

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

This text has shadow with #737E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E5F on black background.


Color preview on white background

This text has color #737E5F on white background.



Black color preview on #737E5F background

This text has black color on #737E5F background.


White color preview on #737E5F background

This text has white color on #737E5F background.