COLOR #708049

HEX: #708049
RGB: (112,128,73)

Renk bilgisi

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

RGB renk modeli

#708049 color RGB value is (112,128,73).

  • kırmız ton 112;
  • yeşil ton 128;
  • mavi ton 73.
RGB:
(112,128,73)
(44%,50%,29%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 128 of 255 = 50%
B 73 of 255 = 29%

112
128
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 128 + 73 = 313 (100%)
R 112 of 313 ~ 35.78%
G 128 of 313 ~ 40.89%
B 73 of 313 ~ 23.32%

%35.78
%40.89
%23.32

CMYK RENK MODELİ

#708049 rengi CMYK tonu (13,0,43,50).

  • camgöbeği tonu 12.50%
  • eflatun tonu 0.00%
  • sarı tonu 42.97%
  • ana renk tonu 49.80%
CMYK:
(13,0,43,50)
C13M0Y43K50 
(13%,0%,43%,50%)
(0.13/0.00/0.43/0.50)	

CMYK yüzdeleri

%12.5
%0
%42.97
%49.8

Codes

Color #708049 in popluar color models

708049
RGB11212873
HSL77°27.36%39.41%
HSB/HSV77°42.97%50.20%
CMYK12.50%0.00%42.97%
49.80%

Color #708049 in popluar number systems.

HEX708049
Decimal11212873
Binary1110000100000001001001
Octal160200111

Shades and tints

Shades of #708049

#708049
(112,128,73)
#667543
(102,117,67)
#5C6A3D
(92,106,61)
#525F37
(82,95,55)
#485431
(72,84,49)
#3E492B
(62,73,43)
#343E25
(52,62,37)
#2A331F
(42,51,31)
#202819
(32,40,25)
#161D13
(22,29,19)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #708049

#708049
(112,128,73)
#7D8B59
(125,139,89)
#8A9669
(138,150,105)
#97A179
(151,161,121)
#A4AC89
(164,172,137)
#B1B799
(177,183,153)
#BEC2A9
(190,194,169)
#CBCDB9
(203,205,185)
#D8D8C9
(216,216,201)
#E5E3D9
(229,227,217)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708049 color. Also use rgb(112,128,73) instead hex code.

Text Font Color

.myTextColor { color: #708049; }

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

This text font color is #708049.


Background Color

.myBgColor { background-color: #708049; }

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

This div background color is #708049.


Border color

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

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

This div border color is #708049.


Opacity

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

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

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

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

This text has shadow with #708049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708049 on black background.


Color preview on white background

This text has color #708049 on white background.



Black color preview on #708049 background

This text has black color on #708049 background.


White color preview on #708049 background

This text has white color on #708049 background.