COLOR #70635A

HEX: #70635A
RGB: (112,99,90)

Color info

#70635A contains red, green and blue colors in about the same proportion. Web safe color of #70635A is #666666 (or #666).

RGB color model

#70635A color RGB value is (112,99,90).

  • red value is 112;
  • green value is 99;
  • blue value is 90.
RGB:
(112,99,90)
(44%,39%,35%)

RGB channels and saturation

R 112 of 255 = 44%
G 99 of 255 = 39%
B 90 of 255 = 35%

112
99
90

R + G + B ~ 39%. #70635A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 90 = 301 (100%)
R 112 of 301 ~ 37.21%
G 99 of 301 ~ 32.89%
B 90 of 301 ~ 29.9%

%37.21
%32.89
%29.9

CMYK color model

#70635A color CMYK value is (0,12,20,56).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 19.64%
  • key color value is 56.08%
CMYK:
(0,12,20,56)
C0M12Y20K56 
(0%,12%,20%,56%)
(0.00/0.12/0.20/0.56)	

CMYK percentages

%0
%11.61
%19.64
%56.08

Codes

Color #70635A in popluar color models

70635A
RGB1129990
HSL25°10.89%39.61%
HSB/HSV25°19.64%43.92%
CMYK0.00%11.61%19.64%
56.08%

Color #70635A in popluar number systems.

HEX70635A
Decimal1129990
Binary111000011000111011010
Octal160143132

Shades and tints

Shades of #70635A

#70635A
(112,99,90)
#665A52
(102,90,82)
#5C514A
(92,81,74)
#524842
(82,72,66)
#483F3A
(72,63,58)
#3E3632
(62,54,50)
#342D2A
(52,45,42)
#2A2422
(42,36,34)
#201B1A
(32,27,26)
#161212
(22,18,18)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #70635A

#70635A
(112,99,90)
#7D7169
(125,113,105)
#8A7F78
(138,127,120)
#978D87
(151,141,135)
#A49B96
(164,155,150)
#B1A9A5
(177,169,165)
#BEB7B4
(190,183,180)
#CBC5C3
(203,197,195)
#D8D3D2
(216,211,210)
#E5E1E1
(229,225,225)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70635A color. Also use rgb(112,99,90) instead hex code.

Text Font Color

.myTextColor { color: #70635A; }

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

This text font color is #70635A.


Background Color

.myBgColor { background-color: #70635A; }

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

This div background color is #70635A.


Border color

.myBorderColor { border: 1px solid #70635A; }

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

This div border color is #70635A.


Opacity

.myOpacity80 { color: #70635A; opacity: 0.8; }

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

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

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

This text has shadow with #70635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70635A on black background.


Color preview on white background

This text has color #70635A on white background.



Black color preview on #70635A background

This text has black color on #70635A background.


White color preview on #70635A background

This text has white color on #70635A background.