COLOR #715C65

HEX: #715C65
RGB: (113,92,101)

Color info

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

RGB color model

#715C65 color RGB value is (113,92,101).

  • red value is 113;
  • green value is 92;
  • blue value is 101.
RGB:
(113,92,101)
(44%,36%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 101 of 255 = 40%

113
92
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 101 = 306 (100%)
R 113 of 306 ~ 36.93%
G 92 of 306 ~ 30.07%
B 101 of 306 ~ 33.01%

%36.93
%30.07
%33.01

CMYK color model

#715C65 color CMYK value is (0,19,11,56).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(0,19,11,56)
C0M19Y11K56 
(0%,19%,11%,56%)
(0.00/0.19/0.11/0.56)	

CMYK percentages

%0
%18.58
%10.62
%55.69

Codes

Color #715C65 in popluar color models

715C65
RGB11392101
HSL334°10.24%40.20%
HSB/HSV334°18.58%44.31%
CMYK0.00%18.58%10.62%
55.69%

Color #715C65 in popluar number systems.

HEX715C65
Decimal11392101
Binary111000110111001100101
Octal161134145

Shades and tints

Shades of #715C65

#715C65
(113,92,101)
#67545C
(103,84,92)
#5D4C53
(93,76,83)
#53444A
(83,68,74)
#493C41
(73,60,65)
#3F3438
(63,52,56)
#352C2F
(53,44,47)
#2B2426
(43,36,38)
#211C1D
(33,28,29)
#171414
(23,20,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #715C65

#715C65
(113,92,101)
#7D6A73
(125,106,115)
#897881
(137,120,129)
#95868F
(149,134,143)
#A1949D
(161,148,157)
#ADA2AB
(173,162,171)
#B9B0B9
(185,176,185)
#C5BEC7
(197,190,199)
#D1CCD5
(209,204,213)
#DDDAE3
(221,218,227)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715C65 color. Also use rgb(113,92,101) instead hex code.

Text Font Color

.myTextColor { color: #715C65; }

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

This text font color is #715C65.


Background Color

.myBgColor { background-color: #715C65; }

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

This div background color is #715C65.


Border color

.myBorderColor { border: 1px solid #715C65; }

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

This div border color is #715C65.


Opacity

.myOpacity80 { color: #715C65; opacity: 0.8; }

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

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

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

This text has shadow with #715C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C65 on black background.


Color preview on white background

This text has color #715C65 on white background.



Black color preview on #715C65 background

This text has black color on #715C65 background.


White color preview on #715C65 background

This text has white color on #715C65 background.