COLOR #715832

HEX: #715832
RGB: (113,88,50)

Color info

#715832 contains mainly red and green colors. Web safe color of #715832 is #666633 (or #663).

RGB color model

#715832 color RGB value is (113,88,50).

  • red value is 113;
  • green value is 88;
  • blue value is 50.
RGB:
(113,88,50)
(44%,35%,20%)

RGB channels and saturation

R 113 of 255 = 44%
G 88 of 255 = 35%
B 50 of 255 = 20%

113
88
50

R + G + B ~ 33%. #715832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 50 = 251 (100%)
R 113 of 251 ~ 45.02%
G 88 of 251 ~ 35.06%
B 50 of 251 ~ 19.92%

%45.02
%35.06
%19.92

CMYK color model

#715832 color CMYK value is (0,22,56,56).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 55.75%
  • key color value is 55.69%
CMYK:
(0,22,56,56)
C0M22Y56K56 
(0%,22%,56%,56%)
(0.00/0.22/0.56/0.56)	

CMYK percentages

%0
%22.12
%55.75
%55.69

Codes

Color #715832 in popluar color models

715832
RGB1138850
HSL36°38.65%31.96%
HSB/HSV36°55.75%44.31%
CMYK0.00%22.12%55.75%
55.69%

Color #715832 in popluar number systems.

HEX715832
Decimal1138850
Binary11100011011000110010
Octal16113062

Shades and tints

Shades of #715832

#715832
(113,88,50)
#67502E
(103,80,46)
#5D482A
(93,72,42)
#534026
(83,64,38)
#493822
(73,56,34)
#3F301E
(63,48,30)
#35281A
(53,40,26)
#2B2016
(43,32,22)
#211812
(33,24,18)
#17100E
(23,16,14)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #715832

#715832
(113,88,50)
#7D6744
(125,103,68)
#897656
(137,118,86)
#958568
(149,133,104)
#A1947A
(161,148,122)
#ADA38C
(173,163,140)
#B9B29E
(185,178,158)
#C5C1B0
(197,193,176)
#D1D0C2
(209,208,194)
#DDDFD4
(221,223,212)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715832; }

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

This text font color is #715832.


Background Color

.myBgColor { background-color: #715832; }

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

This div background color is #715832.


Border color

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

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

This div border color is #715832.


Opacity

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

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

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

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

This text has shadow with #715832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715832 on black background.


Color preview on white background

This text has color #715832 on white background.



Black color preview on #715832 background

This text has black color on #715832 background.


White color preview on #715832 background

This text has white color on #715832 background.