COLOR #70753B

HEX: #70753B
RGB: (112,117,59)

Color info

#70753B contains red, green and blue colors in about the same proportion. Web safe color of #70753B is #666633 (or #663).

RGB color model

#70753B color RGB value is (112,117,59).

  • red value is 112;
  • green value is 117;
  • blue value is 59.
RGB:
(112,117,59)
(44%,46%,23%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 59 of 255 = 23%

112
117
59

R + G + B ~ 38%. #70753B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 59 = 288 (100%)
R 112 of 288 ~ 38.89%
G 117 of 288 ~ 40.63%
B 59 of 288 ~ 20.49%

%38.89
%40.63
%20.49

CMYK color model

#70753B color CMYK value is (4,0,50,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 49.57%
  • key color value is 54.12%
CMYK:
(4,0,50,54)
C4M0Y50K54 
(4%,0%,50%,54%)
(0.04/0.00/0.50/0.54)	

CMYK percentages

%4.27
%0
%49.57
%54.12

Codes

Color #70753B in popluar color models

70753B
RGB11211759
HSL65°32.95%34.51%
HSB/HSV65°49.57%45.88%
CMYK4.27%0.00%49.57%
54.12%

Color #70753B in popluar number systems.

HEX70753B
Decimal11211759
Binary11100001110101111011
Octal16016573

Shades and tints

Shades of #70753B

#70753B
(112,117,59)
#666B36
(102,107,54)
#5C6131
(92,97,49)
#52572C
(82,87,44)
#484D27
(72,77,39)
#3E4322
(62,67,34)
#34391D
(52,57,29)
#2A2F18
(42,47,24)
#202513
(32,37,19)
#161B0E
(22,27,14)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #70753B

#70753B
(112,117,59)
#7D814C
(125,129,76)
#8A8D5D
(138,141,93)
#97996E
(151,153,110)
#A4A57F
(164,165,127)
#B1B190
(177,177,144)
#BEBDA1
(190,189,161)
#CBC9B2
(203,201,178)
#D8D5C3
(216,213,195)
#E5E1D4
(229,225,212)
#F2EDE5
(242,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70753B color. Also use rgb(112,117,59) instead hex code.

Text Font Color

.myTextColor { color: #70753B; }

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

This text font color is #70753B.


Background Color

.myBgColor { background-color: #70753B; }

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

This div background color is #70753B.


Border color

.myBorderColor { border: 1px solid #70753B; }

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

This div border color is #70753B.


Opacity

.myOpacity80 { color: #70753B; opacity: 0.8; }

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

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

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

This text has shadow with #70753B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70753B on black background.


Color preview on white background

This text has color #70753B on white background.



Black color preview on #70753B background

This text has black color on #70753B background.


White color preview on #70753B background

This text has white color on #70753B background.