COLOR #715155

HEX: #715155
RGB: (113,81,85)

Color info

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

RGB color model

#715155 color RGB value is (113,81,85).

  • red value is 113;
  • green value is 81;
  • blue value is 85.
RGB: (113,81,85) (44%,32%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 85 of 255 = 33%

113
81
85

R + G + B ~ 36%. #715155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 85 = 279 (100%)
R 113 of 279 ~ 40.5%
G 81 of 279 ~ 29.03%
B 85 of 279 ~ 30.47%

%40.5
%29.03
%30.47

CMYK color model

#715155 color CMYK value is (0,28,25,56).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK: (0,28,25,56) C0M28Y25K56 (0%,28%,25%,56%) (0.00/0.28/0.25/0.56)

CMYK percentages

%0
%28.32
%24.78
%55.69

Codes

Color #715155 in popluar color models

715155
RGB1138185
HSL353°16.49%38.04%
HSB/HSV353°28.32%44.31%
CMYK0.00%28.32%24.78%
55.69%

Color #715155 in popluar number systems.

HEX715155
Decimal1138185
Binary111000110100011010101
Octal161121125

Shades and tints

Shades of #715155

#715155
(113,81,85)
#674A4E
(103,74,78)
#5D4347
(93,67,71)
#533C40
(83,60,64)
#493539
(73,53,57)
#3F2E32
(63,46,50)
#35272B
(53,39,43)
#2B2024
(43,32,36)
#21191D
(33,25,29)
#171216
(23,18,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #715155

#715155
(113,81,85)
#7D6064
(125,96,100)
#896F73
(137,111,115)
#957E82
(149,126,130)
#A18D91
(161,141,145)
#AD9CA0
(173,156,160)
#B9ABAF
(185,171,175)
#C5BABE
(197,186,190)
#D1C9CD
(209,201,205)
#DDD8DC
(221,216,220)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715155; }

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

This text font color is #715155.


Background Color

.myBgColor { background-color: #715155; }

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

This div background color is #715155.


Border color

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

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

This div border color is #715155.


Opacity

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

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

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

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

This text has shadow with #715155 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #715155 on black background.


Color preview on white background

This text has color #715155 on white background.



Black color preview on #715155 background

This text has black color on #715155 background.


White color preview on #715155 background

This text has white color on #715155 background.