COLOR #737E4E

HEX: #737E4E
RGB: (115,126,78)

Color info

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

RGB color model

#737E4E color RGB value is (115,126,78).

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

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 78 of 255 = 31%

115
126
78

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

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 78 = 319 (100%)
R 115 of 319 ~ 36.05%
G 126 of 319 ~ 39.5%
B 78 of 319 ~ 24.45%

%36.05
%39.5
%24.45

CMYK color model

#737E4E color CMYK value is (9,0,38,51).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 50.59%
CMYK:
(9,0,38,51)
C9M0Y38K51 
(9%,0%,38%,51%)
(0.09/0.00/0.38/0.51)	

CMYK percentages

%8.73
%0
%38.1
%50.59

Codes

Color #737E4E in popluar color models

737E4E
RGB11512678
HSL74°23.53%40.00%
HSB/HSV74°38.10%49.41%
CMYK8.73%0.00%38.10%
50.59%

Color #737E4E in popluar number systems.

HEX737E4E
Decimal11512678
Binary111001111111101001110
Octal163176116

Shades and tints

Shades of #737E4E

#737E4E
(115,126,78)
#697347
(105,115,71)
#5F6840
(95,104,64)
#555D39
(85,93,57)
#4B5232
(75,82,50)
#41472B
(65,71,43)
#373C24
(55,60,36)
#2D311D
(45,49,29)
#232616
(35,38,22)
#191B0F
(25,27,15)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #737E4E

#737E4E
(115,126,78)
#7F895E
(127,137,94)
#8B946E
(139,148,110)
#979F7E
(151,159,126)
#A3AA8E
(163,170,142)
#AFB59E
(175,181,158)
#BBC0AE
(187,192,174)
#C7CBBE
(199,203,190)
#D3D6CE
(211,214,206)
#DFE1DE
(223,225,222)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E4E; }

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

This text font color is #737E4E.


Background Color

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

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

This div background color is #737E4E.


Border color

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

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

This div border color is #737E4E.


Opacity

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

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

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

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

This text has shadow with #737E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E4E on black background.


Color preview on white background

This text has color #737E4E on white background.



Black color preview on #737E4E background

This text has black color on #737E4E background.


White color preview on #737E4E background

This text has white color on #737E4E background.