COLOR #737051

HEX: #737051
RGB: (115,112,81)

Color info

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

RGB color model

#737051 color RGB value is (115,112,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 81 of 255 = 32%

115
112
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 81 = 308 (100%)
R 115 of 308 ~ 37.34%
G 112 of 308 ~ 36.36%
B 81 of 308 ~ 26.3%

%37.34
%36.36
%26.3

CMYK color model

#737051 color CMYK value is (0,3,30,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(0,3,30,55)
C0M3Y30K55 
(0%,3%,30%,55%)
(0.00/0.03/0.30/0.55)	

CMYK percentages

%0
%2.61
%29.57
%54.9

Codes

Color #737051 in popluar color models

737051
RGB11511281
HSL55°17.35%38.43%
HSB/HSV55°29.57%45.10%
CMYK0.00%2.61%29.57%
54.90%

Color #737051 in popluar number systems.

HEX737051
Decimal11511281
Binary111001111100001010001
Octal163160121

Shades and tints

Shades of #737051

#737051
(115,112,81)
#69664A
(105,102,74)
#5F5C43
(95,92,67)
#55523C
(85,82,60)
#4B4835
(75,72,53)
#413E2E
(65,62,46)
#373427
(55,52,39)
#2D2A20
(45,42,32)
#232019
(35,32,25)
#191612
(25,22,18)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #737051

#737051
(115,112,81)
#7F7D60
(127,125,96)
#8B8A6F
(139,138,111)
#97977E
(151,151,126)
#A3A48D
(163,164,141)
#AFB19C
(175,177,156)
#BBBEAB
(187,190,171)
#C7CBBA
(199,203,186)
#D3D8C9
(211,216,201)
#DFE5D8
(223,229,216)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737051; }

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

This text font color is #737051.


Background Color

.myBgColor { background-color: #737051; }

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

This div background color is #737051.


Border color

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

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

This div border color is #737051.


Opacity

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

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

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

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

This text has shadow with #737051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737051 on black background.


Color preview on white background

This text has color #737051 on white background.



Black color preview on #737051 background

This text has black color on #737051 background.


White color preview on #737051 background

This text has white color on #737051 background.