COLOR #737856

HEX: #737856
RGB: (115,120,86)

Color info

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

RGB color model

#737856 color RGB value is (115,120,86).

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

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 86 of 255 = 34%

115
120
86

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

Portions of RGB colors in percentages

R + G + B =
115 + 120 + 86 = 321 (100%)
R 115 of 321 ~ 35.83%
G 120 of 321 ~ 37.38%
B 86 of 321 ~ 26.79%

%35.83
%37.38
%26.79

CMYK color model

#737856 color CMYK value is (4,0,28,53).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK:
(4,0,28,53)
C4M0Y28K53 
(4%,0%,28%,53%)
(0.04/0.00/0.28/0.53)	

CMYK percentages

%4.17
%0
%28.33
%52.94

Codes

Color #737856 in popluar color models

737856
RGB11512086
HSL69°16.50%40.39%
HSB/HSV69°28.33%47.06%
CMYK4.17%0.00%28.33%
52.94%

Color #737856 in popluar number systems.

HEX737856
Decimal11512086
Binary111001111110001010110
Octal163170126

Shades and tints

Shades of #737856

#737856
(115,120,86)
#696E4F
(105,110,79)
#5F6448
(95,100,72)
#555A41
(85,90,65)
#4B503A
(75,80,58)
#414633
(65,70,51)
#373C2C
(55,60,44)
#2D3225
(45,50,37)
#23281E
(35,40,30)
#191E17
(25,30,23)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #737856

#737856
(115,120,86)
#7F8465
(127,132,101)
#8B9074
(139,144,116)
#979C83
(151,156,131)
#A3A892
(163,168,146)
#AFB4A1
(175,180,161)
#BBC0B0
(187,192,176)
#C7CCBF
(199,204,191)
#D3D8CE
(211,216,206)
#DFE4DD
(223,228,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737856; }

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

This text font color is #737856.


Background Color

.myBgColor { background-color: #737856; }

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

This div background color is #737856.


Border color

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

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

This div border color is #737856.


Opacity

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

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

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

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

This text has shadow with #737856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737856 on black background.


Color preview on white background

This text has color #737856 on white background.



Black color preview on #737856 background

This text has black color on #737856 background.


White color preview on #737856 background

This text has white color on #737856 background.