COLOR #735761

HEX: #735761
RGB: (115,87,97)

Color info

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

RGB color model

#735761 color RGB value is (115,87,97).

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

RGB channels and saturation

R 115 of 255 = 45%
G 87 of 255 = 34%
B 97 of 255 = 38%

115
87
97

R + G + B ~ 39%. #735761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 87 + 97 = 299 (100%)
R 115 of 299 ~ 38.46%
G 87 of 299 ~ 29.1%
B 97 of 299 ~ 32.44%

%38.46
%29.1
%32.44

CMYK color model

#735761 color CMYK value is (0,24,16,55).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(0,24,16,55)
C0M24Y16K55 
(0%,24%,16%,55%)
(0.00/0.24/0.16/0.55)	

CMYK percentages

%0
%24.35
%15.65
%54.9

Codes

Color #735761 in popluar color models

735761
RGB1158797
HSL339°13.86%39.61%
HSB/HSV339°24.35%45.10%
CMYK0.00%24.35%15.65%
54.90%

Color #735761 in popluar number systems.

HEX735761
Decimal1158797
Binary111001110101111100001
Octal163127141

Shades and tints

Shades of #735761

#735761
(115,87,97)
#695059
(105,80,89)
#5F4951
(95,73,81)
#554249
(85,66,73)
#4B3B41
(75,59,65)
#413439
(65,52,57)
#372D31
(55,45,49)
#2D2629
(45,38,41)
#231F21
(35,31,33)
#191819
(25,24,25)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #735761

#735761
(115,87,97)
#7F666F
(127,102,111)
#8B757D
(139,117,125)
#97848B
(151,132,139)
#A39399
(163,147,153)
#AFA2A7
(175,162,167)
#BBB1B5
(187,177,181)
#C7C0C3
(199,192,195)
#D3CFD1
(211,207,209)
#DFDEDF
(223,222,223)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735761; }

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

This text font color is #735761.


Background Color

.myBgColor { background-color: #735761; }

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

This div background color is #735761.


Border color

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

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

This div border color is #735761.


Opacity

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

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

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

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

This text has shadow with #735761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735761 on black background.


Color preview on white background

This text has color #735761 on white background.



Black color preview on #735761 background

This text has black color on #735761 background.


White color preview on #735761 background

This text has white color on #735761 background.