COLOR #737260

HEX: #737260
RGB: (115,114,96)

Color info

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

RGB color model

#737260 color RGB value is (115,114,96).

  • red value is 115;
  • green value is 114;
  • blue value is 96.
RGB:
(115,114,96)
(45%,45%,38%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 96 of 255 = 38%

115
114
96

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

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 96 = 325 (100%)
R 115 of 325 ~ 35.38%
G 114 of 325 ~ 35.08%
B 96 of 325 ~ 29.54%

%35.38
%35.08
%29.54

CMYK color model

#737260 color CMYK value is (0,1,17,55).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(0,1,17,55)
C0M1Y17K55 
(0%,1%,17%,55%)
(0.00/0.01/0.17/0.55)	

CMYK percentages

%0
%0.87
%16.52
%54.9

Codes

Color #737260 in popluar color models

737260
RGB11511496
HSL57°9.00%41.37%
HSB/HSV57°16.52%45.10%
CMYK0.00%0.87%16.52%
54.90%

Color #737260 in popluar number systems.

HEX737260
Decimal11511496
Binary111001111100101100000
Octal163162140

Shades and tints

Shades of #737260

#737260
(115,114,96)
#696858
(105,104,88)
#5F5E50
(95,94,80)
#555448
(85,84,72)
#4B4A40
(75,74,64)
#414038
(65,64,56)
#373630
(55,54,48)
#2D2C28
(45,44,40)
#232220
(35,34,32)
#191818
(25,24,24)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #737260

#737260
(115,114,96)
#7F7E6E
(127,126,110)
#8B8A7C
(139,138,124)
#97968A
(151,150,138)
#A3A298
(163,162,152)
#AFAEA6
(175,174,166)
#BBBAB4
(187,186,180)
#C7C6C2
(199,198,194)
#D3D2D0
(211,210,208)
#DFDEDE
(223,222,222)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737260 color. Also use rgb(115,114,96) instead hex code.

Text Font Color

.myTextColor { color: #737260; }

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

This text font color is #737260.


Background Color

.myBgColor { background-color: #737260; }

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

This div background color is #737260.


Border color

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

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

This div border color is #737260.


Opacity

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

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

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

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

This text has shadow with #737260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737260 on black background.


Color preview on white background

This text has color #737260 on white background.



Black color preview on #737260 background

This text has black color on #737260 background.


White color preview on #737260 background

This text has white color on #737260 background.