COLOR #715E4B

HEX: #715E4B
RGB: (113,94,75)

Color info

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

RGB color model

#715E4B color RGB value is (113,94,75).

  • red value is 113;
  • green value is 94;
  • blue value is 75.
RGB:
(113,94,75)
(44%,37%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 75 of 255 = 29%

113
94
75

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 75 = 282 (100%)
R 113 of 282 ~ 40.07%
G 94 of 282 ~ 33.33%
B 75 of 282 ~ 26.6%

%40.07
%33.33
%26.6

CMYK color model

#715E4B color CMYK value is (0,17,34,56).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(0,17,34,56)
C0M17Y34K56 
(0%,17%,34%,56%)
(0.00/0.17/0.34/0.56)	

CMYK percentages

%0
%16.81
%33.63
%55.69

Codes

Color #715E4B in popluar color models

715E4B
RGB1139475
HSL30°20.21%36.86%
HSB/HSV30°33.63%44.31%
CMYK0.00%16.81%33.63%
55.69%

Color #715E4B in popluar number systems.

HEX715E4B
Decimal1139475
Binary111000110111101001011
Octal161136113

Shades and tints

Shades of #715E4B

#715E4B
(113,94,75)
#675645
(103,86,69)
#5D4E3F
(93,78,63)
#534639
(83,70,57)
#493E33
(73,62,51)
#3F362D
(63,54,45)
#352E27
(53,46,39)
#2B2621
(43,38,33)
#211E1B
(33,30,27)
#171615
(23,22,21)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #715E4B

#715E4B
(113,94,75)
#7D6C5B
(125,108,91)
#897A6B
(137,122,107)
#95887B
(149,136,123)
#A1968B
(161,150,139)
#ADA49B
(173,164,155)
#B9B2AB
(185,178,171)
#C5C0BB
(197,192,187)
#D1CECB
(209,206,203)
#DDDCDB
(221,220,219)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E4B color. Also use rgb(113,94,75) instead hex code.

Text Font Color

.myTextColor { color: #715E4B; }

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

This text font color is #715E4B.


Background Color

.myBgColor { background-color: #715E4B; }

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

This div background color is #715E4B.


Border color

.myBorderColor { border: 1px solid #715E4B; }

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

This div border color is #715E4B.


Opacity

.myOpacity80 { color: #715E4B; opacity: 0.8; }

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

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

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

This text has shadow with #715E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715E4B on black background.


Color preview on white background

This text has color #715E4B on white background.



Black color preview on #715E4B background

This text has black color on #715E4B background.


White color preview on #715E4B background

This text has white color on #715E4B background.