COLOR #737161

HEX: #737161
RGB: (115,113,97)

Color info

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

RGB color model

#737161 color RGB value is (115,113,97).

  • red value is 115;
  • green value is 113;
  • blue value is 97.
RGB:
(115,113,97)
(45%,44%,38%)

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 97 of 255 = 38%

115
113
97

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 97 = 325 (100%)
R 115 of 325 ~ 35.38%
G 113 of 325 ~ 34.77%
B 97 of 325 ~ 29.85%

%35.38
%34.77
%29.85

CMYK color model

#737161 color CMYK value is (0,2,16,55).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(0,2,16,55)
C0M2Y16K55 
(0%,2%,16%,55%)
(0.00/0.02/0.16/0.55)	

CMYK percentages

%0
%1.74
%15.65
%54.9

Codes

Color #737161 in popluar color models

737161
RGB11511397
HSL53°8.49%41.57%
HSB/HSV53°15.65%45.10%
CMYK0.00%1.74%15.65%
54.90%

Color #737161 in popluar number systems.

HEX737161
Decimal11511397
Binary111001111100011100001
Octal163161141

Shades and tints

Shades of #737161

#737161
(115,113,97)
#696759
(105,103,89)
#5F5D51
(95,93,81)
#555349
(85,83,73)
#4B4941
(75,73,65)
#413F39
(65,63,57)
#373531
(55,53,49)
#2D2B29
(45,43,41)
#232121
(35,33,33)
#191719
(25,23,25)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #737161

#737161
(115,113,97)
#7F7D6F
(127,125,111)
#8B897D
(139,137,125)
#97958B
(151,149,139)
#A3A199
(163,161,153)
#AFADA7
(175,173,167)
#BBB9B5
(187,185,181)
#C7C5C3
(199,197,195)
#D3D1D1
(211,209,209)
#DFDDDF
(223,221,223)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737161; }

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

This text font color is #737161.


Background Color

.myBgColor { background-color: #737161; }

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

This div background color is #737161.


Border color

.myBorderColor { border: 1px solid #737161; }

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

This div border color is #737161.


Opacity

.myOpacity80 { color: #737161; opacity: 0.8; }

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

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

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

This text has shadow with #737161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737161 on black background.


Color preview on white background

This text has color #737161 on white background.



Black color preview on #737161 background

This text has black color on #737161 background.


White color preview on #737161 background

This text has white color on #737161 background.