COLOR #715933

HEX: #715933
RGB: (113,89,51)

Color info

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

RGB color model

#715933 color RGB value is (113,89,51).

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

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 51 of 255 = 20%

113
89
51

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

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 51 = 253 (100%)
R 113 of 253 ~ 44.66%
G 89 of 253 ~ 35.18%
B 51 of 253 ~ 20.16%

%44.66
%35.18
%20.16

CMYK color model

#715933 color CMYK value is (0,21,55,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 54.87%
  • key color value is 55.69%
CMYK:
(0,21,55,56)
C0M21Y55K56 
(0%,21%,55%,56%)
(0.00/0.21/0.55/0.56)	

CMYK percentages

%0
%21.24
%54.87
%55.69

Codes

Color #715933 in popluar color models

715933
RGB1138951
HSL37°37.80%32.16%
HSB/HSV37°54.87%44.31%
CMYK0.00%21.24%54.87%
55.69%

Color #715933 in popluar number systems.

HEX715933
Decimal1138951
Binary11100011011001110011
Octal16113163

Shades and tints

Shades of #715933

#715933
(113,89,51)
#67512F
(103,81,47)
#5D492B
(93,73,43)
#534127
(83,65,39)
#493923
(73,57,35)
#3F311F
(63,49,31)
#35291B
(53,41,27)
#2B2117
(43,33,23)
#211913
(33,25,19)
#17110F
(23,17,15)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #715933

#715933
(113,89,51)
#7D6845
(125,104,69)
#897757
(137,119,87)
#958669
(149,134,105)
#A1957B
(161,149,123)
#ADA48D
(173,164,141)
#B9B39F
(185,179,159)
#C5C2B1
(197,194,177)
#D1D1C3
(209,209,195)
#DDE0D5
(221,224,213)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715933; }

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

This text font color is #715933.


Background Color

.myBgColor { background-color: #715933; }

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

This div background color is #715933.


Border color

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

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

This div border color is #715933.


Opacity

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

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

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

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

This text has shadow with #715933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715933 on black background.


Color preview on white background

This text has color #715933 on white background.



Black color preview on #715933 background

This text has black color on #715933 background.


White color preview on #715933 background

This text has white color on #715933 background.