COLOR #737E5A

HEX: #737E5A RGB: (115,126,90)

Color info

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

RGB color model

#737E5A color RGB value is (115,126,90).

RGB: (115,126,90) (45%, 49%, 35%)

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 90 of 255 = 35%

115
126
90

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

Portions of RGB colors in percentages

R + G + B = 115 + 126 + 90 = 331 (100%)
R 115 of 331 ~ 34.74%
G 126 of 331 ~ 38.07%
B 90 of 331 ~ 27.19'%

%34.74
%38.07
%27.19

CMYK color model

#737E5A color CMYK value is (9,0,29,51).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 50.59%

CMYK: (9,0,29,51)
C9M0Y29K51 (9%, 0%, 29%, 51%)
(0.09 / 0.00 / 0.29 / 0.51)

CMYK percentages

%8.73
%0
%28.57
%50.59

Codes

Color #737E5A in popluar color models

73 7E 5A
RGB 115 126 90
HSL 78° 16.67% 42.35%
HSB/HSV 78° 28.57% 49.41%
CMYK 8.73% 0.00% 28.57%
50.59%

Color #737E5A in popluar number systems.

HEX 73 7E 5A
Decimal 115 126 90
Binary 1110011 1111110 1011010
Octal 163 176 132

Shades and tints

Shades of #737E5A

#737E5A
(115,126,90)
#697352
(105,115,82)
#5F684A
(95,104,74)
#555D42
(85,93,66)
#4B523A
(75,82,58)
#414732
(65,71,50)
#373C2A
(55,60,42)
#2D3122
(45,49,34)
#23261A
(35,38,26)
#191B12
(25,27,18)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #737E5A

#737E5A
(115,126,90)
#7F8969
(127,137,105)
#8B9478
(139,148,120)
#979F87
(151,159,135)
#A3AA96
(163,170,150)
#AFB5A5
(175,181,165)
#BBC0B4
(187,192,180)
#C7CBC3
(199,203,195)
#D3D6D2
(211,214,210)
#DFE1E1
(223,225,225)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E5A; }

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

This text font color is #737E5A.

Background Color

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

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

This div background color is #737E5A.

Border color

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

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

This div border color is #737E5A.

Opacity

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

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

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

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

This text has shadow with #737E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737E5A.

Preview

Color preview on black background

This text has color #737E5A on black background.


Color preview on white background

This text has color #737E5A on white background.


Black color preview on #737E5A background

This text has black color on #737E5A background.


White color preview on #737E5A background

This text has white color on #737E5A background.


Related colors

Complementary color

Complementary color for #hex is #8C81A5.


I love getcolorcode.com

Triadic colors

1 #5A737E and #7E5A73 with #737E5A are triadic colors.

2 #5A7E73 and #7E735A with #737E5A are triadic colors.