COLOR #715151

HEX: #715151
RGB: (113,81,81)

Color info

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

RGB color model

#715151 color RGB value is (113,81,81).

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

RGB channels and saturation

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

113
81
81

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

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 81 = 275 (100%)
R 113 of 275 ~ 41.09%
G 81 of 275 ~ 29.45%
B 81 of 275 ~ 29.45%

%41.09
%29.45
%29.45

CMYK color model

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

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

CMYK percentages

%0
%28.32
%28.32
%55.69

Codes

Color #715151 in popluar color models

715151
RGB1138181
HSL16.49%38.04%
HSB/HSV28.32%44.31%
CMYK0.00%28.32%28.32%
55.69%

Color #715151 in popluar number systems.

HEX715151
Decimal1138181
Binary111000110100011010001
Octal161121121

Shades and tints

Shades of #715151

#715151
(113,81,81)
#674A4A
(103,74,74)
#5D4343
(93,67,67)
#533C3C
(83,60,60)
#493535
(73,53,53)
#3F2E2E
(63,46,46)
#352727
(53,39,39)
#2B2020
(43,32,32)
#211919
(33,25,25)
#171212
(23,18,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #715151

#715151
(113,81,81)
#7D6060
(125,96,96)
#896F6F
(137,111,111)
#957E7E
(149,126,126)
#A18D8D
(161,141,141)
#AD9C9C
(173,156,156)
#B9ABAB
(185,171,171)
#C5BABA
(197,186,186)
#D1C9C9
(209,201,201)
#DDD8D8
(221,216,216)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715151; }

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

This text font color is #715151.


Background Color

.myBgColor { background-color: #715151; }

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

This div background color is #715151.


Border color

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

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

This div border color is #715151.


Opacity

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

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

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

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

This text has shadow with #715151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715151 on black background.


Color preview on white background

This text has color #715151 on white background.



Black color preview on #715151 background

This text has black color on #715151 background.


White color preview on #715151 background

This text has white color on #715151 background.