COLOR #715852

HEX: #715852
RGB: (113,88,82)

Color info

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

RGB color model

#715852 color RGB value is (113,88,82).

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

RGB channels and saturation

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

113
88
82

R + G + B ~ 37%. #715852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 82 = 283 (100%)
R 113 of 283 ~ 39.93%
G 88 of 283 ~ 31.1%
B 82 of 283 ~ 28.98%

%39.93
%31.1
%28.98

CMYK color model

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

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

CMYK percentages

%0
%22.12
%27.43
%55.69

Codes

Color #715852 in popluar color models

715852
RGB1138882
HSL12°15.90%38.24%
HSB/HSV12°27.43%44.31%
CMYK0.00%22.12%27.43%
55.69%

Color #715852 in popluar number systems.

HEX715852
Decimal1138882
Binary111000110110001010010
Octal161130122

Shades and tints

Shades of #715852

#715852
(113,88,82)
#67504B
(103,80,75)
#5D4844
(93,72,68)
#53403D
(83,64,61)
#493836
(73,56,54)
#3F302F
(63,48,47)
#352828
(53,40,40)
#2B2021
(43,32,33)
#21181A
(33,24,26)
#171013
(23,16,19)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #715852

#715852
(113,88,82)
#7D6761
(125,103,97)
#897670
(137,118,112)
#95857F
(149,133,127)
#A1948E
(161,148,142)
#ADA39D
(173,163,157)
#B9B2AC
(185,178,172)
#C5C1BB
(197,193,187)
#D1D0CA
(209,208,202)
#DDDFD9
(221,223,217)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715852; }

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

This text font color is #715852.


Background Color

.myBgColor { background-color: #715852; }

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

This div background color is #715852.


Border color

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

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

This div border color is #715852.


Opacity

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

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

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

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

This text has shadow with #715852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715852 on black background.


Color preview on white background

This text has color #715852 on white background.



Black color preview on #715852 background

This text has black color on #715852 background.


White color preview on #715852 background

This text has white color on #715852 background.