COLOR #715633

HEX: #715633
RGB: (113,86,51)

Color info

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

RGB color model

#715633 color RGB value is (113,86,51).

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

RGB channels and saturation

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

113
86
51

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

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 51 = 250 (100%)
R 113 of 250 ~ 45.2%
G 86 of 250 ~ 34.4%
B 51 of 250 ~ 20.4%

%45.2
%34.4
%20.4

CMYK color model

#715633 color CMYK value is (0,24,55,56).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 54.87%
  • key color value is 55.69%
CMYK:
(0,24,55,56)
C0M24Y55K56 
(0%,24%,55%,56%)
(0.00/0.24/0.55/0.56)	

CMYK percentages

%0
%23.89
%54.87
%55.69

Codes

Color #715633 in popluar color models

715633
RGB1138651
HSL34°37.80%32.16%
HSB/HSV34°54.87%44.31%
CMYK0.00%23.89%54.87%
55.69%

Color #715633 in popluar number systems.

HEX715633
Decimal1138651
Binary11100011010110110011
Octal16112663

Shades and tints

Shades of #715633

#715633
(113,86,51)
#674F2F
(103,79,47)
#5D482B
(93,72,43)
#534127
(83,65,39)
#493A23
(73,58,35)
#3F331F
(63,51,31)
#352C1B
(53,44,27)
#2B2517
(43,37,23)
#211E13
(33,30,19)
#17170F
(23,23,15)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #715633

#715633
(113,86,51)
#7D6545
(125,101,69)
#897457
(137,116,87)
#958369
(149,131,105)
#A1927B
(161,146,123)
#ADA18D
(173,161,141)
#B9B09F
(185,176,159)
#C5BFB1
(197,191,177)
#D1CEC3
(209,206,195)
#DDDDD5
(221,221,213)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715633; }

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

This text font color is #715633.


Background Color

.myBgColor { background-color: #715633; }

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

This div background color is #715633.


Border color

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

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

This div border color is #715633.


Opacity

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

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

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

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

This text has shadow with #715633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715633 on black background.


Color preview on white background

This text has color #715633 on white background.



Black color preview on #715633 background

This text has black color on #715633 background.


White color preview on #715633 background

This text has white color on #715633 background.