COLOR #70436E

HEX: #70436E
RGB: (112,67,110)

Color info

#70436E contains red, green and blue colors in about the same proportion. Web safe color of #70436E is #663366 (or #636).

RGB color model

#70436E color RGB value is (112,67,110).

  • red value is 112;
  • green value is 67;
  • blue value is 110.
RGB:
(112,67,110)
(44%,26%,43%)

RGB channels and saturation

R 112 of 255 = 44%
G 67 of 255 = 26%
B 110 of 255 = 43%

112
67
110

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

Portions of RGB colors in percentages

R + G + B =
112 + 67 + 110 = 289 (100%)
R 112 of 289 ~ 38.75%
G 67 of 289 ~ 23.18%
B 110 of 289 ~ 38.06%

%38.75
%23.18
%38.06

CMYK color model

#70436E color CMYK value is (0,40,2,56).

  • cyan value is 0.00%
  • magenta value is 40.18%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(0,40,2,56)
C0M40Y2K56 
(0%,40%,2%,56%)
(0.00/0.40/0.02/0.56)	

CMYK percentages

%0
%40.18
%1.79
%56.08

Codes

Color #70436E in popluar color models

70436E
RGB11267110
HSL303°25.14%35.10%
HSB/HSV303°40.18%43.92%
CMYK0.00%40.18%1.79%
56.08%

Color #70436E in popluar number systems.

HEX70436E
Decimal11267110
Binary111000010000111101110
Octal160103156

Shades and tints

Shades of #70436E

#70436E
(112,67,110)
#663D64
(102,61,100)
#5C375A
(92,55,90)
#523150
(82,49,80)
#482B46
(72,43,70)
#3E253C
(62,37,60)
#341F32
(52,31,50)
#2A1928
(42,25,40)
#20131E
(32,19,30)
#160D14
(22,13,20)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #70436E

#70436E
(112,67,110)
#7D547B
(125,84,123)
#8A6588
(138,101,136)
#977695
(151,118,149)
#A487A2
(164,135,162)
#B198AF
(177,152,175)
#BEA9BC
(190,169,188)
#CBBAC9
(203,186,201)
#D8CBD6
(216,203,214)
#E5DCE3
(229,220,227)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70436E color. Also use rgb(112,67,110) instead hex code.

Text Font Color

.myTextColor { color: #70436E; }

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

This text font color is #70436E.


Background Color

.myBgColor { background-color: #70436E; }

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

This div background color is #70436E.


Border color

.myBorderColor { border: 1px solid #70436E; }

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

This div border color is #70436E.


Opacity

.myOpacity80 { color: #70436E; opacity: 0.8; }

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

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

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

This text has shadow with #70436E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70436E on black background.


Color preview on white background

This text has color #70436E on white background.



Black color preview on #70436E background

This text has black color on #70436E background.


White color preview on #70436E background

This text has white color on #70436E background.