COLOR #715634

HEX: #715634
RGB: (113,86,52)

Color info

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

RGB color model

#715634 color RGB value is (113,86,52).

  • red value is 113;
  • green value is 86;
  • blue value is 52.
RGB:
(113,86,52)
(44%,34%,20%)

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 52 of 255 = 20%

113
86
52

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

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 52 = 251 (100%)
R 113 of 251 ~ 45.02%
G 86 of 251 ~ 34.26%
B 52 of 251 ~ 20.72%

%45.02
%34.26
%20.72

CMYK color model

#715634 color CMYK value is (0,24,54,56).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(0,24,54,56)
C0M24Y54K56 
(0%,24%,54%,56%)
(0.00/0.24/0.54/0.56)	

CMYK percentages

%0
%23.89
%53.98
%55.69

Codes

Color #715634 in popluar color models

715634
RGB1138652
HSL33°36.97%32.35%
HSB/HSV33°53.98%44.31%
CMYK0.00%23.89%53.98%
55.69%

Color #715634 in popluar number systems.

HEX715634
Decimal1138652
Binary11100011010110110100
Octal16112664

Shades and tints

Shades of #715634

#715634
(113,86,52)
#674F30
(103,79,48)
#5D482C
(93,72,44)
#534128
(83,65,40)
#493A24
(73,58,36)
#3F3320
(63,51,32)
#352C1C
(53,44,28)
#2B2518
(43,37,24)
#211E14
(33,30,20)
#171710
(23,23,16)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #715634

#715634
(113,86,52)
#7D6546
(125,101,70)
#897458
(137,116,88)
#95836A
(149,131,106)
#A1927C
(161,146,124)
#ADA18E
(173,161,142)
#B9B0A0
(185,176,160)
#C5BFB2
(197,191,178)
#D1CEC4
(209,206,196)
#DDDDD6
(221,221,214)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715634 color. Also use rgb(113,86,52) instead hex code.

Text Font Color

.myTextColor { color: #715634; }

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

This text font color is #715634.


Background Color

.myBgColor { background-color: #715634; }

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

This div background color is #715634.


Border color

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

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

This div border color is #715634.


Opacity

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

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

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

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

This text has shadow with #715634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715634 on black background.


Color preview on white background

This text has color #715634 on white background.



Black color preview on #715634 background

This text has black color on #715634 background.


White color preview on #715634 background

This text has white color on #715634 background.