COLOR #718B41

HEX: #718B41
RGB: (113,139,65)

Renk bilgisi

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

RGB renk modeli

#718B41 color RGB value is (113,139,65).

  • kırmız ton 113;
  • yeşil ton 139;
  • mavi ton 65.
RGB:
(113,139,65)
(44%,55%,25%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 139 of 255 = 55%
B 65 of 255 = 25%

113
139
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 139 + 65 = 317 (100%)
R 113 of 317 ~ 35.65%
G 139 of 317 ~ 43.85%
B 65 of 317 ~ 20.5%

%35.65
%43.85
%20.5

CMYK RENK MODELİ

#718B41 rengi CMYK tonu (19,0,53,45).

  • camgöbeği tonu 18.71%
  • eflatun tonu 0.00%
  • sarı tonu 53.24%
  • ana renk tonu 45.49%
CMYK:
(19,0,53,45)
C19M0Y53K45 
(19%,0%,53%,45%)
(0.19/0.00/0.53/0.45)	

CMYK yüzdeleri

%18.71
%0
%53.24
%45.49

Codes

Color #718B41 in popluar color models

718B41
RGB11313965
HSL81°36.27%40.00%
HSB/HSV81°53.24%54.51%
CMYK18.71%0.00%53.24%
45.49%

Color #718B41 in popluar number systems.

HEX718B41
Decimal11313965
Binary1110001100010111000001
Octal161213101

Shades and tints

Shades of #718B41

#718B41
(113,139,65)
#677F3C
(103,127,60)
#5D7337
(93,115,55)
#536732
(83,103,50)
#495B2D
(73,91,45)
#3F4F28
(63,79,40)
#354323
(53,67,35)
#2B371E
(43,55,30)
#212B19
(33,43,25)
#171F14
(23,31,20)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #718B41

#718B41
(113,139,65)
#7D9552
(125,149,82)
#899F63
(137,159,99)
#95A974
(149,169,116)
#A1B385
(161,179,133)
#ADBD96
(173,189,150)
#B9C7A7
(185,199,167)
#C5D1B8
(197,209,184)
#D1DBC9
(209,219,201)
#DDE5DA
(221,229,218)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718B41 color. Also use rgb(113,139,65) instead hex code.

Text Font Color

.myTextColor { color: #718B41; }

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

This text font color is #718B41.


Background Color

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

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

This div background color is #718B41.


Border color

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

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

This div border color is #718B41.


Opacity

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

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

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

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

This text has shadow with #718B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718B41 on black background.


Color preview on white background

This text has color #718B41 on white background.



Black color preview on #718B41 background

This text has black color on #718B41 background.


White color preview on #718B41 background

This text has white color on #718B41 background.