COLOR #715332

HEX: #715332
RGB: (113,83,50)

Color info

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

RGB color model

#715332 color RGB value is (113,83,50).

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

RGB channels and saturation

R 113 of 255 = 44%
G 83 of 255 = 33%
B 50 of 255 = 20%

113
83
50

R + G + B ~ 32%. #715332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 50 = 246 (100%)
R 113 of 246 ~ 45.93%
G 83 of 246 ~ 33.74%
B 50 of 246 ~ 20.33%

%45.93
%33.74
%20.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 55.75%
  • key color value is 55.69%
CMYK:
(0,27,56,56)
C0M27Y56K56 
(0%,27%,56%,56%)
(0.00/0.27/0.56/0.56)	

CMYK percentages

%0
%26.55
%55.75
%55.69

Codes

Color #715332 in popluar color models

715332
RGB1138350
HSL31°38.65%31.96%
HSB/HSV31°55.75%44.31%
CMYK0.00%26.55%55.75%
55.69%

Color #715332 in popluar number systems.

HEX715332
Decimal1138350
Binary11100011010011110010
Octal16112362

Shades and tints

Shades of #715332

#715332
(113,83,50)
#674C2E
(103,76,46)
#5D452A
(93,69,42)
#533E26
(83,62,38)
#493722
(73,55,34)
#3F301E
(63,48,30)
#35291A
(53,41,26)
#2B2216
(43,34,22)
#211B12
(33,27,18)
#17140E
(23,20,14)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #715332

#715332
(113,83,50)
#7D6244
(125,98,68)
#897156
(137,113,86)
#958068
(149,128,104)
#A18F7A
(161,143,122)
#AD9E8C
(173,158,140)
#B9AD9E
(185,173,158)
#C5BCB0
(197,188,176)
#D1CBC2
(209,203,194)
#DDDAD4
(221,218,212)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715332; }

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

This text font color is #715332.


Background Color

.myBgColor { background-color: #715332; }

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

This div background color is #715332.


Border color

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

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

This div border color is #715332.


Opacity

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

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

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

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

This text has shadow with #715332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715332 on black background.


Color preview on white background

This text has color #715332 on white background.



Black color preview on #715332 background

This text has black color on #715332 background.


White color preview on #715332 background

This text has white color on #715332 background.