COLOR #708D63

HEX: #708D63
RGB: (112,141,99)

Renk bilgisi

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

RGB renk modeli

#708D63 color RGB value is (112,141,99).

  • kırmız ton 112;
  • yeşil ton 141;
  • mavi ton 99.
RGB:
(112,141,99)
(44%,55%,39%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 141 of 255 = 55%
B 99 of 255 = 39%

112
141
99

R + G + B ~ 46%. #708D63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 141 + 99 = 352 (100%)
R 112 of 352 ~ 31.82%
G 141 of 352 ~ 40.06%
B 99 of 352 ~ 28.13%

%31.82
%40.06
%28.13

CMYK RENK MODELİ

#708D63 rengi CMYK tonu (21,0,30,45).

  • camgöbeği tonu 20.57%
  • eflatun tonu 0.00%
  • sarı tonu 29.79%
  • ana renk tonu 44.71%
CMYK:
(21,0,30,45)
C21M0Y30K45 
(21%,0%,30%,45%)
(0.21/0.00/0.30/0.45)	

CMYK yüzdeleri

%20.57
%0
%29.79
%44.71

Codes

Color #708D63 in popluar color models

708D63
RGB11214199
HSL101°17.50%47.06%
HSB/HSV101°29.79%55.29%
CMYK20.57%0.00%29.79%
44.71%

Color #708D63 in popluar number systems.

HEX708D63
Decimal11214199
Binary1110000100011011100011
Octal160215143

Shades and tints

Shades of #708D63

#708D63
(112,141,99)
#66815A
(102,129,90)
#5C7551
(92,117,81)
#526948
(82,105,72)
#485D3F
(72,93,63)
#3E5136
(62,81,54)
#34452D
(52,69,45)
#2A3924
(42,57,36)
#202D1B
(32,45,27)
#162112
(22,33,18)
#0C1509
(12,21,9)
#000000
(0,0,0)

Tints of #708D63

#708D63
(112,141,99)
#7D9771
(125,151,113)
#8AA17F
(138,161,127)
#97AB8D
(151,171,141)
#A4B59B
(164,181,155)
#B1BFA9
(177,191,169)
#BEC9B7
(190,201,183)
#CBD3C5
(203,211,197)
#D8DDD3
(216,221,211)
#E5E7E1
(229,231,225)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708D63 color. Also use rgb(112,141,99) instead hex code.

Text Font Color

.myTextColor { color: #708D63; }

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

This text font color is #708D63.


Background Color

.myBgColor { background-color: #708D63; }

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

This div background color is #708D63.


Border color

.myBorderColor { border: 1px solid #708D63; }

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

This div border color is #708D63.


Opacity

.myOpacity80 { color: #708D63; opacity: 0.8; }

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

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

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

This text has shadow with #708D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708D63 on black background.


Color preview on white background

This text has color #708D63 on white background.



Black color preview on #708D63 background

This text has black color on #708D63 background.


White color preview on #708D63 background

This text has white color on #708D63 background.