COLOR #705019

HEX: #705019
RGB: (112,80,25)

Color info

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

RGB color model

#705019 color RGB value is (112,80,25).

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

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 25 of 255 = 10%

112
80
25

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

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 25 = 217 (100%)
R 112 of 217 ~ 51.61%
G 80 of 217 ~ 36.87%
B 25 of 217 ~ 11.52%

%51.61
%36.87
%11.52

CMYK color model

#705019 color CMYK value is (0,29,78,56).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 77.68%
  • key color value is 56.08%
CMYK:
(0,29,78,56)
C0M29Y78K56 
(0%,29%,78%,56%)
(0.00/0.29/0.78/0.56)	

CMYK percentages

%0
%28.57
%77.68
%56.08

Codes

Color #705019 in popluar color models

705019
RGB1128025
HSL38°63.50%26.86%
HSB/HSV38°77.68%43.92%
CMYK0.00%28.57%77.68%
56.08%

Color #705019 in popluar number systems.

HEX705019
Decimal1128025
Binary1110000101000011001
Octal16012031

Shades and tints

Shades of #705019

#705019
(112,80,25)
#664917
(102,73,23)
#5C4215
(92,66,21)
#523B13
(82,59,19)
#483411
(72,52,17)
#3E2D0F
(62,45,15)
#34260D
(52,38,13)
#2A1F0B
(42,31,11)
#201809
(32,24,9)
#161107
(22,17,7)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #705019

#705019
(112,80,25)
#7D5F2D
(125,95,45)
#8A6E41
(138,110,65)
#977D55
(151,125,85)
#A48C69
(164,140,105)
#B19B7D
(177,155,125)
#BEAA91
(190,170,145)
#CBB9A5
(203,185,165)
#D8C8B9
(216,200,185)
#E5D7CD
(229,215,205)
#F2E6E1
(242,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705019; }

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

This text font color is #705019.


Background Color

.myBgColor { background-color: #705019; }

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

This div background color is #705019.


Border color

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

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

This div border color is #705019.


Opacity

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

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

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

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

This text has shadow with #705019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705019 on black background.


Color preview on white background

This text has color #705019 on white background.



Black color preview on #705019 background

This text has black color on #705019 background.


White color preview on #705019 background

This text has white color on #705019 background.