COLOR #718C47

HEX: #718C47
RGB: (113,140,71)

Renk bilgisi

#718C47 contains mainly red and green colors. #718C47 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#718C47 color RGB value is (113,140,71).

  • kırmız ton 113;
  • yeşil ton 140;
  • mavi ton 71.
RGB:
(113,140,71)
(44%,55%,28%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 140 of 255 = 55%
B 71 of 255 = 28%

113
140
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 140 + 71 = 324 (100%)
R 113 of 324 ~ 34.88%
G 140 of 324 ~ 43.21%
B 71 of 324 ~ 21.91%

%34.88
%43.21
%21.91

CMYK RENK MODELİ

#718C47 rengi CMYK tonu (19,0,49,45).

  • camgöbeği tonu 19.29%
  • eflatun tonu 0.00%
  • sarı tonu 49.29%
  • ana renk tonu 45.10%
CMYK:
(19,0,49,45)
C19M0Y49K45 
(19%,0%,49%,45%)
(0.19/0.00/0.49/0.45)	

CMYK yüzdeleri

%19.29
%0
%49.29
%45.1

Codes

Color #718C47 in popluar color models

718C47
RGB11314071
HSL83°32.70%41.37%
HSB/HSV83°49.29%54.90%
CMYK19.29%0.00%49.29%
45.10%

Color #718C47 in popluar number systems.

HEX718C47
Decimal11314071
Binary1110001100011001000111
Octal161214107

Shades and tints

Shades of #718C47

#718C47
(113,140,71)
#678041
(103,128,65)
#5D743B
(93,116,59)
#536835
(83,104,53)
#495C2F
(73,92,47)
#3F5029
(63,80,41)
#354423
(53,68,35)
#2B381D
(43,56,29)
#212C17
(33,44,23)
#172011
(23,32,17)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #718C47

#718C47
(113,140,71)
#7D9657
(125,150,87)
#89A067
(137,160,103)
#95AA77
(149,170,119)
#A1B487
(161,180,135)
#ADBE97
(173,190,151)
#B9C8A7
(185,200,167)
#C5D2B7
(197,210,183)
#D1DCC7
(209,220,199)
#DDE6D7
(221,230,215)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718C47 color. Also use rgb(113,140,71) instead hex code.

Text Font Color

.myTextColor { color: #718C47; }

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

This text font color is #718C47.


Background Color

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

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

This div background color is #718C47.


Border color

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

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

This div border color is #718C47.


Opacity

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

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

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

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

This text has shadow with #718C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718C47 on black background.


Color preview on white background

This text has color #718C47 on white background.



Black color preview on #718C47 background

This text has black color on #718C47 background.


White color preview on #718C47 background

This text has white color on #718C47 background.