COLOR #715554

HEX: #715554
RGB: (113,85,84)

Color info

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

RGB color model

#715554 color RGB value is (113,85,84).

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

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 84 of 255 = 33%

113
85
84

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

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 84 = 282 (100%)
R 113 of 282 ~ 40.07%
G 85 of 282 ~ 30.14%
B 84 of 282 ~ 29.79%

%40.07
%30.14
%29.79

CMYK color model

#715554 color CMYK value is (0,25,26,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 25.66%
  • key color value is 55.69%
CMYK:
(0,25,26,56)
C0M25Y26K56 
(0%,25%,26%,56%)
(0.00/0.25/0.26/0.56)	

CMYK percentages

%0
%24.78
%25.66
%55.69

Codes

Color #715554 in popluar color models

715554
RGB1138584
HSL14.72%38.63%
HSB/HSV25.66%44.31%
CMYK0.00%24.78%25.66%
55.69%

Color #715554 in popluar number systems.

HEX715554
Decimal1138584
Binary111000110101011010100
Octal161125124

Shades and tints

Shades of #715554

#715554
(113,85,84)
#674E4D
(103,78,77)
#5D4746
(93,71,70)
#53403F
(83,64,63)
#493938
(73,57,56)
#3F3231
(63,50,49)
#352B2A
(53,43,42)
#2B2423
(43,36,35)
#211D1C
(33,29,28)
#171615
(23,22,21)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #715554

#715554
(113,85,84)
#7D6463
(125,100,99)
#897372
(137,115,114)
#958281
(149,130,129)
#A19190
(161,145,144)
#ADA09F
(173,160,159)
#B9AFAE
(185,175,174)
#C5BEBD
(197,190,189)
#D1CDCC
(209,205,204)
#DDDCDB
(221,220,219)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715554; }

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

This text font color is #715554.


Background Color

.myBgColor { background-color: #715554; }

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

This div background color is #715554.


Border color

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

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

This div border color is #715554.


Opacity

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

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

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

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

This text has shadow with #715554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715554 on black background.


Color preview on white background

This text has color #715554 on white background.



Black color preview on #715554 background

This text has black color on #715554 background.


White color preview on #715554 background

This text has white color on #715554 background.