COLOR #715E17

HEX: #715E17
RGB: (113,94,23)

Color info

#715E17 contains mainly red and green colors. Web safe color of #715E17 is #666600 (or #660).

RGB color model

#715E17 color RGB value is (113,94,23).

  • red value is 113;
  • green value is 94;
  • blue value is 23.
RGB:
(113,94,23)
(44%,37%,9%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 23 of 255 = 9%

113
94
23

R + G + B ~ 30%. #715E17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 23 = 230 (100%)
R 113 of 230 ~ 49.13%
G 94 of 230 ~ 40.87%
B 23 of 230 ~ 10%

%49.13
%40.87
%10

CMYK color model

#715E17 color CMYK value is (0,17,80,56).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 79.65%
  • key color value is 55.69%
CMYK:
(0,17,80,56)
C0M17Y80K56 
(0%,17%,80%,56%)
(0.00/0.17/0.80/0.56)	

CMYK percentages

%0
%16.81
%79.65
%55.69

Codes

Color #715E17 in popluar color models

715E17
RGB1139423
HSL47°66.18%26.67%
HSB/HSV47°79.65%44.31%
CMYK0.00%16.81%79.65%
55.69%

Color #715E17 in popluar number systems.

HEX715E17
Decimal1139423
Binary1110001101111010111
Octal16113627

Shades and tints

Shades of #715E17

#715E17
(113,94,23)
#675615
(103,86,21)
#5D4E13
(93,78,19)
#534611
(83,70,17)
#493E0F
(73,62,15)
#3F360D
(63,54,13)
#352E0B
(53,46,11)
#2B2609
(43,38,9)
#211E07
(33,30,7)
#171605
(23,22,5)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #715E17

#715E17
(113,94,23)
#7D6C2C
(125,108,44)
#897A41
(137,122,65)
#958856
(149,136,86)
#A1966B
(161,150,107)
#ADA480
(173,164,128)
#B9B295
(185,178,149)
#C5C0AA
(197,192,170)
#D1CEBF
(209,206,191)
#DDDCD4
(221,220,212)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E17 color. Also use rgb(113,94,23) instead hex code.

Text Font Color

.myTextColor { color: #715E17; }

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

This text font color is #715E17.


Background Color

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

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

This div background color is #715E17.


Border color

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

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

This div border color is #715E17.


Opacity

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

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

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

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

This text has shadow with #715E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715E17 on black background.


Color preview on white background

This text has color #715E17 on white background.



Black color preview on #715E17 background

This text has black color on #715E17 background.


White color preview on #715E17 background

This text has white color on #715E17 background.