COLOR #737056

HEX: #737056
RGB: (115,112,86)

Color info

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

RGB color model

#737056 color RGB value is (115,112,86).

  • red value is 115;
  • green value is 112;
  • blue value is 86.
RGB:
(115,112,86)
(45%,44%,34%)

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 86 of 255 = 34%

115
112
86

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

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 86 = 313 (100%)
R 115 of 313 ~ 36.74%
G 112 of 313 ~ 35.78%
B 86 of 313 ~ 27.48%

%36.74
%35.78
%27.48

CMYK color model

#737056 color CMYK value is (0,3,25,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(0,3,25,55)
C0M3Y25K55 
(0%,3%,25%,55%)
(0.00/0.03/0.25/0.55)	

CMYK percentages

%0
%2.61
%25.22
%54.9

Codes

Color #737056 in popluar color models

737056
RGB11511286
HSL54°14.43%39.41%
HSB/HSV54°25.22%45.10%
CMYK0.00%2.61%25.22%
54.90%

Color #737056 in popluar number systems.

HEX737056
Decimal11511286
Binary111001111100001010110
Octal163160126

Shades and tints

Shades of #737056

#737056
(115,112,86)
#69664F
(105,102,79)
#5F5C48
(95,92,72)
#555241
(85,82,65)
#4B483A
(75,72,58)
#413E33
(65,62,51)
#37342C
(55,52,44)
#2D2A25
(45,42,37)
#23201E
(35,32,30)
#191617
(25,22,23)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #737056

#737056
(115,112,86)
#7F7D65
(127,125,101)
#8B8A74
(139,138,116)
#979783
(151,151,131)
#A3A492
(163,164,146)
#AFB1A1
(175,177,161)
#BBBEB0
(187,190,176)
#C7CBBF
(199,203,191)
#D3D8CE
(211,216,206)
#DFE5DD
(223,229,221)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737056 color. Also use rgb(115,112,86) instead hex code.

Text Font Color

.myTextColor { color: #737056; }

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

This text font color is #737056.


Background Color

.myBgColor { background-color: #737056; }

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

This div background color is #737056.


Border color

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

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

This div border color is #737056.


Opacity

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

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

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

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

This text has shadow with #737056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737056 on black background.


Color preview on white background

This text has color #737056 on white background.



Black color preview on #737056 background

This text has black color on #737056 background.


White color preview on #737056 background

This text has white color on #737056 background.