COLOR #715E62

HEX: #715E62
RGB: (113,94,98)

Color info

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

RGB color model

#715E62 color RGB value is (113,94,98).

  • red value is 113;
  • green value is 94;
  • blue value is 98.
RGB:
(113,94,98)
(44%,37%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 98 of 255 = 38%

113
94
98

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 98 = 305 (100%)
R 113 of 305 ~ 37.05%
G 94 of 305 ~ 30.82%
B 98 of 305 ~ 32.13%

%37.05
%30.82
%32.13

CMYK color model

#715E62 color CMYK value is (0,17,13,56).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 13.27%
  • key color value is 55.69%
CMYK:
(0,17,13,56)
C0M17Y13K56 
(0%,17%,13%,56%)
(0.00/0.17/0.13/0.56)	

CMYK percentages

%0
%16.81
%13.27
%55.69

Codes

Color #715E62 in popluar color models

715E62
RGB1139498
HSL347°9.18%40.59%
HSB/HSV347°16.81%44.31%
CMYK0.00%16.81%13.27%
55.69%

Color #715E62 in popluar number systems.

HEX715E62
Decimal1139498
Binary111000110111101100010
Octal161136142

Shades and tints

Shades of #715E62

#715E62
(113,94,98)
#67565A
(103,86,90)
#5D4E52
(93,78,82)
#53464A
(83,70,74)
#493E42
(73,62,66)
#3F363A
(63,54,58)
#352E32
(53,46,50)
#2B262A
(43,38,42)
#211E22
(33,30,34)
#17161A
(23,22,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #715E62

#715E62
(113,94,98)
#7D6C70
(125,108,112)
#897A7E
(137,122,126)
#95888C
(149,136,140)
#A1969A
(161,150,154)
#ADA4A8
(173,164,168)
#B9B2B6
(185,178,182)
#C5C0C4
(197,192,196)
#D1CED2
(209,206,210)
#DDDCE0
(221,220,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E62 color. Also use rgb(113,94,98) instead hex code.

Text Font Color

.myTextColor { color: #715E62; }

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

This text font color is #715E62.


Background Color

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

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

This div background color is #715E62.


Border color

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

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

This div border color is #715E62.


Opacity

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

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

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

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

This text has shadow with #715E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715E62 on black background.


Color preview on white background

This text has color #715E62 on white background.



Black color preview on #715E62 background

This text has black color on #715E62 background.


White color preview on #715E62 background

This text has white color on #715E62 background.