COLOR #705017

HEX: #705017
RGB: (112,80,23)

Color info

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

RGB color model

#705017 color RGB value is (112,80,23).

  • red value is 112;
  • green value is 80;
  • blue value is 23.
RGB:
(112,80,23)
(44%,31%,9%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 23 of 255 = 9%

112
80
23

R + G + B ~ 28%. #705017 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 23 = 215 (100%)
R 112 of 215 ~ 52.09%
G 80 of 215 ~ 37.21%
B 23 of 215 ~ 10.7%

%52.09
%37.21
%10.7

CMYK color model

#705017 color CMYK value is (0,29,79,56).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 79.46%
  • key color value is 56.08%
CMYK:
(0,29,79,56)
C0M29Y79K56 
(0%,29%,79%,56%)
(0.00/0.29/0.79/0.56)	

CMYK percentages

%0
%28.57
%79.46
%56.08

Codes

Color #705017 in popluar color models

705017
RGB1128023
HSL38°65.93%26.47%
HSB/HSV38°79.46%43.92%
CMYK0.00%28.57%79.46%
56.08%

Color #705017 in popluar number systems.

HEX705017
Decimal1128023
Binary1110000101000010111
Octal16012027

Shades and tints

Shades of #705017

#705017
(112,80,23)
#664915
(102,73,21)
#5C4213
(92,66,19)
#523B11
(82,59,17)
#48340F
(72,52,15)
#3E2D0D
(62,45,13)
#34260B
(52,38,11)
#2A1F09
(42,31,9)
#201807
(32,24,7)
#161105
(22,17,5)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #705017

#705017
(112,80,23)
#7D5F2C
(125,95,44)
#8A6E41
(138,110,65)
#977D56
(151,125,86)
#A48C6B
(164,140,107)
#B19B80
(177,155,128)
#BEAA95
(190,170,149)
#CBB9AA
(203,185,170)
#D8C8BF
(216,200,191)
#E5D7D4
(229,215,212)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705017 color. Also use rgb(112,80,23) instead hex code.

Text Font Color

.myTextColor { color: #705017; }

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

This text font color is #705017.


Background Color

.myBgColor { background-color: #705017; }

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

This div background color is #705017.


Border color

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

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

This div border color is #705017.


Opacity

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

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

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

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

This text has shadow with #705017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705017 on black background.


Color preview on white background

This text has color #705017 on white background.



Black color preview on #705017 background

This text has black color on #705017 background.


White color preview on #705017 background

This text has white color on #705017 background.