COLOR #737E61

HEX: #737E61 RGB: (115,126,97)

Color info

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

RGB color model

#737E61 color RGB value is (115,126,97).

RGB: (115,126,97) (45%, 49%, 38%)

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 97 of 255 = 38%

115
126
97

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

Portions of RGB colors in percentages

R + G + B = 115 + 126 + 97 = 338 (100%)
R 115 of 338 ~ 34.02%
G 126 of 338 ~ 37.28%
B 97 of 338 ~ 28.7'%

%34.02
%37.28
%28.7

CMYK color model

#737E61 color CMYK value is (9,0,23,51).

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

CMYK: (9,0,23,51)
C9M0Y23K51 (9%, 0%, 23%, 51%)
(0.09 / 0.00 / 0.23 / 0.51)

CMYK percentages

%8.73
%0
%23.02
%50.59

Codes

Color #737E61 in popluar color models

73 7E 61
RGB 115 126 97
HSL 83° 13.00% 43.73%
HSB/HSV 83° 23.02% 49.41%
CMYK 8.73% 0.00% 23.02%
50.59%

Color #737E61 in popluar number systems.

HEX 73 7E 61
Decimal 115 126 97
Binary 1110011 1111110 1100001
Octal 163 176 141

Shades and tints

Shades of #737E61

#737E61
(115,126,97)
#697359
(105,115,89)
#5F6851
(95,104,81)
#555D49
(85,93,73)
#4B5241
(75,82,65)
#414739
(65,71,57)
#373C31
(55,60,49)
#2D3129
(45,49,41)
#232621
(35,38,33)
#191B19
(25,27,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #737E61

#737E61
(115,126,97)
#7F896F
(127,137,111)
#8B947D
(139,148,125)
#979F8B
(151,159,139)
#A3AA99
(163,170,153)
#AFB5A7
(175,181,167)
#BBC0B5
(187,192,181)
#C7CBC3
(199,203,195)
#D3D6D1
(211,214,209)
#DFE1DF
(223,225,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E61; }

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

This text font color is #737E61.

Background Color

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

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

This div background color is #737E61.

Border color

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

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

This div border color is #737E61.

Opacity

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

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

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

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

This text has shadow with #737E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737E61.

Preview

Color preview on black background

This text has color #737E61 on black background.


Color preview on white background

This text has color #737E61 on white background.


Black color preview on #737E61 background

This text has black color on #737E61 background.


White color preview on #737E61 background

This text has white color on #737E61 background.


Related colors

Complementary color

Complementary color for #hex is #8C819E.


I love getcolorcode.com

Triadic colors

1 #61737E and #7E6173 with #737E61 are triadic colors.

2 #617E73 and #7E7361 with #737E61 are triadic colors.