COLOR #715F21

HEX: #715F21
RGB: (113,95,33)

Color info

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

RGB color model

#715F21 color RGB value is (113,95,33).

  • red value is 113;
  • green value is 95;
  • blue value is 33.
RGB:
(113,95,33)
(44%,37%,13%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 33 of 255 = 13%

113
95
33

R + G + B ~ 31%. #715F21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 33 = 241 (100%)
R 113 of 241 ~ 46.89%
G 95 of 241 ~ 39.42%
B 33 of 241 ~ 13.69%

%46.89
%39.42
%13.69

CMYK color model

#715F21 color CMYK value is (0,16,71,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 70.80%
  • key color value is 55.69%
CMYK:
(0,16,71,56)
C0M16Y71K56 
(0%,16%,71%,56%)
(0.00/0.16/0.71/0.56)	

CMYK percentages

%0
%15.93
%70.8
%55.69

Codes

Color #715F21 in popluar color models

715F21
RGB1139533
HSL47°54.79%28.63%
HSB/HSV47°70.80%44.31%
CMYK0.00%15.93%70.80%
55.69%

Color #715F21 in popluar number systems.

HEX715F21
Decimal1139533
Binary11100011011111100001
Octal16113741

Shades and tints

Shades of #715F21

#715F21
(113,95,33)
#67571E
(103,87,30)
#5D4F1B
(93,79,27)
#534718
(83,71,24)
#493F15
(73,63,21)
#3F3712
(63,55,18)
#352F0F
(53,47,15)
#2B270C
(43,39,12)
#211F09
(33,31,9)
#171706
(23,23,6)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #715F21

#715F21
(113,95,33)
#7D6D35
(125,109,53)
#897B49
(137,123,73)
#95895D
(149,137,93)
#A19771
(161,151,113)
#ADA585
(173,165,133)
#B9B399
(185,179,153)
#C5C1AD
(197,193,173)
#D1CFC1
(209,207,193)
#DDDDD5
(221,221,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715F21 color. Also use rgb(113,95,33) instead hex code.

Text Font Color

.myTextColor { color: #715F21; }

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

This text font color is #715F21.


Background Color

.myBgColor { background-color: #715F21; }

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

This div background color is #715F21.


Border color

.myBorderColor { border: 1px solid #715F21; }

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

This div border color is #715F21.


Opacity

.myOpacity80 { color: #715F21; opacity: 0.8; }

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

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

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

This text has shadow with #715F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F21 on black background.


Color preview on white background

This text has color #715F21 on white background.



Black color preview on #715F21 background

This text has black color on #715F21 background.


White color preview on #715F21 background

This text has white color on #715F21 background.