COLOR #708090

HEX: #708090
RGB: (112,128,144)

Renk bilgisi

Rengin adı SlateGray. #708090 contains red, green and blue colors in about the same proportion. #708090 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#708090 color RGB value is (112,128,144).

  • kırmız ton 112;
  • yeşil ton 128;
  • mavi ton 144.
RGB:
(112,128,144)
(44%,50%,56%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 128 of 255 = 50%
B 144 of 255 = 56%

112
128
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 128 + 144 = 384 (100%)
R 112 of 384 ~ 29.17%
G 128 of 384 ~ 33.33%
B 144 of 384 ~ 37.5%

%29.17
%33.33
%37.5

CMYK RENK MODELİ

#708090 rengi CMYK tonu (22,11,0,44).

  • camgöbeği tonu 22.22%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(22,11,0,44)
C22M11Y0K44 
(22%,11%,0%,44%)
(0.22/0.11/0.00/0.44)	

CMYK yüzdeleri

%22.22
%11.11
%0
%43.53

Codes

Color #708090 in popluar color models

708090
RGB112128144
HSL210°12.60%50.20%
HSB/HSV210°22.22%56.47%
CMYK22.22%11.11%0.00%
43.53%

Color #708090 in popluar number systems.

HEX708090
Decimal112128144
Binary11100001000000010010000
Octal160200220

Shades and tints

Shades of #708090

#708090
(112,128,144)
#667583
(102,117,131)
#5C6A76
(92,106,118)
#525F69
(82,95,105)
#48545C
(72,84,92)
#3E494F
(62,73,79)
#343E42
(52,62,66)
#2A3335
(42,51,53)
#202828
(32,40,40)
#161D1B
(22,29,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #708090

#708090
(112,128,144)
#7D8B9A
(125,139,154)
#8A96A4
(138,150,164)
#97A1AE
(151,161,174)
#A4ACB8
(164,172,184)
#B1B7C2
(177,183,194)
#BEC2CC
(190,194,204)
#CBCDD6
(203,205,214)
#D8D8E0
(216,216,224)
#E5E3EA
(229,227,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708090 color. Also use rgb(112,128,144) instead hex code.

Text Font Color

.myTextColor { color: #708090; }

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

This text font color is #708090.


Background Color

.myBgColor { background-color: #708090; }

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

This div background color is #708090.


Border color

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

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

This div border color is #708090.


Opacity

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

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

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

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

This text has shadow with #708090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708090 on black background.


Color preview on white background

This text has color #708090 on white background.



Black color preview on #708090 background

This text has black color on #708090 background.


White color preview on #708090 background

This text has white color on #708090 background.