COLOR #715842

HEX: #715842
RGB: (113,88,66)

Color info

#715842 contains red, green and blue colors in about the same proportion. Web safe color of #715842 is #666633 (or #663).

RGB color model

#715842 color RGB value is (113,88,66).

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

RGB channels and saturation

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

113
88
66

R + G + B ~ 35%. #715842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 66 = 267 (100%)
R 113 of 267 ~ 42.32%
G 88 of 267 ~ 32.96%
B 66 of 267 ~ 24.72%

%42.32
%32.96
%24.72

CMYK color model

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

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

CMYK percentages

%0
%22.12
%41.59
%55.69

Codes

Color #715842 in popluar color models

715842
RGB1138866
HSL28°26.26%35.10%
HSB/HSV28°41.59%44.31%
CMYK0.00%22.12%41.59%
55.69%

Color #715842 in popluar number systems.

HEX715842
Decimal1138866
Binary111000110110001000010
Octal161130102

Shades and tints

Shades of #715842

#715842
(113,88,66)
#67503C
(103,80,60)
#5D4836
(93,72,54)
#534030
(83,64,48)
#49382A
(73,56,42)
#3F3024
(63,48,36)
#35281E
(53,40,30)
#2B2018
(43,32,24)
#211812
(33,24,18)
#17100C
(23,16,12)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #715842

#715842
(113,88,66)
#7D6753
(125,103,83)
#897664
(137,118,100)
#958575
(149,133,117)
#A19486
(161,148,134)
#ADA397
(173,163,151)
#B9B2A8
(185,178,168)
#C5C1B9
(197,193,185)
#D1D0CA
(209,208,202)
#DDDFDB
(221,223,219)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715842; }

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

This text font color is #715842.


Background Color

.myBgColor { background-color: #715842; }

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

This div background color is #715842.


Border color

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

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

This div border color is #715842.


Opacity

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

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

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

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

This text has shadow with #715842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715842 on black background.


Color preview on white background

This text has color #715842 on white background.



Black color preview on #715842 background

This text has black color on #715842 background.


White color preview on #715842 background

This text has white color on #715842 background.