COLOR #715858

HEX: #715858
RGB: (113,88,88)

Color info

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

RGB color model

#715858 color RGB value is (113,88,88).

  • red value is 113;
  • green value is 88;
  • blue value is 88.
RGB:
(113,88,88)
(44%,35%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 88 of 255 = 35%
B 88 of 255 = 35%

113
88
88

R + G + B ~ 38%. #715858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 88 = 289 (100%)
R 113 of 289 ~ 39.1%
G 88 of 289 ~ 30.45%
B 88 of 289 ~ 30.45%

%39.1
%30.45
%30.45

CMYK color model

#715858 color CMYK value is (0,22,22,56).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK:
(0,22,22,56)
C0M22Y22K56 
(0%,22%,22%,56%)
(0.00/0.22/0.22/0.56)	

CMYK percentages

%0
%22.12
%22.12
%55.69

Codes

Color #715858 in popluar color models

715858
RGB1138888
HSL12.44%39.41%
HSB/HSV22.12%44.31%
CMYK0.00%22.12%22.12%
55.69%

Color #715858 in popluar number systems.

HEX715858
Decimal1138888
Binary111000110110001011000
Octal161130130

Shades and tints

Shades of #715858

#715858
(113,88,88)
#675050
(103,80,80)
#5D4848
(93,72,72)
#534040
(83,64,64)
#493838
(73,56,56)
#3F3030
(63,48,48)
#352828
(53,40,40)
#2B2020
(43,32,32)
#211818
(33,24,24)
#171010
(23,16,16)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #715858

#715858
(113,88,88)
#7D6767
(125,103,103)
#897676
(137,118,118)
#958585
(149,133,133)
#A19494
(161,148,148)
#ADA3A3
(173,163,163)
#B9B2B2
(185,178,178)
#C5C1C1
(197,193,193)
#D1D0D0
(209,208,208)
#DDDFDF
(221,223,223)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715858 color. Also use rgb(113,88,88) instead hex code.

Text Font Color

.myTextColor { color: #715858; }

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

This text font color is #715858.


Background Color

.myBgColor { background-color: #715858; }

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

This div background color is #715858.


Border color

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

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

This div border color is #715858.


Opacity

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

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

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

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

This text has shadow with #715858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715858 on black background.


Color preview on white background

This text has color #715858 on white background.



Black color preview on #715858 background

This text has black color on #715858 background.


White color preview on #715858 background

This text has white color on #715858 background.