COLOR #736070

HEX: #736070
RGB: (115,96,112)

Color info

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

RGB color model

#736070 color RGB value is (115,96,112).

  • red value is 115;
  • green value is 96;
  • blue value is 112.
RGB:
(115,96,112)
(45%,38%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 112 of 255 = 44%

115
96
112

R + G + B ~ 42%. #736070 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 112 = 323 (100%)
R 115 of 323 ~ 35.6%
G 96 of 323 ~ 29.72%
B 112 of 323 ~ 34.67%

%35.6
%29.72
%34.67

CMYK color model

#736070 color CMYK value is (0,17,3,55).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(0,17,3,55)
C0M17Y3K55 
(0%,17%,3%,55%)
(0.00/0.17/0.03/0.55)	

CMYK percentages

%0
%16.52
%2.61
%54.9

Codes

Color #736070 in popluar color models

736070
RGB11596112
HSL309°9.00%41.37%
HSB/HSV309°16.52%45.10%
CMYK0.00%16.52%2.61%
54.90%

Color #736070 in popluar number systems.

HEX736070
Decimal11596112
Binary111001111000001110000
Octal163140160

Shades and tints

Shades of #736070

#736070
(115,96,112)
#695866
(105,88,102)
#5F505C
(95,80,92)
#554852
(85,72,82)
#4B4048
(75,64,72)
#41383E
(65,56,62)
#373034
(55,48,52)
#2D282A
(45,40,42)
#232020
(35,32,32)
#191816
(25,24,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #736070

#736070
(115,96,112)
#7F6E7D
(127,110,125)
#8B7C8A
(139,124,138)
#978A97
(151,138,151)
#A398A4
(163,152,164)
#AFA6B1
(175,166,177)
#BBB4BE
(187,180,190)
#C7C2CB
(199,194,203)
#D3D0D8
(211,208,216)
#DFDEE5
(223,222,229)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736070 color. Also use rgb(115,96,112) instead hex code.

Text Font Color

.myTextColor { color: #736070; }

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

This text font color is #736070.


Background Color

.myBgColor { background-color: #736070; }

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

This div background color is #736070.


Border color

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

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

This div border color is #736070.


Opacity

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

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

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

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

This text has shadow with #736070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736070 on black background.


Color preview on white background

This text has color #736070 on white background.



Black color preview on #736070 background

This text has black color on #736070 background.


White color preview on #736070 background

This text has white color on #736070 background.