COLOR #718A78

HEX: #718A78
RGB: (113,138,120)

Renk bilgisi

#718A78 contains red, green and blue colors in about the same proportion. #718A78 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#718A78 color RGB value is (113,138,120).

  • kırmız ton 113;
  • yeşil ton 138;
  • mavi ton 120.
RGB:
(113,138,120)
(44%,54%,47%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 138 of 255 = 54%
B 120 of 255 = 47%

113
138
120

R + G + B ~ 48%. #718A78 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 138 + 120 = 371 (100%)
R 113 of 371 ~ 30.46%
G 138 of 371 ~ 37.2%
B 120 of 371 ~ 32.35%

%30.46
%37.2
%32.35

CMYK RENK MODELİ

#718A78 rengi CMYK tonu (18,0,13,46).

  • camgöbeği tonu 18.12%
  • eflatun tonu 0.00%
  • sarı tonu 13.04%
  • ana renk tonu 45.88%
CMYK:
(18,0,13,46)
C18M0Y13K46 
(18%,0%,13%,46%)
(0.18/0.00/0.13/0.46)	

CMYK yüzdeleri

%18.12
%0
%13.04
%45.88

Codes

Color #718A78 in popluar color models

718A78
RGB113138120
HSL137°9.96%49.22%
HSB/HSV137°18.12%54.12%
CMYK18.12%0.00%13.04%
45.88%

Color #718A78 in popluar number systems.

HEX718A78
Decimal113138120
Binary1110001100010101111000
Octal161212170

Shades and tints

Shades of #718A78

#718A78
(113,138,120)
#677E6E
(103,126,110)
#5D7264
(93,114,100)
#53665A
(83,102,90)
#495A50
(73,90,80)
#3F4E46
(63,78,70)
#35423C
(53,66,60)
#2B3632
(43,54,50)
#212A28
(33,42,40)
#171E1E
(23,30,30)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #718A78

#718A78
(113,138,120)
#7D9484
(125,148,132)
#899E90
(137,158,144)
#95A89C
(149,168,156)
#A1B2A8
(161,178,168)
#ADBCB4
(173,188,180)
#B9C6C0
(185,198,192)
#C5D0CC
(197,208,204)
#D1DAD8
(209,218,216)
#DDE4E4
(221,228,228)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718A78 color. Also use rgb(113,138,120) instead hex code.

Text Font Color

.myTextColor { color: #718A78; }

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

This text font color is #718A78.


Background Color

.myBgColor { background-color: #718A78; }

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

This div background color is #718A78.


Border color

.myBorderColor { border: 1px solid #718A78; }

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

This div border color is #718A78.


Opacity

.myOpacity80 { color: #718A78; opacity: 0.8; }

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

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

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

This text has shadow with #718A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718A78 on black background.


Color preview on white background

This text has color #718A78 on white background.



Black color preview on #718A78 background

This text has black color on #718A78 background.


White color preview on #718A78 background

This text has white color on #718A78 background.