COLOR #715153

HEX: #715153
RGB: (113,81,83)

Color info

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

RGB color model

#715153 color RGB value is (113,81,83).

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

RGB channels and saturation

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

113
81
83

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

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 83 = 277 (100%)
R 113 of 277 ~ 40.79%
G 81 of 277 ~ 29.24%
B 83 of 277 ~ 29.96%

%40.79
%29.24
%29.96

CMYK color model

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

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

CMYK percentages

%0
%28.32
%26.55
%55.69

Codes

Color #715153 in popluar color models

715153
RGB1138183
HSL356°16.49%38.04%
HSB/HSV356°28.32%44.31%
CMYK0.00%28.32%26.55%
55.69%

Color #715153 in popluar number systems.

HEX715153
Decimal1138183
Binary111000110100011010011
Octal161121123

Shades and tints

Shades of #715153

#715153
(113,81,83)
#674A4C
(103,74,76)
#5D4345
(93,67,69)
#533C3E
(83,60,62)
#493537
(73,53,55)
#3F2E30
(63,46,48)
#352729
(53,39,41)
#2B2022
(43,32,34)
#21191B
(33,25,27)
#171214
(23,18,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #715153

#715153
(113,81,83)
#7D6062
(125,96,98)
#896F71
(137,111,113)
#957E80
(149,126,128)
#A18D8F
(161,141,143)
#AD9C9E
(173,156,158)
#B9ABAD
(185,171,173)
#C5BABC
(197,186,188)
#D1C9CB
(209,201,203)
#DDD8DA
(221,216,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715153; }

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

This text font color is #715153.


Background Color

.myBgColor { background-color: #715153; }

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

This div background color is #715153.


Border color

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

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

This div border color is #715153.


Opacity

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

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

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

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

This text has shadow with #715153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715153 on black background.


Color preview on white background

This text has color #715153 on white background.



Black color preview on #715153 background

This text has black color on #715153 background.


White color preview on #715153 background

This text has white color on #715153 background.