COLOR #706349

HEX: #706349
RGB: (112,99,73)

Renk bilgisi

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

RGB renk modeli

#706349 color RGB value is (112,99,73).

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

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 99 of 255 = 39%
B 73 of 255 = 29%

112
99
73

R + G + B ~ 37%. #706349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 99 + 73 = 284 (100%)
R 112 of 284 ~ 39.44%
G 99 of 284 ~ 34.86%
B 73 of 284 ~ 25.7%

%39.44
%34.86
%25.7

CMYK RENK MODELİ

#706349 rengi CMYK tonu (0,12,35,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.61%
  • sarı tonu 34.82%
  • ana renk tonu 56.08%
CMYK:
(0,12,35,56)
C0M12Y35K56 
(0%,12%,35%,56%)
(0.00/0.12/0.35/0.56)	

CMYK yüzdeleri

%0
%11.61
%34.82
%56.08

Codes

Color #706349 in popluar color models

706349
RGB1129973
HSL40°21.08%36.27%
HSB/HSV40°34.82%43.92%
CMYK0.00%11.61%34.82%
56.08%

Color #706349 in popluar number systems.

HEX706349
Decimal1129973
Binary111000011000111001001
Octal160143111

Shades and tints

Shades of #706349

#706349
(112,99,73)
#665A43
(102,90,67)
#5C513D
(92,81,61)
#524837
(82,72,55)
#483F31
(72,63,49)
#3E362B
(62,54,43)
#342D25
(52,45,37)
#2A241F
(42,36,31)
#201B19
(32,27,25)
#161213
(22,18,19)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #706349

#706349
(112,99,73)
#7D7159
(125,113,89)
#8A7F69
(138,127,105)
#978D79
(151,141,121)
#A49B89
(164,155,137)
#B1A999
(177,169,153)
#BEB7A9
(190,183,169)
#CBC5B9
(203,197,185)
#D8D3C9
(216,211,201)
#E5E1D9
(229,225,217)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706349; }

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

This text font color is #706349.


Background Color

.myBgColor { background-color: #706349; }

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

This div background color is #706349.


Border color

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

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

This div border color is #706349.


Opacity

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

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

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

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

This text has shadow with #706349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706349 on black background.


Color preview on white background

This text has color #706349 on white background.



Black color preview on #706349 background

This text has black color on #706349 background.


White color preview on #706349 background

This text has white color on #706349 background.