COLOR #709971

HEX: #709971
RGB: (112,153,113)

Renk bilgisi

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

RGB renk modeli

#709971 color RGB value is (112,153,113).

  • kırmız ton 112;
  • yeşil ton 153;
  • mavi ton 113.
RGB:
(112,153,113)
(44%,60%,44%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 153 of 255 = 60%
B 113 of 255 = 44%

112
153
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 153 + 113 = 378 (100%)
R 112 of 378 ~ 29.63%
G 153 of 378 ~ 40.48%
B 113 of 378 ~ 29.89%

%29.63
%40.48
%29.89

CMYK RENK MODELİ

#709971 rengi CMYK tonu (27,0,26,40).

  • camgöbeği tonu 26.80%
  • eflatun tonu 0.00%
  • sarı tonu 26.14%
  • ana renk tonu 40.00%
CMYK:
(27,0,26,40)
C27M0Y26K40 
(27%,0%,26%,40%)
(0.27/0.00/0.26/0.40)	

CMYK yüzdeleri

%26.8
%0
%26.14
%40

Codes

Color #709971 in popluar color models

709971
RGB112153113
HSL121°16.73%51.96%
HSB/HSV121°26.80%60.00%
CMYK26.80%0.00%26.14%
40.00%

Color #709971 in popluar number systems.

HEX709971
Decimal112153113
Binary1110000100110011110001
Octal160231161

Shades and tints

Shades of #709971

#709971
(112,153,113)
#668C67
(102,140,103)
#5C7F5D
(92,127,93)
#527253
(82,114,83)
#486549
(72,101,73)
#3E583F
(62,88,63)
#344B35
(52,75,53)
#2A3E2B
(42,62,43)
#203121
(32,49,33)
#162417
(22,36,23)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #709971

#709971
(112,153,113)
#7DA27D
(125,162,125)
#8AAB89
(138,171,137)
#97B495
(151,180,149)
#A4BDA1
(164,189,161)
#B1C6AD
(177,198,173)
#BECFB9
(190,207,185)
#CBD8C5
(203,216,197)
#D8E1D1
(216,225,209)
#E5EADD
(229,234,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709971 color. Also use rgb(112,153,113) instead hex code.

Text Font Color

.myTextColor { color: #709971; }

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

This text font color is #709971.


Background Color

.myBgColor { background-color: #709971; }

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

This div background color is #709971.


Border color

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

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

This div border color is #709971.


Opacity

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

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

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

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

This text has shadow with #709971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709971 on black background.


Color preview on white background

This text has color #709971 on white background.



Black color preview on #709971 background

This text has black color on #709971 background.


White color preview on #709971 background

This text has white color on #709971 background.