COLOR #705021

HEX: #705021
RGB: (112,80,33)

Color info

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

RGB color model

#705021 color RGB value is (112,80,33).

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

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 33 of 255 = 13%

112
80
33

R + G + B ~ 29%. #705021 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 33 = 225 (100%)
R 112 of 225 ~ 49.78%
G 80 of 225 ~ 35.56%
B 33 of 225 ~ 14.67%

%49.78
%35.56
%14.67

CMYK color model

#705021 color CMYK value is (0,29,71,56).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 70.54%
  • key color value is 56.08%
CMYK:
(0,29,71,56)
C0M29Y71K56 
(0%,29%,71%,56%)
(0.00/0.29/0.71/0.56)	

CMYK percentages

%0
%28.57
%70.54
%56.08

Codes

Color #705021 in popluar color models

705021
RGB1128033
HSL36°54.48%28.43%
HSB/HSV36°70.54%43.92%
CMYK0.00%28.57%70.54%
56.08%

Color #705021 in popluar number systems.

HEX705021
Decimal1128033
Binary11100001010000100001
Octal16012041

Shades and tints

Shades of #705021

#705021
(112,80,33)
#66491E
(102,73,30)
#5C421B
(92,66,27)
#523B18
(82,59,24)
#483415
(72,52,21)
#3E2D12
(62,45,18)
#34260F
(52,38,15)
#2A1F0C
(42,31,12)
#201809
(32,24,9)
#161106
(22,17,6)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #705021

#705021
(112,80,33)
#7D5F35
(125,95,53)
#8A6E49
(138,110,73)
#977D5D
(151,125,93)
#A48C71
(164,140,113)
#B19B85
(177,155,133)
#BEAA99
(190,170,153)
#CBB9AD
(203,185,173)
#D8C8C1
(216,200,193)
#E5D7D5
(229,215,213)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705021; }

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

This text font color is #705021.


Background Color

.myBgColor { background-color: #705021; }

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

This div background color is #705021.


Border color

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

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

This div border color is #705021.


Opacity

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

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

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

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

This text has shadow with #705021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705021 on black background.


Color preview on white background

This text has color #705021 on white background.



Black color preview on #705021 background

This text has black color on #705021 background.


White color preview on #705021 background

This text has white color on #705021 background.